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

47 lines
968 B
YAML
Raw Normal View History

2022-03-27 09:26:13 +00:00
functions:
indexLinks:
path: "./page.ts:indexLinks"
events:
- page:index
deletePage:
path: "./page.ts:deletePage"
command:
name: "Page: Delete"
showBackLinks:
path: "./page.ts:showBackLinks"
command:
name: "Page: Back Links"
renamePage:
path: "./page.ts:renamePage"
command:
name: "Page: Rename"
pageComplete:
path: "./navigate.ts:pageComplete"
events:
- editor:complete
linkNavigate:
path: "./navigate.ts:linkNavigate"
command:
name: Navigate To page
key: Ctrl-Enter
mac: Cmd-Enter
clickNavigate:
path: "./navigate.ts:clickNavigate"
events:
- page:click
taskToggle:
path: "./task.ts:taskToggle"
events:
- page:click
insertToday:
path: "./dates.ts:insertToday"
command:
name: Insert Current Date
slashCommand: today
welcome:
path: "./server.ts:welcome"
events:
2022-03-28 06:51:24 +00:00
- plug:load
2022-03-27 09:26:13 +00:00
env: server