TypeCellOS / BlockNote

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.

Home Page:https://www.blocknotejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request for "Table of Contents" Feature to Auto-Generate Menu

lamtuanamc opened this issue · comments

Description:

I would like to request the addition of a "Table of Contents" feature. This feature should automatically extract main headings from our documentation files and generate a dynamic, clickable menu. This will improve navigation and enhance user experience by making it easier to locate specific sections quickly.

Benefits:

Streamlines access to document sections
Enhances user navigation and efficiency
Reduces time spent manually creating and updating menus

Implementation Suggestions:

Add id attributes to each heading html tag
Ensure links are clickable and direct to the corresponding section
Support for nested headings to reflect document structure accurately