Skip to content

Add replace and note()

Compare
Choose a tag to compare
@shabegom shabegom released this 28 Mar 20:32
· 130 commits to main since this release
  • Removed the shine hover effect because it looks crummy on mobile.
  • added a replace argument. Use along with type prepend template to replace existing content between a specified header and the button:

```button
name My Replace Button
type prepend template
action A Template.
replace ## Section Heading
```

  • added a note() template option to the type argument that will create a new note based on the specified template:

```button
name My Template Button
type note(Path/Note Name) template
action My Template
```

Check the README for requirements and more information.