Skip to content

Commit 751b9a2

Browse files
committed
comment: Clarify the limitations when accessing query file placeholders
1 parent 151204b commit 751b9a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Renderer/QueryRenderer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ export class QueryRenderer {
4141
// not yet available, so empty.
4242
// - It does not listen out for edits the properties, so if a property is edited,
4343
// 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.
44+
// - Only single-line properties work. Multiple-line properties give an error message
45+
// 'do not understand query'.
4646
const app = this.app;
4747
const filePath = context.sourcePath;
4848
const tFile = app.vault.getAbstractFileByPath(filePath);

0 commit comments

Comments
 (0)