Michael "Tres" Brenan

Results 239 comments of Michael "Tres" Brenan

Checkboxes and formula will be present (as custom columns). This also implicitly means lookup columns will be available (since you can run subqueries inside of a query). I'm not super...

Datacore does paging by default which limits the number of visible results, which is a big performance bump. Currently refreshing is controlled via a delay (the higher delay means the...

This does seem like an interesting format for inline fields. I can add support for parsing inline fields out of links.

It would be possible to make a daemon service that can be queried via a CLI or RPC that essentially just exactly implements the datacore search API - you would...

This is a good design principle and for the most part the frontend and backend are wholly independent; that being said, the datacore query model is sufficiently different from dataview...

There are two aspects to this: 1. Having plugins add new objects to the datacore storage (which can then be queried / loaded / cached) is fairly easy - all...

All metadata formats are still supported. Dataview blocks can be translated to datacore editable blocks automatically. I haven't decided on DataviewJS yet, since the changes there are more substantial. The...

The other option I'm considering is simply rewriting dataview to use datacore internally, and you keep dataview installed to support any dataview/dataviewjs blocks.