Sam

Results 138 comments of Sam

Yep, there are problems when buttons are in the side-panel as the plugin isn't expecting it. I've been wanting to add side-panel support for some time, but haven't had the...

Hey! That's weird. The plugin doesn't write anything at all. It is reading from the link cache. I don't have time to look into a solution, but I'll add a...

That should be working. I need to figure out a better way to handle templater in buttons so it is more reliable. Try reloading obsidian and see if that fixes...

I think I'll need to rewrite this feature unfortunately. I've seen it fail too many times.

I think the issue is that it is grabbing both buttons prior to templater execution and then replacing both into the note afterwards assuming they need to be reverted. It...

Ah interesting bug. It's a bit of a race between the button removal and insert the text. It definitely tries to do the removal first. I wonder if I can...

> I did not know we could call commands inside templater templates. I will check the docs (but if you have a code example at hand that would great) Yeah!...

Thanks for reporting. Inline buttons need to be updated to work with Live Preview as it uses a completely different rendering method. Stay tuned.

should be fairly easy to add this. I usually have all my parent buttons in one note called "Button Templates" and then reference the inline buttons in other notes...