I was exploring this plugin and noticed that it is not rendering dataview's inline queries in editing view
here is a test page to replicate my findings:
---
type: Test
---
`=this.type`
=== start-multi-column
## Col 1
`=this.type`
```dataview
List
where type = "Test"
=== end-column ===
col 2
=== end-multi-column
And here is the behaviour I have observed:
Editing View:
![image](https://github.com/user-attachments/assets/61ed1537-f3ae-4493-821a-adaee97e283e)
Reading View:
![image](https://github.com/user-attachments/assets/81c6347b-2c1b-41e2-9557-1f070935d233)
I assume this is a bug as regular dataview queries are working fine in the Editing View
Kind Regards.
Hi,
I was exploring this plugin and noticed that it is not rendering dataview's inline queries in editing view
here is a test page to replicate my findings:
=== end-column ===
col 2
=== end-multi-column