The Iconize plugin is a game-changer for Obsidian users who want to add a personal touch to their notes and folders. With this plugin, you can easily add custom icons from any SVG file or icon pack to give your content a unique visual identity. Whether it's adding icons before file/folder names, in notes, above titles, or even in tabs, Iconize makes it all possible. Plus, with customizable settings and custom rules, you can tailor the plugin to fit your specific needs. Overall, Iconize is a powerful tool that will help you visually organize and differentiate your content in Obsidian.
Full Changelog: https://github.com/FlorianWoelki/obsidian-iconize/compare/2.14.6…2.14.7
Project Deprecation and End of Maintenance: read more
This obsidian plugin allows you to add any custom icon (of type .svg
) or from an icon pack to anything you want.
Refer to the official documentation for more information:
https://florianwoelki.github.io/obsidian-iconize/ about the plugin and its functionalities.
If you like this plugin, feel free to support the development by buying a coffee:
Icons before file/folder name,
Icons in notes,
Icon above title,
Predefined icon packs,
Icons in tabs,
Customizable settings,
Custom rules,
Frontmatter integration,
Change color of an individual icon,
To customize this project for your needs, you can clone it and then install all dependencies:
$ git clone https://github.com/FlorianWoelki/obsidian-iconize
$ cd obsidian-iconize
$ pnpm i
After the installation, you need to create a env.js
file in the root directory. Fill the file with the following content:
export const obsidianExportPath =
'<path-to-obsidian-vault>/.obsidian/plugins/obsidian-iconize/';
Make sure you create the directory specified in that variable if it does not exist yet.
Afterwards, you can start the rollup dev server by using:
$ pnpm dev
This command will automatically build the neccesary files for testing and developing on every change. Furthermore, it does copy all the necessary files to the plugin directory you specified.
Finally, you can customize the plugin and add it to your plugins.