Michael "Tres" Brenan

Results 282 comments of Michael "Tres" Brenan

It's not meaningfully usable yet. I would track the recent commit history and not releases to see progress.

It's presently in power-user mode - the index is available and JSX views work, though it's all coding-based still. I recommend lurking in the Discord linked in the README in...

Column sorting (i.e., re-ordering columns) will be supported; implementing it via drag and drop is actually surprisingly hard so that may not be available immediately, but some way to move...

I'd be happy to use sqlite3 as a metadata store but the lack of mobile support makes it an incomplete solution; am I stuck using IndexedDB on mobile?

In dataview I guess this would end up specifically being something like ``` GRAPH author, highlightCounts FROM book_highlights ``` Charting/graphing is actually a pretty big area in general (tons and...

It saves some typing, but the main benefit of extracting is if we can actually write generic code that just needs `Pagination`; is there anywhere where we would benefit doing...

I've added a `usePaging` hook for these purposes... can review if having a paging interface is useful in the future.

Here's a random snippet of the view I use for showing my played games:

I'm not targeting adding this specific functionality right now, but this does sound like a good idea! I am looking at support for "inline data", where the actual data for...

This functionality is supported via blocks tagged `yaml:data`. They will show up as datablocks which can be searched for like any other datacore construct.