diff --git a/README.md b/README.md index 5c016c3..64068f2 100644 --- a/README.md +++ b/README.md @@ -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))* \ No newline at end of file diff --git a/manifest.json b/manifest.json index 12c855d..6d3cd65 100644 --- a/manifest.json +++ b/manifest.json @@ -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.", diff --git a/package.json b/package.json index 13d113a..95da861 100644 --- a/package.json +++ b/package.json @@ -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",