Tag Breakdown Generator
approvedby Hananoshika Yomaru
Break down nested tags into multiple parent tags.
โ
11 starsโ 2,741 downloadsUpdated 2y agoMIT
Obsidian tag generator
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
Usage
- you need to install custom save plugin first
- then bind the
tag generator: run on current filecommand to the custom save action - there you go ๐
Install on obsidian plugin marketplace
you can download it on obsidian community plugin store.
Manual Install
- cd to
.obsidian/plugins - git clone this repo
cd obsidian-tag-generator && bun install && bun run build- there you go ๐
Update
- cd to
.obsidian/plugins/obsidian-tag-generator git pullbun install && bun run build- there you go ๐
Notes
- This plugins only work for tags in the body. Tags in the frontmatter will be ignored.
- The generator will recognise the comment block. If the comment block doesn't exist, it will create the block at the top of the file. If it exists, it will replace the block.
- to skip generation of this, you can put
tag-gen-ignore: trueto the frontmatter. - to contribute, please file open a github issue first.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.