buttons icon indicating copy to clipboard operation
buttons copied to clipboard

Buttons in Obsidian

Results 84 buttons issues
Sort by recently updated
recently updated
newest added

Hi, I've noticed that if Templates are in a subfolder in Templater-designated folder, the Button Maker can see the template, but the button you ultimately make does not function to...

bug

Thank you for your efforts on the Obsidian Buttons plugin. This pull request addresses an issue where buttons would not display in Live Preview immediately after Obsidian starts, due to...

This pull request improves the reliability and speed of the `templater` option. The following things are addressed: - unsaved text is no longer lost when pressing the button (fixes #95)...

This pull request speeds up button deletion by ~2 seconds when the `remove` option is used. Removal of `setTimeout` calls also removes avenues for potential race conditions. **Note:** this PR...

It would be great to have also a button that only runs a template. Why? Because then we could run templates like the following to, for example (in the code...

enhancement

When I use the template button to run a template using multiple tp.system.prompt commands the removal of the instructed buttons works on click but the buttons all reappear after the...

bug

Hi! I don't know if I'm doing something wrong, but it seems that the text generated by the template, does not stay in the file, as you can see in...

bug

Hello, @shabegom, congratulations for the great work! Thanks, it helps a lot! One idea that crossed my mind: a flag to make the button invisible. With this flag, I could...

enhancement

Maybe this is not the best solution, the buttons in the sidebar are clickable when the buttons type is link and command, it works fine

With the following button: ```` ```button name Event type line() template action bullet/event templater true ``` ^button-event ```` After pressing the button once It's now: ```` ```button name Event type...

bug