You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
423 B
45 lines
423 B
3 years ago
|
# Button gallery
|
||
|
|
||
|
 
|
||
|
|
||
|
### Save
|
||
|
|
||
|
 
|
||
|
|
||
|
```button
|
||
|
name Save
|
||
|
type command
|
||
|
action Save current file
|
||
|
color blue
|
||
|
```
|
||
|
^button-Save
|
||
|
|
||
|
 
|
||
|
|
||
|
### Edit MetaTable
|
||
|
|
||
|
 
|
||
|
|
||
|
```button
|
||
|
name Edit parameters
|
||
|
type command
|
||
|
action MetaEdit: Run MetaEdit
|
||
|
color blue
|
||
|
```
|
||
|
^button-EditMetaData
|
||
|
|
||
|
 
|
||
|
|
||
|
### Create Note
|
||
|
|
||
|
 
|
||
|
|
||
|
```button
|
||
|
name Create Note
|
||
|
type append template
|
||
|
action NewFile
|
||
|
color blue
|
||
|
templater true
|
||
|
```
|
||
|
^button-CreateNote
|