Michael "Tres" Brenan
Michael "Tres" Brenan
This use case is possible in DataviewJS as of very recently (0.4.21) by manually adding the relevant classes; I think for Dataview queries it will likely be implemented as a...
As far as I am aware, `- [ ]` does render a checkbox - the checkbox simply is not connected to anything. Is what you are asking for the ability...
Another instance of `localStorage` failing for indiscernible reasons. Maybe it has a small file size limit that Dataview hits too easily. Regardless, looks like I need to swap to IndexedDB...
That's quite... interesting. I think it is still probably worth swapping to another cache (or even allow disabling the cache for people having problems).
Tracking as next major feature along with table view overhaul.
It's what I'm actively working on alongside some big visual overhauls; Dataview data collection is pretty robust at this point and so the main thing that needs to improve is...
This is *technically* doable using the query ``` TABLE tag, rows FLATTEN file.tags AS tag GROUP BY tag ``` The query essentially makes one row per (file, tag) pair, then...
I like the UX of this, and dataview has been a little... lacking in the frontend department, haha. It will be a little difficult for complex sources (what do I...
Differently named functions is the most terse way to represent the different contains variants: - `contains` is the standard "look for thing in array OR look for substring in string"...
DataviewJS blocks run with the same permissions that Dataview-the-plugin has, which apparently is much more than I initially expected - you can access node functions and various other libraries which...