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
{{ message }}
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
Currently, pages are associate with a parent that can be either a Page or a Notebook. If we want to access a notebook from a sub-page, for example checking authorization, the only way is to recursively go through parent until we get the notebook.
One possible solution is to link each page to the parent notebook. A page would have both parent_id and notebook_id