Excuse me for my dummy problem. I want to download html tidy and use it with Np++. I have read http://notepad-plus.wiki.sourceforge.net/HTML+Tidy and it is quite clear but still I doesn't understand how can I download html tidy. Shall I copy and save the sample on this site? If I follow the link "here", I come to Library Procject and I don't know, what to choose there.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Don't answer my question before. I could download html tidy at last, opened it and I have it on the desk. I made an empty textfile in the NPPTextFX and named it to tidycfg.ini according to instructions. Is it right or shall I copy something in it? When I open TextFX -> TextFX HTML Tidy -> Refresh Menu from TidyCFG.INI, nothing happens.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HTML Tidy is already there - but you need to provide a configuration file that tells NP++ how to use it. The sample code is text that you can copy and paste into a document that you have to call "tidycfg.ini", and this file has to go into the folder "...\Notepad++\plugins\NPPTextFX".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Excuse me for my dummy problem. I want to download html tidy and use it with Np++. I have read http://notepad-plus.wiki.sourceforge.net/HTML+Tidy and it is quite clear but still I doesn't understand how can I download html tidy. Shall I copy and save the sample on this site? If I follow the link "here", I come to Library Procject and I don't know, what to choose there.
Don't answer my question before. I could download html tidy at last, opened it and I have it on the desk. I made an empty textfile in the NPPTextFX and named it to tidycfg.ini according to instructions. Is it right or shall I copy something in it? When I open TextFX -> TextFX HTML Tidy -> Refresh Menu from TidyCFG.INI, nothing happens.
You need to copy in all the sample code in the grey box, starting off with
[TiDy clean Document - wrap]
bare:no
clean:no
HTML Tidy is already there - but you need to provide a configuration file that tells NP++ how to use it. The sample code is text that you can copy and paste into a document that you have to call "tidycfg.ini", and this file has to go into the folder "...\Notepad++\plugins\NPPTextFX".
Thank you for your help. Now it works.