Gorkycreator / obsidian-quick-tagger

Quick tagger for Obsidian.md
MIT License
27 stars 1 forks source link

would be great to be able to choose the form of tag. #5

Open pictoys opened 1 year ago

pictoys commented 1 year ago

thanks for your work on this, looking forward to have this out of the beta stage!

my tags usually look like this: tags: [tagA, tagB]

the plugin does something like this:

tags: -tagA -tagB

would also be great to use just "#tagA" below the front matter

Gorkycreator commented 1 year ago

Hello pictoys, thanks for trying out this plugin.

The formatting differences you see with the tag key are just variations of yaml lists, they both represent the same data and nothing is amiss. I'm actually using a function native to Obsidian to access and write the data, so it should be compatible with all features within Obsidian, including the new property tools that are currently in beta testing. Once that rolls out in the mainstream release, you'll see more of the bullet-point formatting in your notes with or without the quick-tagger plugin.

Thank you for the suggestion to insert the tags at the top of the file after the frontmatter. I've considered whether inserting tags into the main note would be a good fit for this plugin and decided to focus on managing tags in the frontmatter for the time being. Anything beyond the scope I've currently chosen just seemed to overlap too much with Obsidian's native tagging system. I'll mark this as low priority and see if it fits in with the overall design as I build more of the features on the roadmap.