Skip to content

Conversation

TrigamDev
Copy link
Contributor

@TrigamDev TrigamDev commented Sep 22, 2025

Summary

Adds the ability to set tags as 'hidden', which will cause entries tagged with them to be excluded from searches.
This also bumps the database version to 103 due to the database changes.

image image

Tasks Completed

  • Implementation
    • Add is_hidden field to the tags table
    • Set the Archived tag to be hidden
    • Add "Is Hidden" checkbox to the edit tag panel
    • Exclude entries tagged with hidden tags from searches
    • Add checkbox for allowing hidden tags in searches
    • Document database changes in docs
  • Platforms Tested:
    • Windows x86
    • Windows ARM
    • macOS x86
    • macOS ARM
    • Linux x86
    • Linux ARM
  • Tested For:
    • Basic functionality
    • PyInstaller executable

Closes #49

@TrigamDev TrigamDev changed the title Feat/hidden tags feat: Add hidden tags Sep 22, 2025
@TrigamDev TrigamDev changed the title feat: Add hidden tags feat: add hidden tags Sep 22, 2025
@TrigamDev TrigamDev marked this pull request as ready for review September 23, 2025 01:17
@CyanVoxel CyanVoxel added Type: Enhancement New feature or request TagStudio: Tags Relating to the TagStudio tag system TagStudio: Search The TagStudio search engine Status: Review Needed A review of this is needed labels Sep 23, 2025
@CyanVoxel CyanVoxel moved this to 🏓 Ready for Review in TagStudio Development Sep 23, 2025
@CyanVoxel CyanVoxel added this to the Alpha v9.5.7 milestone Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Review Needed A review of this is needed TagStudio: Search The TagStudio search engine TagStudio: Tags Relating to the TagStudio tag system Type: Enhancement New feature or request
Projects
Status: 🏓 Ready for Review
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Hidden Tags
2 participants