Iconize
by FlorianWoelki
Score: 85/100
favorite
share
Description
Category: Note Enhancements

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.

Stats
1042
stars
1,389,857
downloads
78
forks
1,307
days
53
days
89
days
60
total PRs
4
open PRs
17
closed PRs
39
merged PRs
544
total issues
140
open issues
404
closed issues
216
commits
README file from

Obsidian Iconize

./docs/preview-image.png

Project Deprecation and End of Maintenance: read more

What is it?

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:

Buy Me A Coffee

Key Highlights

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,

Development

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.