nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.17k stars 143 forks source link

The plugin doesn't work with Notepad++ v 7.6.3 #100

Closed ethren closed 5 years ago

ethren commented 5 years ago

Recently I uninstalled Notepad++ 32bit that has MarkdownViewer++ and I installed Notepad++ x64 version, but the plugin MarkdownViewer does not work. I tried to install it from Plugins admin and manually by downloading it and adding MarkdownViewerPlusPlus.dll to plugins folder. In both cases, the plugin doesn't appear in the toolbar.

pryrt commented 5 years ago

@ethren ,

Notepad++ v7.6.3 has a different plugin structure than v7.5.9 and earlier: each plugin gets its own subdirectory of the plugins folder. Instead of putting it in directory\plugins\MarkdownViewerPlusPlus.dll, put it in directory\plugins\MarkdownViewerPlusPlus\MarkdownViewerPlusPlus.dll

ethren commented 5 years ago

@pryrt Thank you very much, that solved it. I didn't know about that