shabegom / buttons

Buttons in Obsidian
The Unlicense
453 stars 47 forks source link

Ordering of button script #198

Closed Konur06 closed 5 months ago

Konur06 commented 6 months ago

the "remove true line" should be at the end of the button code block, otherwise it doesnt remove the whole button and the lines coming after it remain unremoved.

It should be:

name Time Tracker
type command
action Super Simple Time Tracker: Insert Time Tracker
color blue
**remove true**

Not:

name Time Tracker
type command
action Super Simple Time Tracker: Insert Time Tracker
**remove true**
color blue
shabegom commented 5 months ago

can't replicate