IMPORTANT: As this is an experimental version, this plugin cannot (yet) be installed via community plugins from within Obsidian, but must be manually downloaded and activated (see the repository README for more information).
Hi everybody, I just completed a first experimental version of an Icons Plugin for Obsidian. I’m currently looking for beta-testers to provide feedback.
This plugin looks amazing! I am super excited to see where this goes. One of the downsides to MD in my opinion is that it can be a bit plain- but this would really help.
Thank you for your feedback @den, glad you found it interesting and tried to install it! Did you transpile the typescript source with the respective commands? yarn and then npm run dev? If yes, please feel free to provide more information regarding runtime errors in the Developer Console.
Currently, no compiled version is provided since it’s an experimental plugin and I would like to get some feedback – ideally from other plugin developers or people with experience – before it is released. Thanks for your understanding!
Hi @den, after more testing the plugin in my own vault, I’ve just released version 0.2.1. You can download the three files (main.js, manifest.json, versions.json) from https://github.com/visini/obsidian-icons-plugin/releases/latest and place them in your vault’s plugin folder: YourVault/.obsidian/plugins/obsidian-icons-plugin/ (create the folder obsidian-icons-plugin if it does not yet exist). Then, reload obsidian and activate it via Third-Party Plugins settings.
Let me know how it goes! I’d be glad to assist you in getting this working so you can provide some feedback.
Update: As of version 0.2.2 you can install the plugin via Obsidians Plugin Settings (without manually installing files). Just search for “Icons Plugin” - then install and activate it!
I’m curious to hear your feedback. If you find any bugs, kindly report them by creating an issue on GitHub.
Yesterday, https://iconduck.com/ waddled across my screen and I immediately wondered if you had also heard of it @dc17? They have collected and tagged 108,000 free and open source icons plus made an api for accessing them.
I don’t know if this speaks to you but, well, there it is. Thank you very much for making such a fun-to-use plugin!
Hi, and thank your for creating this plugin.
I was indeed saying that Obsidian was lacking a bit of flavour.
I installed it via Obsidian community plugins.
I am used to use the font awesome ones : I tried several ones and only 2 get picked up.
Is there a way to check the actual list or is it dynamically selected?
FAS
Icon
Rendering
Bookmark
fas:Bookmark = OK
Gamepad
fas:Gamepad = OK
Diamond
fas:Diamond = KO
Graduation-cap
fas:Graduation-cap = KO
Folder
fas:Folder = KO
Lightbulb-o
fas:Lightbulb-o = KO
Also what is the command to get the pop-up to open for selection of the icons? I could only type in your examples
(am on Windows 7)
thanks
I deactivated url to preview and could now use the icon plugin properly and with fas and far I can see now what is available (some I expected are not but that’s fine)
Hi @fredini, glad you find the plugin useful. Unfortunately, the current version does not support Obsidian Publish; icons only work locally (in the Obsidian app). I would have to look into it some more to figure out what needs to be done. I’ve created an issue for this enhancement in the GitHub repository.