1
0
silverbullet/plugs/markdown/markdown.plug.yaml

15 lines
303 B
YAML
Raw Normal View History

2022-03-28 13:25:05 +00:00
functions:
2022-04-04 13:25:07 +00:00
toggle:
path: "./markdown.ts:togglePreview"
2022-03-28 13:25:05 +00:00
command:
2022-04-04 13:25:07 +00:00
name: "Toggle Markdown Preview"
2022-04-04 16:33:13 +00:00
key: Ctrl-p
mac: Cmd-p
2022-04-04 13:25:07 +00:00
preview:
path: "./markdown.ts:updateMarkdownPreview"
env: client
events:
- plug:load
- editor:updated
- editor:pageSwitched