This is a plugin for Obsidian.
Links nested tags (Sub_tag->Tag) in graph view:
- Install the plugin in obsidian or do it manually
- Enable the plugin
- ...
- Profit!!!
obsidian forum feature request
Caution! At the moment, there is no Obsidian API for working with the graph. So I did a bit of reverse engineering and found this method. Since this is not part of the public API, I have no confidence that this will work on newer versions.
- Copy over
main.js
,manifest.json
to your vaultVaultFolder/.obsidian/plugins/graph-nested-tags/
.