ckRobinson / multi-column-markdown

A plugin for the Obsidian markdown note application, adding functionality to render markdown documents with multiple columns of text.
GNU General Public License v3.0
298 stars 13 forks source link

Dataview inline query doesn't work in Editing View #117

Open DrMagPie opened 3 months ago

DrMagPie commented 3 months ago

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:

---
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.