VSCode extension to auto-add id attribute to section headers and create table of contents in HTML; Using it for Blogger blog posts/pages
Note: This post is in-progress. However, as the extension is available, I thought of publishing the in-progress post having the extension repo link and some other details. Quick-Info The VSCode Extension repo: https://github.com/ravisiyer/html-auto-header-ids . Its Readme explains how to use it. Details Blogger does not have a way to support automatically adding an id attribute to section headers in a post. An id attribute enables the section header to be used as the target of a 'jump link,' which can be used to create internal links within a Contents section of the post, or even as a link from an external webpage. ... ****To be updated**** Background Info including AI chat extracts Creating internal links in Blogger blog posts involves switching from Compose to HTML view, searching for the required section's HTML and adding an id to its HTML element. This is the part that is quite time consuming. Creating a link to such an internal lin...