jupyter-book / jupyterlab-myst

Use MyST Markdown directly in Jupyter Lab
https://jupyter-book.github.io/jupyterlab-myst/
BSD 3-Clause "New" or "Revised" License
144 stars 18 forks source link

Allow users to navigate between book pages from a sidebar using the book's Table of Contents #254

Open choldgraf opened 2 weeks ago

choldgraf commented 2 weeks ago

When a user browses a page that is part of a multi-page book, they want to be able to navigate between pages in an intuitive way, defined by the book's content flow. The way this is specified in MyST/Jupyter Book is via the Table of Contents, and this is what makes up the sidebar in a MyST site. However, no such view across all pages exists in the JupyterLab extension.

User story

As an author / reader, I'd like to access a table of contents that allows my to navigate between the table of contents of a book without leaving JupyterLab.