Body index
No security coverage
This module automatically creates a navigable table of contents for nodes by extracting headings from the body field. It generates anchor links, stored in JSON, which are then rendered as an HTML list to help users navigate long content.
This Drupal 10 module automatically generates a hierarchical table of contents (TOC) from `h2` to `h6` HTML tags within a node's body field, provided these tags have an `id` attribute. The generated TOC is stored as JSON in a dedicated field and rendered as an HTML list with anchor links, allowing for easy navigation within long content.