Taitava/obsidian-shellcommands

Settings: Get icons automatically from Obsidian

Opened this issue · 1 comments

Discussed in #409

Make the icon selector in shell command settings use the getIconIds() function.

Currently, the list of icons (when selecting an icon for a shell command in the settings) is hard-coded into this plugin. Even if Obsidian brings new icons, they will not become available in this plugin's settings. Obsidian API added support for retrieving the icons list some time ago, so I can now improve the list in this plugin.

kuva

  • Implement the change.
  • Add to CHANGELOG.md.

Done. Will be released in 0.23.0. Still need to add this to CHANGELOG.md.