OuOu2021 / obsidian-graph-nested-tags

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obsidian Nested tags graph Plugin

This is a plugin for Obsidian.

Links nested tags (Sub_tag->Tag) in graph view: Demo

Usage

  1. Install the plugin in obsidian or do it manually
  2. Enable the plugin
  3. ...
  4. 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.

Manually installing the plugin

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

About

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

License:MIT License


Languages

Language:TypeScript 55.7%Language:JavaScript 44.3%