datacore icon indicating copy to clipboard operation
datacore copied to clipboard

Add syntax to build links in graph for the query output

Open laraib07 opened this issue 2 years ago • 1 comments

The idea is simple. I am querying list of books in a central note.

TABLE author, highlightCounts
FROM book_highlights

It would be better if the syntax had option to build a graph too. Like:

TABLE author, highlightCounts
FROM book_highlights
BUILD GRAPH

laraib07 avatar Oct 13 '23 16:10 laraib07

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 tons of customization that people are likely going to want to do); I'm likely going to add this as a separate smaller plugin.

blacksmithgu avatar Oct 29 '23 06:10 blacksmithgu