improve(plugin): more types

pull/3536/head
charlie 2021-12-14 15:15:57 +08:00 committed by Tienson Qin
parent 6aafeb40ca
commit c46fa35095
1 changed files with 4 additions and 0 deletions

View File

@ -198,6 +198,10 @@ export type ExternalCommandType =
'logseq.editor/toggle-open-blocks' |
'logseq.editor/zoom-in' |
'logseq.editor/zoom-out' |
'logseq.editor/indent' |
'logseq.editor/outdent' |
'logseq.editor/copy' |
'logseq.editor/cut' |
'logseq.go/home' |
'logseq.go/journals' |
'logseq.go/keyboard-shortcuts' |