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.
59 lines
582 B
59 lines
582 B
# 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
|
|
|
|
 
|
|
|
|
### Create bookmark
|
|
|
|
 
|
|
|
|
```button
|
|
name Create Bookmark
|
|
type append template
|
|
action NewBookmark
|
|
color blue
|
|
templater true
|
|
```
|
|
^button-CreateBkMark |