Iconize

by FlorianWoelki
5
4
3
2
1
Score: 79/100

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.

Reviews

No reviews yet.

Stats

1341
stars
2,032,258
downloads
124
forks
1,729
days
32
days
511
days
69
total PRs
7
open PRs
18
closed PRs
44
merged PRs
572
total issues
167
open issues
405
closed issues
216
commits

Latest Version

a year ago

Changelog

What's Changed

New Contributors

Full Changelog: https://github.com/FlorianWoelki/obsidian-iconize/compare/2.14.6...2.14.7

README file from

Github

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.

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.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Iconic
2 years ago by Holo
Customize your icons and colors directly from the Obsidian UI, including tabs, files & folders, bookmarks, tags, properties, and ribbon commands.
Callout Manager
3 years ago by eth-p
An Obsidian.md plugin that makes creating and configuring callouts easy.
Icons
5 years ago by Camillo Visini
Add icons to your Obsidian notes – Experimental Obsidian Plugin
Icon Shortcodes
4 years ago by AidenLx
Obsidian Plugin: Insert emoji and custom icons with shortcodes
Custom Sidebar Icons
2 years ago by RavenHogWarts
Custom Icons
Icon Swapper
5 years ago by mgmeyers
Allows swapping out Obsidian's icons
Pathfinder 2E Action Icons
3 years ago by Thiago Coutinho
Obsidian plugin for easily insertind the Pathfinder 2E Action icons
Iconoir Icons
3 years ago by @gapmiss
A plugin for creating customized icons in Obsidian.md
Metadata Icon
2 years ago by Benature
change metadata entry icon
Material Symbols
3 years ago by Cristoph Berane
Additional Icons
2 years ago by Matthew Turk
Add additional iconsets to Obsidian
Inline Callouts
a year ago by @gapmiss
An Obsidian.md plugin for displaying inline "callouts" badges & icons.
NerdFont Icon Picker
a year ago by Xaver Wenhart
a simple nerdfont icon picker for obsidian
Mermaid Icons
4 months ago by toshs
Obsidian plugin enabling the use of icons in Mermaid diagrams.
Note Favicon
a year ago by mdklab
Obsidian plugin – Show Favicon from Metadata
CalloutX
a year ago by br4in
An Obsidian plugin that allows you to view, manage, and customise callout icons in your vault.
Image Preview on Icon Hover
a year ago by rama1997
Plugin for Obsidian that add image popups when hovering over various icons in the user interface
My SVGs
4 months ago by Omar Badawy
An Obsidian plugin that Registers your own SVGs into Obsidian's global icon library for use with other plugins or however you want.