2022-10-28 22:17:40 +08:00
|
|
|
name: directive
|
2023-05-24 02:53:53 +08:00
|
|
|
requiredPermissions:
|
|
|
|
- fetch
|
2022-10-28 22:17:40 +08:00
|
|
|
functions:
|
|
|
|
updateDirectivesOnPageCommand:
|
|
|
|
path: ./command.ts:updateDirectivesOnPageCommand
|
|
|
|
command:
|
|
|
|
name: "Directives: Update"
|
|
|
|
key: "Alt-q"
|
|
|
|
events:
|
|
|
|
- editor:pageLoaded
|
2023-08-05 00:56:55 +08:00
|
|
|
updateDirectivesInSpace:
|
|
|
|
path: ./command.ts:updateDirectivesInSpace
|
2023-08-05 03:25:14 +08:00
|
|
|
updateDirectivesInSpaceCommand:
|
|
|
|
path: ./command.ts:updateDirectivesInSpaceCommand
|
|
|
|
command:
|
|
|
|
name: "Directives: Update Entire Space"
|
2023-08-11 01:00:28 +08:00
|
|
|
processUpdateQueue:
|
|
|
|
path: ./command.ts:processUpdateQueue
|
|
|
|
mqSubscriptions:
|
|
|
|
- queue: directiveUpdateQueue
|
|
|
|
batchSize: 3
|
2022-10-28 22:17:40 +08:00
|
|
|
queryComplete:
|
|
|
|
path: ./complete.ts:queryComplete
|
|
|
|
events:
|
2022-12-21 21:55:24 +08:00
|
|
|
- editor:complete
|
2023-07-02 17:25:32 +08:00
|
|
|
handlebarHelperComplete:
|
2023-08-02 14:35:24 +08:00
|
|
|
path: ./complete.ts:templateVariableComplete
|
2023-07-02 17:25:32 +08:00
|
|
|
events:
|
|
|
|
- editor:complete
|
2022-10-28 22:17:40 +08:00
|
|
|
|
2023-10-03 20:16:33 +08:00
|
|
|
# Conversion
|
|
|
|
convertToLiveQuery:
|
2023-10-11 16:27:12 +08:00
|
|
|
path: command.ts:convertToLive
|
2023-10-03 20:16:33 +08:00
|
|
|
command:
|
2023-10-11 16:27:12 +08:00
|
|
|
name: "Directive: Convert to Live Query/Template"
|