blacksmithgu / datacore

Work-in-progress successor to Dataview with a focus on UX and speed.
MIT License
1.5k stars 16 forks source link

Feature request for querying markdown table #22

Closed ReactiveMatter closed 4 months ago

ReactiveMatter commented 1 year ago

Since the aim of datacore is to give notion like feel to Obsidian, my concern is for small databases creating folder based setup with one file for each entry is little time taking. It also results in unnecessary increase in number of files in vault without adding much value.

It would be a great addition to datacore if it can query markdown tables (using table id), and if possible edit, add and delete the content. That way one table will be one database.

blacksmithgu commented 1 year ago

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 a given view is stored inside the datacore block directly as plain YAML, which may work as an interim solution until something like markdown table parsing is implemented.

AdamsGH commented 6 months ago

+1 for this feature, it whould be amazing if you can implement such

Friedolito commented 6 months ago

+1 that would be really great :)

blacksmithgu commented 4 months ago

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.

blacksmithgu commented 4 months ago

(Documentation incoming)

ReactiveMatter commented 3 months ago

Great. Thank you for considering this.