Notepad++ HTML Tidy

前端 未结 9 803
北荒
北荒 2020-12-08 18:36

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

9条回答
  •  抹茶落季
    2020-12-08 19:14

    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

提交回复
热议问题