blacksmithgu / datacore

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

Road Map - Burning out dataviews #7

Open mnaoumov opened 1 year ago

mnaoumov commented 1 year ago

Dataview has an issue open for over two years.

I find this issue quite important for future-proofing our notes, exporting and publishing experience.

I don't see anything related to that in Roadmap

Does the author consider adding this feature to datacore or I should better work on my PR and bring this functionality to Dataview?

xDovos commented 1 year ago

you can "burn out" dataview tables and lists with templater by using dataviewjs inside of it and have dataview put out the table/list in markdown format with dv.markdownTable(headers, data) or dv.markdownList(data)

mnaoumov commented 1 year ago

@xDovos it's a dirty workaround with many flaws. I was thinking about making a way more solid implementation but I am hesitant if I should invest my time in Dataview or it's better to do this straight to datacore instead