What I’m trying to do
I’ve tried to put the dataview code inside the HTML table like:
But the dataview plugin won’t be triggered.
|
Column1
|
Column2
|
|
```dataview
list where file.day
sort file.day desc
```
|
```dataview
list where file.day
sort file.day desc
```
|
If Obsidian plugin won’t work inside the table, is there any way to generate the blow four quadrants layout, where each quadrant contains a list generated by the dataview plugin?