Skip to content

Inline Buttons! Button Maker! More!!!

Compare
Choose a tag to compare
@shabegom shabegom released this 12 May 01:54
· 64 commits to main since this release
84096b8

Watch the release video on Youtube
0.4.0

  • Inline Buttons! You can add buttons inline using the button block-id (^button-id) using this syntax `button-id`
  • Insert Inline Button: Use Insert Inline Button from the command palette to quickly insert a new inline button
  • Button Maker: Open the Button Maker from the command palette to quickly and easily create a new button
  • New Button Arg - swap: use the swap [id1, id2, id3] arg along with an inline button to create a button that performs multiple actions on each click
  • New Button Arg - templater: the templater arg allows you to put a templater command inside a button. When the button is clicked the templater command is converted to it's value and then is converted back to the templater command: note(<% tp.date.now("MM-DD") %>) template