Michael "Tres" Brenan

Results 196 comments of Michael "Tres" Brenan

Dataview does use the Obsidian cache, and uses it for fetching frontmatter, sections, and tasks+list elements. The "slow parsing" parts are to extract out inline fields (as you mention), as...

> Does Dataview cache/index the parsed data, or does it re-calculate them on every Dataview query? Dataview caches parsed data and only regenerates it when the page itself changes; it...

It's a good question - I'm a chronic laptop user and so I don't use Obsidian Mobile enough to be able to even guess at performance bottlenecks. I guess it's...

I think the easiest way to accomodate a variety of ideas here is to just do some date formatting - just add a dataview setting which lets you write what...

There are two components to this - First, having Dataview properly detect tasks completed with multiple characters: doable, though there are a few questions like how to treat `.` (is...

Hmm, I should look into an easier way of doing it, but you can achieve this with `regexmatch`: ``` LIST FROM "Recipes" WHERE regexmatch("Recipes/[^/]+.md", file.path) ``` This effectively discards any...

This functionality is incoming soon - all tag, metadata, and link references will include the paragraph that they came from.

It hasn't appeared yet - I have pieces scattered about but have been focusing on some live preview improvements first and finally stabilizing Dataview Beta.

I'm not sure how quickly I can get to this; it depends a bit on how "fancy" the view should be. Probably the simplest solution is a simple two-tab view...

This is probably implementable completely as an external plugin, as well, in case I don't get to it in a reasonable amount of time.