mohzy83 / NppMarkdownPanel

Lightweight Notepad++ plugin to preview Markdown files
MIT License
228 stars 37 forks source link

Table of Contents (TOC) option #83

Open esm2046gh opened 1 year ago

esm2046gh commented 1 year ago

Hi mohzy83. First of all, thanks a lot for sharing the NppMarkdownPanel. Then I'd like to ask you, whether it's planned to add a TOC-Option in the preview. When documents become large and are exported to html a TOC would be very useful

mohzy83 commented 1 year ago

Hi, I am happy you like the plugin :)

Currently its not planned to add a "table of content"-feature. This would require to analyse the headings and generate/output links like:

1. [Topic 1](#topic-1)
2. [Topic 2](#topic-2)
...

At the moment, I can't find the time to implement this feature. But maybe you are interested to implement it and make a PR?