Michael "Tres" Brenan

Results 196 comments of Michael "Tres" Brenan

A few thoughts: 1. Try the latest Dataview 0.5.31 to see if it still occurs. 2. Links still seem to work locally for me and in tests, so the other...

I will probably have to add support for this in Dataview; the tasks plugin does not understand dataview task views (it only works for tasks rendered directly in their original...

This feature is doable and is an extension of the existing functionality. I don't think it will be too bad; will see if I can get around to it as...

Added to my backlog of things to do - embed support is almost in, it just looks ugly right now.

I'm limited by the Obsidian API in this case - Obsidian has no API for actually rendering embeds. I can circumvent it with a hack where I manually load the...

The gist of the issue is that the Obsidian plugin API provides a direct way to render markdown anywhere you want - it's called `MarkdownRenderer.renderMarkdown(source, ...)`, and it's what Dataview...

That's... interesting. I need to experiment with this more...

Indeed, the Obsidian API finally supports embeds. I haven't checked it if "just works" with dataview or if I need to make changes.

It looks like it works properly in Live Preview, but embed rendering in the traditional edit/read mode still does not work (i.e., it was never implemented in Obsidian).

Hmm, the support seems a little convoluted - it works via DataviewJS live preview, though not through Dataview queries; I'm guessing you can only create embeds at the top level...