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

13 lines
268 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"
preview:
path: "./markdown.ts:updateMarkdownPreview"
env: client
events:
- plug:load
- editor:updated
- editor:pageSwitched