Bookmarklet that generates a clickable table of contents for any GitHub Wiki page from its headings.
Problem
Manually creating and maintaining indexes for GitHub Wiki pages is tedious and time-consuming, especially for large or complex wikis.
Solution
Develop a Firefox browser bookmarklet that automatically generates a table of contents for any GitHub Wiki page. The bookmarklet should parse the page’s headings (H1, H2, H3, etc.) and create links to those sections.