Add replace and note()
- Removed the shine hover effect because it looks crummy on mobile.
- added a
replace
argument. Use along withtype 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.