You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to see relations between both page references and database relations.
Most of my notion links are from database relations. This could help visualize project sizes and effort for those utilize notion as a project management tool.
The text was updated successfully, but these errors were encountered:
I currently don't have time to make these changes, maybe later... But here are my thoughts:
When parsing the result form the Notion API the parser generates an attribute called link_type (I just made a commit 4cbaeb5 to distinguish database and page, there was a bug previously).
and we have to change index.html to then render this data (different colors for each link type?). It would be nice to have the colors be configurable (via a constant in graph.py for now) so we would have to use a jinja template instead of just raw html.
It would be nice to see relations between both page references and database relations.
Most of my notion links are from database relations. This could help visualize project sizes and effort for those utilize notion as a project management tool.
The text was updated successfully, but these errors were encountered: