HEmile / juggl

An interactive, stylable and expandable graph view for Obsidian. Juggl is designed as an advanced 'local' graph view, where you can juggle all your thoughts with ease.
https://juggl.io/
GNU General Public License v3.0
642 stars 39 forks source link

Query and display using Dataview #74

Open HEmile opened 3 years ago

HEmile commented 3 years ago

Dataview now has a plugin-facing api over at https://github.com/blacksmithgu/obsidian-dataview/blob/master/src/api/plugin-api.ts This can be used for eg code blocks and querying.

ooker777 commented 2 years ago

So we will use this to query the graph and not use Cypher?