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

26 lines
465 B
YAML

name: sync
functions:
configureCommand:
path: sync.ts:configureCommand
command:
name: "Sync: Configure"
syncCommand:
path: sync.ts:syncCommand
command:
name: "Sync: Sync"
key: "Shift-Alt-s"
wipeAndSyncCommand:
path: sync.ts:localWipeAndSyncCommand
command:
name: "Sync: Wipe Local Space and Sync"
check:
env: server
path: sync.ts:check
performSync:
env: server
path: sync.ts:performSync