Notepad++ htmltidy - unable to find libtidy.dll

Solution 1:

Oh, it looks like it's something annoying with plugins not being included in 5.9.3, but being included in earlier versions. See post here.

The solution is to download the 5.9 ZIP file from here, then copy the plugins\config folder to the Notepad++\plugins folder.

Solution 2:

After searching around, I found that you don't have to download Notepad++ v5.9.

TextFX with HTML Tidy can be downloaded from here.

Copy the NPPTextFX folder to the Notepad++ plugins\Config directory (such as C:\Program Files (x86)\Notepad++\plugins\Config), rename it to tidy, then restart Notepad++.


TextFX is no longer being developed, see this page.

This plugin has no maintainer and wants one; please see TextFX's Future

Solution 3:

For those still searching for libtidy.dll. It appears that version 5.9 of Notepad++ is no longer available for download (at least there is no link on the downloads page and making a educated stab at a URL of http://notepad-plus-plus.org/download/v5.9.html returns a 404).

There is a 'dll' link on the HTML Tidy SourceForge page (http://tidy.sourceforge.net/) dated 2006; but it returns a DNS error.

Google did return a hit on a site called "DLL Me," but I'm not going to download anything from a site that sketchy; so as of this writing: no libtidy.dll to be found.

--edit-- Finally found a link directly out of the TuxFamily distro server: npp.5.9.bin.zip (thanks @noah).

Solution 4:

As an alternative, you can use the HTML Tidy 2 plugin, which is based on Tidy HTML 5. It works with the latest Notepad++ version.

You can install it using the plugin manager, or manually by grabbing the latest version and extracting the contents into your Notepad++\plugins directory.

An updated version of the plugin can be found Here.