obsidian-icon-shortcodes
obsidian-icon-shortcodes copied to clipboard
Feature: Organize icon packs by folder
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
│ │ └── ...
│ └── ...
└── ...
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.