Remove 📁 icon from name

This commit is contained in:
Unarray 2023-10-03 11:51:14 +02:00
parent 2ba41d73fa
commit ca320c7d34
3 changed files with 3 additions and 3 deletions

View file

@ -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))*

View file

@ -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.",

View file

@ -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",