2023-10-03 20:16:33 +08:00
|
|
|
name: query
|
|
|
|
functions:
|
2024-02-03 02:19:07 +08:00
|
|
|
# API
|
|
|
|
queryParsed:
|
|
|
|
path: api.ts:queryParsed
|
|
|
|
query:
|
|
|
|
path: api.ts:query
|
|
|
|
renderQuery:
|
|
|
|
path: api.ts:renderQuery
|
|
|
|
|
2023-10-03 20:16:33 +08:00
|
|
|
queryWidget:
|
2024-01-21 02:16:07 +08:00
|
|
|
path: widget.ts:widget
|
2023-10-03 20:16:33 +08:00
|
|
|
codeWidget: query
|
2023-12-27 20:38:38 +08:00
|
|
|
renderMode: markdown
|
2023-10-03 20:16:33 +08:00
|
|
|
|
2024-01-21 02:16:07 +08:00
|
|
|
# Query widget buttons
|
|
|
|
editButton:
|
|
|
|
path: widget.ts:editButton
|
|
|
|
|
2023-11-21 23:56:21 +08:00
|
|
|
lintQuery:
|
2024-01-21 02:16:07 +08:00
|
|
|
path: lint.ts:lintQuery
|
2023-11-21 23:56:21 +08:00
|
|
|
events:
|
|
|
|
- editor:lint
|
|
|
|
|
2023-10-03 20:16:33 +08:00
|
|
|
queryComplete:
|
|
|
|
path: complete.ts:queryComplete
|
|
|
|
events:
|
|
|
|
- editor:complete
|
|
|
|
|
2023-10-04 23:14:24 +08:00
|
|
|
languageComplete:
|
|
|
|
path: complete.ts:languageComplete
|
|
|
|
events:
|
|
|
|
- editor:complete
|
|
|
|
|
2023-11-15 17:08:21 +08:00
|
|
|
refreshAllWidgets:
|
2023-12-28 23:14:30 +08:00
|
|
|
path: widget.ts:refreshAllWidgets
|
2023-11-15 17:08:21 +08:00
|
|
|
command:
|
|
|
|
name: "Live Queries and Templates: Refresh All"
|
|
|
|
key: "Alt-q"
|
|
|
|
|