dsebastien / obsidian-dataview-serializer

Obsidian plugin that gives you the power of Dataview, but generates Markdown, making it compatible with Obsidian Publish, and making the links appear on the Graph
MIT License
29 stars 2 forks source link

Issue with serialized TABLE queries #3

Closed dsebastien closed 4 days ago

dsebastien commented 1 month ago

TABLE queries have rendering issues, probably due to a bug with Dataviews' tryQueryMarkdown. Mentioned here: https://x.com/WebInspectInc/status/1792173996613546438

Example:

image

dsebastien commented 1 month ago

This issue might be related: https://github.com/blacksmithgu/obsidian-dataview/issues/1984

dsebastien commented 1 month ago

In my case, the reading mode displays the table nicely:

image

But the source contains a lot of needless whitespace:

image

dsebastien commented 4 days ago

Adding a blank line between the query to serialize comment and the output seems to have fixed the issue. I've only applied this to table queries