hananoshikayomaru2k downloadsBreak down nested tags into multiple parent tags.
Or it should be called obsidian tag break down. It breakdowns the nested tags into parent tags and added to the top of the file when you click save. For example,
#ai/image #a/b/c/d #a/b/c/c
will generate this
#a #a/b #a/b/c #ai
demo: https://www.youtube.com/watch?v=8M2VLRibpnQ
✅ dead simple
tag generator: run on current file command to the custom save actionyou can download it on obsidian community plugin store.
.obsidian/pluginscd obsidian-tag-generator && bun install && bun run build.obsidian/plugins/obsidian-tag-generatorgit pullbun install && bun run buildtag-gen-ignore: true to the frontmatter.