Skip to content

Commit

Permalink
comment: Clarify the limitations when accessing query file placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Dec 20, 2024
1 parent 151204b commit 751b9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Renderer/QueryRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ export class QueryRenderer {
// not yet available, so empty.
// - It does not listen out for edits the properties, so if a property is edited,
// the user needs to close and re-open the file.
// - See any limitations listed in comments added to Query.test.ts tests of
// query.file to access properties in query instructions.
// - Only single-line properties work. Multiple-line properties give an error message
// 'do not understand query'.
const app = this.app;
const filePath = context.sourcePath;
const tFile = app.vault.getAbstractFileByPath(filePath);
Expand Down

0 comments on commit 751b9a2

Please sign in to comment.