xhuajin / obsidian-tabs

https://xhuajin.github.io/obsidian-tabs/
MIT License
70 stars 3 forks source link

Unable to render obsidian query #16

Open sizhky opened 3 months ago

sizhky commented 3 months ago

First of all, epic idea for a plugin. Thanks for your effort.

Coming to the issue - I am unable to render obsidian queries inside tabs

image

it is very similar to the issue with tasks https://github.com/xhuajin/obsidian-tabs/issues/15

Perhaps there's something commonly missing in both cases

xhuajin commented 2 months ago

Thanks for liking Tabs! The ‘Tabs’ plugin utilizes the MarkdownRenderer.render provided by Obsidian. If the ‘Tabs’ plugin is unable to render a query, it suggests that Obsidian’s rendering of the query involves an unpublished API. Therefore, to insert a query into tabs, we might have to wait until I discover this API.

jcesguerram commented 2 months ago

Ran into this same issue today. Hope it's possible to fix it!