forked from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
enhancementNew feature or requestNew feature or requeston holdPaused - will be resumed or cancelled.Paused - will be resumed or cancelled.
Description
Under #60 the basic integration with obsidian-icon-folder plugin was introduced.
The connection between the plugins is based on direct access to internal data of the obsidian-icon-folder plugin. That's a reason why the integration is limited: only icons configured directly on folders and files are considered, ignoring the inherited or regexp-applied icons. Also, such kind of integration introduces a tight-coupling: if the obsidian-icon-folder plugin changes its internal data structures, the integration will no longer work.
To address this long term an explicit request to the author of obsidian-icon-folder was supplied:
If the above ticket is completed, the integration can be switched to be API-based, and in result:
- handle all methods of applying icon to folders and notes
- be shielded from changes of implementation of
obsidian-icon-folder
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requeston holdPaused - will be resumed or cancelled.Paused - will be resumed or cancelled.