Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carvah/markdown-tree-plugin

Introducing a powerful plugin that revolutionizes directory tree creation. With its intuitive Markdown-inspired coding style, this plugin empowers users to effortlessly and swiftly construct directory trees.
https://github.com/carvah/markdown-tree-plugin

obsidian obsidian-md obsidian-plugin plugin

Last synced: about 1 month ago
JSON representation

Introducing a powerful plugin that revolutionizes directory tree creation. With its intuitive Markdown-inspired coding style, this plugin empowers users to effortlessly and swiftly construct directory trees.

Awesome Lists containing this project

README

        

# Markdown Tree plugin

To create directory trees with a more visually appealing format using the Markdown Tree plugin, follow these steps:

1. Start with the root directory.
2. Use indentation with spaces or tabs to represent nested directories.
3. 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:

```plaintext
.
└── 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/