Sam

Results 134 comments of Sam

Currently rewriting this to work better. Try using the other remove technique: remove [id] Where ID is the button block id below the button codeblock.

Thanks for tagging me. I know there were some api changes introduce in obsidian 0.15 so it is probably to source. I'll try to find some time to take a...

@afk-procrastinator I am unable to recreate the `undefined` inline button issue. Do you know how to open the Dev Console and check for errors? I can recreate the button not...

A way to do this would be to run the command in a templater template and then use a insert template button

The template buttons should run Templater commands. So in theory you could insert a "template" that runs a prompt and then inserts the text into the current note: type append...

In the current version you can add a `templater true` argument in the codeblock and it will run templater prior to processing the button action. It's kind of janky and...

They won't work until the new editor supports inserting changes via `markdownPostProcessor` or some other type of method to change the view.

Oh 0.16.1 how will you cause me pain?

This is on my list! I was using Templater scripts as a workaround for multiple commands but this would definitely be better.