jon-heard / obsidian-inline-scripts

Obsidian plugin: Type text shortcuts that expand into javascript generated text.
MIT License
134 stars 4 forks source link

Feature Request: Cards - Import From A Top Folder #67

Open jeksc0d3 opened 1 year ago

jeksc0d3 commented 1 year ago

cards fromfolder only allows you to import cards from the folder they are currently in. So if a game or tool has multiple sets of cards that you want to organise separately you have to run cards fromfolder on each set you want to import, every time. Or have all cards in one folder, which negates the ability to customise what sets you want to use. So, let's say a game or tool has 6 sets of cards (base set + 5 expansions) and 3 types of cards per set that's up to 18 times I would have to run cards fromfolder just to set up. And even if you use a template with iscript you click 18 different shortcuts to set up - which is less efficient when you want to use all sets. In comparison to 3 if you could import from the top folder of each type of card.

Example of Folder Organisation and Import Wants

+--- card_game
|    +--- type 1   <--- Import All Cards Under this Folder
|            +--- base set   <--- or just import each set individually
|                +--- card.png
|            +--- expansion 1
|            +--- expansion 2
|    +--- type 2
|            +--- base set
|            +--- expansion 1
|            +--- expansion 2