using tryEvaluate with dv.page() expression #1248
-
Is it possible to use Example NotesNote 1: Reference
Note 2: Test
ResultsWhen I put Note 2 into reading mode I get the following results and an error on the final inline expression
QuestionThe string that the tryEvaluate parser chokes on appears to be identical to the one used in line 3 in a straight inline JS expression. This might mean that Any pointers? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Evaluate uses DataviewQL and not javascript - I'll need to add an In the meanwhile, you can access fields on the current file via |
Beta Was this translation helpful? Give feedback.
Evaluate uses DataviewQL and not javascript - I'll need to add an
evaluateJs
method.In the meanwhile, you can access fields on the current file via
this.field
, and links to other files via[[Page]].field
.