limpido1k downloadsConvert directory structure formatted in tab-indented text to a tree diagram.
This is an Obsidian plugin that converts tab-indented text to a tree diagram.
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
<vault>/.obsidian/plugins/