An open API service indexing awesome lists of open source software.

https://github.com/drPilman/obsidian-graph-nested-tags

A small plugin for Obsidian that links nested tags in graph view
https://github.com/drPilman/obsidian-graph-nested-tags

Last synced: 3 months ago
JSON representation

A small plugin for Obsidian that links nested tags in graph view

Awesome Lists containing this project

README

        

# Obsidian Nested tags graph Plugin

This is a plugin for [Obsidian](https://obsidian.md).

Links nested tags (Sub_tag->Tag) in graph view:
![Demo](media/nested_tag_graph.png)

## Usage
1. Install the plugin in obsidian or do it manually
2. Enable the plugin
3. ...
4. Profit!!!

[obsidian forum feature request](https://forum.obsidian.md/t/view-structure-of-nested-tags-on-graph/11386/22)

> 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.

## Manually installing the plugin

- Copy over `main.js`, `manifest.json` to your vault `VaultFolder/.obsidian/plugins/graph-nested-tags/`.