ecustic / obsidian-file-color

An Obsidian plugin for setting colors on folders and files in the file tree.
MIT License
122 stars 9 forks source link

Compatibility with Workspaces plugin #7

Open mkpaz opened 1 year ago

mkpaz commented 1 year ago

It's a core plugin to store/load Obsidian layout. Currently after you load any stored workspace file colors will be lost.

EyesofBucket commented 1 year ago

Happened upon this as well. The color data is all still there in the plugin's data.json, but seems to not be loaded properly with the new workspace. Reloading plugins via Settings --> Community Plugins --> Refresh (icon on the right side) or simply restarting Obsidian brings them back. It's a mild inconvenience, but hopefully this helps point towards the solution

ghandyc commented 1 year ago

Confirmed here as well. Colors are lost on loading / reloading any workspace, which by extension makes Workspaces Plus community plugin also having the same problem. You have to reload Obsidian on every workspace switch to get colors back or to disable and enable file-color plugin or to turn off and on community plugins. It would be really great if there is a way to fix this.