mirror of
https://github.com/unarray/file-tree-generator.git
synced 2026-07-22 08:40:29 +00:00
Remove 📁 icon from name
This commit is contained in:
parent
2ba41d73fa
commit
ca320c7d34
3 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ This plugin use FS *(desktop only)* to load files from your local directory.
|
|||
In your vault folder, go to `./.obsidian/plugins/file-tree-generator/`
|
||||
Then you can:
|
||||
|
||||
Clone this REPO and run `npm run build` or directly download latest plugin release containing `main.js`, `manifest.json` and `versions.json`.
|
||||
Clone this REPO and run `npm run build` or directly download latest plugin release containing `main.js`, `manifest.json` and `styles.css`.
|
||||
|
||||
> [!NOTE]
|
||||
> If you are a developer, clone this repo -> run `npm i` -> start coding with `npm run dev` *(to hot-reload the plugin in obsidian, install [Hot-Reload plugin](https://github.com/pjeby/hot-reload))*
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "file-tree-generator",
|
||||
"name": "📁 File Tree Generator",
|
||||
"name": "File Tree Generator",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "1.3.7",
|
||||
"description": "Generate a file tree using Obsidian callouts.",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "file-tree-generator",
|
||||
"displayName": "📁 File Tree Generator",
|
||||
"displayName": "File Tree Generator",
|
||||
"version": "1.0.0",
|
||||
"description": "Generate a file tree using Obsidian callouts.",
|
||||
"main": "main.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue