Tree Diagram
approvedby limpido
Convert directory structure formatted in tab-indented text to a tree diagram.
★ 4 stars↓ 871 downloadsUpdated 10mo agoMIT
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
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.