obsidian-inline-scripts icon indicating copy to clipboard operation
obsidian-inline-scripts copied to clipboard

Special paths - not working.

Open Syrkres opened this issue 2 years ago • 0 comments

So when I try to use notePick ;;notePick pickFromFolder "01. Worlds/Cevoria/- World Stuff/NPCs" 2 It complains, no folder found.

It looks like you need to add quotes surrounding your path in your calls to sub scripts (pickFromFolder, pickFromFolderAndGetFrontMatter). Not sure where else as I'm just digging into the code.

expand("notePick pickFromFolder \"" + $1 + "\" " + $2 + " " + $3 + " " + $4));

Syrkres avatar Feb 28 '23 21:02 Syrkres