Markdown Tree
approvedby carvah
Create a beautiful and intuitive directory tree using Markdown-oriented code style using tabs, spaces and enters.
Markdown Tree plugin
To create directory trees with a more visually appealing format using the Markdown Tree plugin, follow these steps:
- Start with the root directory.
- Use indentation with spaces or tabs to represent nested directories.
- Place files directly under their respective directories.
Example
Consider the following directory structure:
root
second
third
fourth
file1.jpg
file2.txt
file3.pdf
To transform this structure into a prettier directory tree using the Markdown Tree plugin, use the following input:
```markdown-tree
root
second
third
fourth
file1.jpg
file2.txt
file3.pdf
When rendered the output will be:
.
└── root
└── second
└── third
└── fourth
├── file1.jpg
├── file2.txt
└── file3.pdf
Credits to https://gitlab.com/nfriend for making the most used directory plugin online in https://tree.nathanfriend.io/
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.