We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151204b commit 751b9a2Copy full SHA for 751b9a2
src/Renderer/QueryRenderer.ts
@@ -41,8 +41,8 @@ export class QueryRenderer {
41
// not yet available, so empty.
42
// - It does not listen out for edits the properties, so if a property is edited,
43
// the user needs to close and re-open the file.
44
- // - See any limitations listed in comments added to Query.test.ts tests of
45
- // query.file to access properties in query instructions.
+ // - Only single-line properties work. Multiple-line properties give an error message
+ // 'do not understand query'.
46
const app = this.app;
47
const filePath = context.sourcePath;
48
const tFile = app.vault.getAbstractFileByPath(filePath);
0 commit comments