mirror of
https://github.com/limpido/obsidian-tree-diagram.git
synced 2026-07-22 05:49:29 +00:00
No description
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| demo.png | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Tree Diagram
This is an Obsidian plugin that converts tab-indented text to a tree diagram.
Example
Input:
```tree
/
home
boot
var
log
usr
local
bin
sbin
lib
bin
cat
sbin
etc
```
Output:
/
├── home
├── boot
├── var
│ └── log
├── usr
│ ├── local
│ │ ├── bin
│ │ ├── sbin
│ │ └── lib
│ ├── bin
│ │ └── cat
│ └── sbin
└── etc
Installation
Install via Obsidian
- Go to Obsidian Settings -> Community Plugins
- Click on "Browse" and search for "Tree Diagram"
- Install and enable the plugin
Install via GitHub
- Go to Latest Release
- Download the source code archive and extract to
<vault>/.obsidian/plugins/ - Reload Obsidian
- Go to Settings -> Community Plugins -> Installed Plugins, enable the plugin