Skip to content

FlorianWoelki/obsidian-iconize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0e7b4dc · Feb 8, 2025
Feb 8, 2025
Sep 23, 2023
Aug 13, 2024
Jan 5, 2024
Feb 8, 2025
Aug 28, 2021
Oct 1, 2023
Jan 15, 2024
Oct 8, 2023
Oct 1, 2023
Jan 15, 2024
Aug 27, 2021
Feb 5, 2025
Jun 29, 2024
Jan 3, 2025
Apr 9, 2024
Nov 30, 2024
Nov 30, 2024
Oct 18, 2024
Mar 18, 2023
Dec 29, 2023
Aug 27, 2021
Nov 30, 2024

Repository files navigation

Obsidian Iconize

Preview Image

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.