- Windows
- Notepad++
- MSYS2 with the UCRT64 toolchain
makeg++
cd src
makeIf the toolchain is not on your path, use the MSYS2 UCRT64 shell or add /ucrt64/bin to PATH before running make.
src/MarkdownHeaderList.dll
After building, load the DLL into Notepad++ and confirm:
- The plugin appears under the
Pluginsmenu - The dockable panel opens and closes correctly
- Heading navigation works in a Markdown file
- The tree refreshes after edits and file saves
cd src
make clean