I don't like to pollute files with yaml frontmatter. I would prefer to have an option to keep tags in the filename instead of frontmatter (or both).
General idea: note #topic #example.md
Details
Given that nested tags support multiword tags and nested tags its good to have a way to specify that (although ordinary tags could be enough for many):
- One word tags:
fn #word1 #word2.md
- Multiword tags :
fn #word1 word2 #word3 word4.md
- Nested tags:
fn #word1#word2#word3.md (multiword: fn #word1#word2 word3#word4.md
This deserves an option:
If both are checked, the plugin will take from any. If file has both, tags should be combined.
I don't like to pollute files with yaml frontmatter. I would prefer to have an option to keep tags in the filename instead of frontmatter (or both).
General idea:
note #topic #example.mdDetails
Given that nested tags support multiword tags and nested tags its good to have a way to specify that (although ordinary tags could be enough for many):
fn #word1 #word2.mdfn #word1 word2 #word3 word4.mdfn #word1#word2#word3.md(multiword:fn #word1#word2 word3#word4.mdThis deserves an option:
If both are checked, the plugin will take from any. If file has both, tags should be combined.