Michael "Tres" Brenan

Results 196 comments of Michael "Tres" Brenan

I think this is a very interesting idea (have tab views which have their `this` property set to the current active view pane); more generally, a fast and responsive "Dataview"...

What part of the page is slow to load? Is it the entire table takes several seconds to load, or parts of it load and then other stuff fills in?

Embedding local images will definitely be faster - as it is, it is requesting them from the web every time you load the page/table, which may take a few seconds...

Thanks for providing a performance profile - I took a look. It looks like there are a fair number of fast Dataview calls, along with a single very slow 2...

It's doable, and I've had a few people ask about it for another application (Obsidian Publish). Will add support for it in an upcoming release (likely by having it replace...

This has been on my backlog for a while but I have never managed to get around to it yet - @kevboh if you find the time to take a...

I think you can combine Templater + DataviewJS to do queries and dynamically generate Markdown tables + lists for this, but first class support is definitely a good idea. The...

Alright, so I'm finally around to looking at this again. I have two modes which I am planning on supporting directly right away: - Preview mode: All dataviews will support...

Only applying the freezer to a specific dataview source (i.e., anything you can put in `FROM`) seems like a good feature.