obsidian-inline-scripts
obsidian-inline-scripts copied to clipboard
Obsidian plugin: Type text shortcuts that expand into javascript generated text.
As the title says I did not found a way to get the filter to work over various iOS versions of obsidian. Maybe any solution here? :) greetings
`^(.+)$ ` -> `$1` works. (But it's not good for anything.) `^(.+)$ ` -> `[[\u$1|$1]]` does not work. In fact, if I nest $1 anywhere around square brackets, I'd need...
With standard library imported, run state reset. Then run ;;ac chars add Test:: Run ;;state get:: to print the current state. This is my state at that point. {"lists":{"pcs":{"type":"basic","content":[]},"npcs":{"type":"basic","content":[]},"threads":{"type":"basic","content":[]},"plotline_dupes":{"type":"basic","content":[]},"plotlines":{"type":"combo","content":["threads","plotline_dupes"]},"character_dupes":{"type":"basic","content":["Test"]},"characters":{"type":"combo","content":["pcs","npcs","character_dupes"]}},"notevars":{"isMarkdownRefreshed":true},"notepick":{},"mythicgme":{"chaos":5,"scene":1},"adventurecrafter":{"themeSlots":[]},"cards":{"piles":{},"size":150,"priorShowMoved":true,"backImage":null},"tablefiles":{"paths":{},"configuration":{}},"clips":{}} Reset...
Hello there! I wanted to report an issue with Vim when both are enabled. It seems that when there are 31 or more lines of text, I am unable to...
_**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...
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...
Hi! I find that "help" and "ref" entries are cluttering up the autocomplete dropdown for me, since I never use them. Is it possible for me to remove them?
If you want to roll a pick and replace table more than once it errors at line 401, probably becuase there is some "await rollTable" didn't return a valid result....
Actually, I can't use them at all, even trying to run them ;;tbl roll Path isFolderTable:true It shows up in the tbl list as a folder table, but there is...
latest obsidian update did changes to popups, they are basically a text cut off mess and unusable right now if the string holds more than a small number of words...