Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TextFX HTML Tidy replacement (Format HTML) [closed]

So it appears on several sites that TextFX's HTML tidy is both excellent and has also not been supported since 2008.

It appears that the latest version of Notepad++ completely breaks it in fact.

Now I've got some HTML on a single line that I need to indent, etc. any replacements for HTML Tidy on Notepad++ that anyone can recommend?

like image 235
Liam Avatar asked Mar 19 '13 16:03

Liam


People also ask

How do I align HTML in Notepad ++?

You can use the shortcut Ctrl + Alt + Shift + B. For the other older versions, you need to navigate to Menu -> text FX -> HTML Tidy -> Tidy: Reindent XML.

How do I Preview HTML in Notepad ++?

When you make a change and save the HTML file, you can hit refresh on that preview window. Alternately, you can just use Notepad++'s built-in View > View Current File in … submenu, and choose to load your HTML file in Chrome, Edge, Firefox, or (shudder) IE. This will just tell your chosen browser to use the file://…

How do I refactor code in Notepad ++?

by using plugins like editor config or code alignment … on 32 bit notepad++ one of the best plugins to reformat c++ code would be textfx, which is available at the built in plugins admin (notepad++ 7.6. x). the menu would be textfx > textfx edit > reindent c++ code as seen at the screencast below.


2 Answers

I use NppTidy2 plugin, it works pretty well.

like image 181
Kossak Avatar answered Oct 14 '22 10:10

Kossak


For anyone else stuck on this, in the end I used this tool

http://infohound.net/tidy/

like image 41
Liam Avatar answered Oct 14 '22 11:10

Liam