datacore icon indicating copy to clipboard operation
datacore copied to clipboard

Work-in-progress successor to Dataview with a focus on UX and speed.

Results 22 datacore issues
Sort by recently updated
recently updated
newest added

As someone that doesn't live on Github, seeing a plugin roadmap is really helpful. The database folder plugin has a roadmap I often go to to check for future features,...

I really hate to open an issue on a repo that is very clearly not meant to be usable yet, but I wanted to mess around with the plugin since...

It would be great. Eagerly waiting for this.

roadmap says: > **React-based Views**: Javascript swaps to using React for views, which eliminates the "flickering" during re-renders, and also allows for access to Datacore visual components. does this mean...

For example, in a table, the order can be adjusted by dragging table rows and columns. In the card, you can move it up, down, left, and right.

Something that I think would be really cool is if other plugins could be built to act as views onto the Datacore index. There are a whole bunch of plugins...

all the views currently implemented (List and Table) have pagination props: https://github.com/blacksmithgu/datacore/blob/b6d7ed7c0480ee2879162499388ea18da793b583/src/ui/table.tsx#L31-L40 i was thinking, maybe we could move these to a separate interface, and have `TableProps` and `ListState` extend...

> File-based Persistence: IndexedDB appears to have hard metadata limits and does not work for large vaults (where caching is most desparately needed). An alternative multi-file database (of sorted JSON...

I am immensely grateful for the plugin developed by the author which has been of great assistance to me. I have been closely monitoring the new developments on Datacore and...

The idea is simple. I am querying list of books in a central note. ```dataview TABLE author, highlightCounts FROM book_highlights ``` It would be better if the syntax had option...