Create README.md

This commit is contained in:
Unarray 2023-08-27 20:39:24 +02:00
parent 867f4e20e1
commit 0cab450eac
3 changed files with 17 additions and 1 deletions

View file

@ -1 +1,17 @@
# File Tree Generator
# File Tree Generator
An Obsidian plugin allow you to generate file trees using [Obsidian Callouts](https://help.obsidian.md/Editing+and+formatting/Callouts)!
## How to use?
When editing an Obsidian note, you can use `generate file tree` command or use the generate file tree Ribbon Icon.</br>
*(if you are on desktop, you can import a folder by pressing the extra button next to your files paths input)*
![generate file tree pannel](meta/pannel.png)
As you see, you can ignore patterns of files/folders in the setting tabs.</br>
This patterns follow the [gitignore spec 2.22.1](https://git-scm.com/docs/gitignore/2.22.1)
![generate file tree pannel](meta/settings.png)
## Note
This plugin use FS *(desktop only)* to load files from your local directory.

BIN
meta/pannel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
meta/settings.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB