Browse Source

improve(plugin): more types

charlie 3 years ago
parent
commit
c46fa35095
1 changed files with 4 additions and 0 deletions
  1. 4 0
      libs/src/LSPlugin.ts

+ 4 - 0
libs/src/LSPlugin.ts

@@ -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' |