Skip to content

API-based integration with obsidian-icon-folder plugin #65

@SebastianMC

Description

@SebastianMC

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

No one assigned

    Labels

    enhancementNew feature or requeston holdPaused - will be resumed or cancelled.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions