obsidian-shellcommands icon indicating copy to clipboard operation
obsidian-shellcommands copied to clipboard

Settings: Get icons automatically from Obsidian

Open Taitava opened this issue 1 year ago • 1 comments

Discussed in https://github.com/Taitava/obsidian-shellcommands/discussions/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

  • [x] Implement the change.
  • [ ] Add to CHANGELOG.md.

Taitava avatar Aug 02 '24 15:08 Taitava

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

Taitava avatar Aug 02 '24 16:08 Taitava

Released.

Taitava avatar Nov 09 '24 17:11 Taitava