Skip to content

Commit ca320c7

Browse files
committed
Remove 📁 icon from name
1 parent 2ba41d7 commit ca320c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This plugin use FS *(desktop only)* to load files from your local directory.
2626
In your vault folder, go to `./.obsidian/plugins/file-tree-generator/`
2727
Then you can:
2828

29-
Clone this REPO and run `npm run build` or directly download latest plugin release containing `main.js`, `manifest.json` and `versions.json`.
29+
Clone this REPO and run `npm run build` or directly download latest plugin release containing `main.js`, `manifest.json` and `styles.css`.
3030

3131
> [!NOTE]
3232
> 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))*

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "file-tree-generator",
3-
"name": "📁 File Tree Generator",
3+
"name": "File Tree Generator",
44
"version": "1.0.0",
55
"minAppVersion": "1.3.7",
66
"description": "Generate a file tree using Obsidian callouts.",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "file-tree-generator",
3-
"displayName": "📁 File Tree Generator",
3+
"displayName": "File Tree Generator",
44
"version": "1.0.0",
55
"description": "Generate a file tree using Obsidian callouts.",
66
"main": "main.js",

0 commit comments

Comments
 (0)