README file from
GithubTree 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