Michael "Tres" Brenan

Results 274 comments of Michael "Tres" Brenan

I like the explicit separation of the stripped text from the rest of the text - I had been thinking about that for Dataview but never managed to implement it.

Coming back around to finish merging this one.

Going to rebase this PR and remove the things I've already merged from it. Task text and the $text and $symbol keys are in - next up I'll rebase and...

I'm curious if you want this because of inline fields causing you notable performance problems, or just as a cleanliness thing. If it's purely performance than there is some other...

There is a flag that disables all inline fields - if you disable dataview (so only datacore enabled) with that flag, is indexing much faster? (It would not surprise me,...

My stance on this - for performance problems I'd like to just try and make general performance better than offering too many precise levers for manipulating performance, since having to...

Figured out I can just edit contributor PRs directly so will do that to preserve authors better.

I'm a bit worried about having this data actually be inside of Datacore's index - the index currently is only updated when the underlying file changes, whereas this now introduces...

Dataview initializes immediately now before actually loading any page data, so queries run immediately. `dv.current()` may return undefined in the first few seconds until the page is actually asynchronously loaded...

I'll need to add an asynchronous wait to the renderers which verifies the current page has been indexed before trying to render anything.