Sublime Forum

Analogue MarkdownTOC for HTML

#1

To have MarkdownTOC plugin automatically adds the table of contents. Is there a similar solution for HTML? I could not find anything on Google. Thanks.

0 Likes

#2

Couldn’t you convert the HTML to Markdown use MarkdownTOC and convert it back? If you’re on a Mac Brett Terpstras Markdown Service Tools might help you with that task. Also a ST plugin like Pandown might to the trick (even though that might be overkill…).

0 Likes

#3

@openmedi, problem in that all converters known to me in Markdown and back in HTML very much spoil HTML documents.

For example:

My HTML page

Via Pandown I convert this page to Markdown → add TOC → convert Markdown to HTML.

Result

As you can see, it turned out very badly.

Thanks.

0 Likes