dominiquegarmier / notion-graph

graph view of your notion pages
MIT License
32 stars 6 forks source link

New view like timeline dependency (Gantt chart) without time axis (like a graph) #17

Open ciaochiaociao opened 1 year ago

ciaochiaociao commented 1 year ago

Hi, I just came across your interesting repository. I think your project is awesome.

I am wondering if you are planning to make a graph-like view for Notion database. I found sometimes it would be great if we could use some property, like relation property, and see what pages are linked via such relation as a graph view. I think the demo you showed on your README can do that, can't it?

Also, are you going to publish this work as an integration in the near future?

dominiquegarmier commented 1 year ago

so firstly the readme is outdated. I need to update that first.

But currently it can only query child pages, mentions and href links. I intentionally disabled child database to be queried as links however i could add an option to enable it.

Im not quite sure what you mean by "relation property". I also don't understand how the title relates. But how I understand it you would like every property to be a node and all pages that share that property to connect to it?

This could for sure be done, however im currently somewhat busy so idk when ill have time to do this. Feel free to look at the code and tinker for yourself in the meantime.