blacksmithgu / obsidian-dataview

A data index and query language over Markdown files, for https://obsidian.md/.
https://blacksmithgu.github.io/obsidian-dataview/
MIT License
7.06k stars 415 forks source link

Bug report - Inline Query inside Table, inside a canvas node not displaying correctly #2434

Closed Nydid closed 2 months ago

Nydid commented 2 months ago

What happened?

When using an inline query, in a table, inside a canvas note, the value doesn't update:

File with inline queries: image

Formatted file with queries, showing it works inside the file: image

File when displayed inside the canvas: image

Only the table fails to update the values

DQL

:Vanilla_strength: STR = this.STR
:Vanilla_regeneration: CON = this.CON
:Vanilla_speed: DEX = this.DEX
:Vanilla_hero_of_the_village: CHA = this.CHA
:Vanilla_night_vision: PER = this.PER
:Vanilla_trial_omen: SPIRIT = this.SPR

JS

No response

Dataview Version

0.5.67

Obsidian Version

1.6.7

OS

Windows

Nydid commented 2 months ago

Fixed it, changed the Inline Query prefix from = to == and now everything displays correctly image