This is the plugin that shows your tags as like a folder.
Install this plugin, press Ctrl+p
, and choose "Show Tag Folder".
This plugin creates a tree by tags permutation.
Like this,
If you have docs,
Apple : #food #red #sweet
Pear : #food #green #sweet
Tuna : #food #red
...and more are shown.
The nested tag works well for Tag Folder.
Tag Folder respects nested tags and makes the dedicated hierarchy. The nested child doesn't leak out over the parent.
TagFolder Readme: #dev #readme #2021/12/10 #status/draft
Technical informations: #dev #note #2021/12/09 #status/draft
SelfHosted LiveSync Readme : #dev #readme #2021/12/06 #status/proofread
Old Note: #dev #readme #2021/12/10 #status/abandoned
You can search tags. As like this:
sweet -red | food -sweet
When using this filter, this plugin shows only "Pear" (Sweet but not red) and "Tuna" (food but not sweet).
Open Tag Folder when obsidian launched automatically.
You can configure how the entry shows.
You can order tags by:
- Filename
- Count of items
You can order items by:
- Displaying name
- Filename
- Modified time
- Fullpath of the file
If you enable this option, every nested tag is split into normal tags.
#dev/TagFolder
will be treated as like #dev
and #TagFolder
.
Configure hiding items.
- Hide nothing
- Only intermediates of nested tags
- All intermediates
If you have these items:
2021-11-01 : #daily/2021/11 #status/summarized
2021-11-02 : #daily/2021/11 #status/summarized
2021-11-03 : #daily/2021/11 #status/jot
2021-12-01 : #daily/2021/12 #status/jot
This setting affects as like below.
daily
→ 2021
→ 11
status
→ jot
2021-11-03
→ summarized
2021-11-01
2021-11-02
2021-11-01
2021-11-02
2021-11-03
2021-11-01
2021-11-02
2021-11-03
2021-11-01
2021-11-02
2021-11-03
2021-12-01
→ 12
:
2021-11-01
2021-11-02
2021-11-03
2021-12-01
Hide only intermediates of nested tags, so show items only on the last or break of the nested tags.
daily
→ 2021
→ 11
status
→ jot
2021-11-03
→ summarized
2021-11-01
2021-11-02
2021-11-01
2021-11-02
2021-11-03
→ 12
:
Hide all intermediates, so show items only deepest.
daily
→ 2021
→ 11
status
→ jot
2021-11-03
→ summarized
2021-11-01
2021-11-02
→ 12
:
If the note has the tag that is set in here, the note would be treated as there was not.
Tags that were set here would be treated as there were not.
Ignore documents in specific folders.