This obsidian plugin allows you to add icons to your folder or icon if you want.
Right now, the current iconsets are supported:
This is how your folders can look like:
It is pretty simple to add a icon to your folder:
- Right click on the folder where you want to add an icon
- Select the
Change Icon
menu item (prefixed with a#
icon) - Select the icon you want and profit!
To delete an icon, you just need to click on the Delete Icon
(prefixed with a trash
icon) menu item.
To enable other icon sets, go to settings and enable or disable your wanted icons.
To customize this project for your needs, you can clone it and then install all dependencies:
$ git clone https://github.com/FlorianWoelki/obsidian-icon-folder
$ cd obsidian-icon-folder
$ yarn
After installing all dependencies, you need to generate the icon folders so that they will be displayed and added to the output file:
$ node scripts/generate-icons.js
After executing successfully, you can start the rollup dev server by using:
$ yarn dev
This command will automatically build the neccesary files for testing and developing on every change.
Also, make sure that you copy the built files into the the plugins directory.
For example (command for OSX):
$ cp main.js manifest.json src/styles.css /Users/<user>/Library/Mobile\ Documents/iCloud\~md\~obsidian/Documents/Second\ Brain/.obsidian/plugins/obsidian-icon-folder
Finally, you can customize the plugin and add it to your plugins.