aidenlx / obsidian-icon-shortcodes

Obsidian Plugin: Insert emoji and custom icons with shortcodes
MIT License
146 stars 11 forks source link

Feature: Organize icon packs by folder #42

Open danielnichols opened 2 years ago

danielnichols commented 2 years ago

It would be really helpful if we could organize our icon packs by subfolder in the icons directory rather than relying on a name prefix (or probably allowing both options). This would help hugely in keeping the folder organized, and would also help with compatibility with other plugins (e.g. obsidian-icon-folder) to avoid needing duplicate files.

Example:

.obsidian/
├── icons/
│   ├── devicon/
│   │   ├── aarch64_original.svg
│   │   ├── aarch46_plain.svg
│   │   └── ...
│   ├── remix-icons/
│   │   ├── 4k_fill.svg
│   │   ├── 4k_line.svg
│   │   └── ...
│   └── ...
└── ...
ChristinWhite commented 2 years ago

I was just coming here to ask for the same!

It would be extremely handy to be able to backup and restore icons included in folders too since obsidian-icon-folder doesn't provide that function and it's a bit of a pain to get access to the .obsidian/ folder on iOS.