Hello #WordPress friends.
I've made a plugin that converts all your HTML headings to a Table of Contents at the start of your posts.
https://shkspr.mobi/blog/2025/03/create-a-table-of-contents-based-on-html-heading-elements/

Create a Table of Contents based on HTML Heading Elements
Some of my blog posts are long. They have lots of HTML headings like <h2> and <h3>. Say, wouldn't it be super-awesome to have something magically generate a Table of Contents? I've built a utility which runs server-side using PHP. Give it some HTML and it will construct a Table of Contents. Let's dive in! Table of ContentsBackgroundHeading ExampleWhat is the purpose of a table of…
