Is HTML Tidy for Notepad++ broken? None of the commands except Tidy (the first one) work. They don\'t show any message, even with all text selected. I really need Tidy to wo
Am on v6.6.8 and this plugin worked well:
https://code.google.com/p/npp-tidy2/downloads/list
The ZIP pack has a dll file and a doc folder.
Copy the dll to: %ProgramFiles%\Notepad++\plugins\
and extract the contents of doc to: %ProgramFiles%\Notepad++\plugins\doc\
Restart N++ once you copy.
Usage: Plugins > Tidy2 > ...
By default, Tidy2 generates other HTML tags. You can prevent this by configuring output-xml: no
and show-body-only: yes
from Plugins > Tidy2 > Edit config...
More on this at: Prevent tidy from adding html tags