mgmeyers / obsidian-kanban

Create markdown-backed Kanban boards in Obsidian.
https://publish.obsidian.md/kanban/
GNU General Public License v3.0
3k stars 173 forks source link

[Feature]: escape tags when achive cards #997

Open l2eused opened 2 weeks ago

l2eused commented 2 weeks ago

Goal or desired outcome of this feature

when using search plugin (core) to search tags, it still show tags in card that it already complete (archived).

for example:

archiving this card

- [ ] this is task for my project #important #urgent

so in case example above, it still show that card when I search with search function... so I really want this feature to hide card that I already done (archived) it.

Describe the feature

add option to enable this feature in plugin settings "escape tags when archive cards"

when user achive cards, convert all "#tag" to somethings like "#tag" (inline-code ) to aviod showing in search results when search tags

Can you think of any alternatives or work-arounds?

it can be other convert by using special unicode.

character: unicode: U+FE5F name: Small Number Sign

or maybe just delete it... but personally I may not agree with this because that means it will missing tags information in cards.

Screenshots, mockups, or videos

No response