You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
All of my folders’ icons are Tabler icons. Despite having the Tabler icon pack installed, and its ZIP present in .obsidian/plugins/obsidian-icon-folder/icons, when I start up Obsidian, I get a million notifications saying “icon not found”, and icons are not shown for my vault’s folders.
To Reproduce
Steps to reproduce the behavior:
Install the Tabler icon pack
Set many folders’ icons to Tabler icons
Fast forward several months
Update the plugin after not updating it for a few months
Restart Obsidian
Bug: a million “icon missing” notifications, and icons aren't visible
Expected behavior
No issue; folder icons remain visible
Screenshots
It is almost certainly related to this, the contents of .obsidian/plugins/obsidian-icon-folder:
After updating, it looks like the set of icons was replaced with a ZIP, but the icons in use were not extracted into a folder correctly. The file tabler-icons/Template.svg was only created when I set the icon of a folder after updating.
Additional context
The data in data.json is still intact, so in theory this could be fixed by running through that file and extracting all the necessary icons.
The text was updated successfully, but these errors were encountered:
rben01
changed the title
Tabler icons not found
Tabler icons not found after updating plugin
Sep 16, 2023
I don't quite understand it. The plugin never removes or deletes any icons when they are updated. Normally, after the recent update, you should've just downloaded the tabler icons pack as a zip and everything would have worked.
What you could do to resolve the issue, is just extracting all the icons into the tabler icons directory.
Got it. I think I could make something asynchronous in the background that checks in the beginning, if all used icons are downloaded/added correctly. That would fix some things.
I'll create a new issue for that and close this for now!
Describe the bug
All of my folders’ icons are Tabler icons. Despite having the Tabler icon pack installed, and its ZIP present in
.obsidian/plugins/obsidian-icon-folder/icons
, when I start up Obsidian, I get a million notifications saying “icon not found”, and icons are not shown for my vault’s folders.To Reproduce
Steps to reproduce the behavior:
Expected behavior
No issue; folder icons remain visible
Screenshots
It is almost certainly related to this, the contents of
.obsidian/plugins/obsidian-icon-folder
:After updating, it looks like the set of icons was replaced with a ZIP, but the icons in use were not extracted into a folder correctly. The file
tabler-icons/Template.svg
was only created when I set the icon of a folder after updating.Additional context
The data in
data.json
is still intact, so in theory this could be fixed by running through that file and extracting all the necessary icons.The text was updated successfully, but these errors were encountered: