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

Feature: Organize icon packs by folder

Open danielnichols opened this issue 2 years ago • 1 comments

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
│   │   └── ...
│   └── ...
└── ...

danielnichols avatar Mar 29 '22 13:03 danielnichols

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.

ChristinWhite avatar Apr 07 '22 17:04 ChristinWhite