How to use HTML Tidy with TextPad

Instructional HowTos, posted by users. No questions here please.

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
User avatar
bbadmin
Site Admin
Posts: 854
Joined: Mon Feb 17, 2003 8:54 pm
Contact:

How to use HTML Tidy with TextPad

Post by bbadmin »

HTML Tidy is a free program that checks the syntax of your HTML files and optionally pretty prints them. See the HTML Tidy Library Project, for more information. To configure it as a syntax checking tool in TextPad:

1. Download the Console Tidy Program.
2. Unzip it to a folder of your choice.
3. Start TextPad.
4. From the Configure menu, choose Preferences.
5. Select Tools.
6. Click Add and choose Program.
7. Browse for tidy.exe and click Open.
8. Click Apply.
9. Click the + next to Tools and select Tidy.
10. Change the Parameters to -errors -quiet $File
11. In the Regular Expression box, type ^line \([0-9]+\) column \([0-9]+\)
12. Set the File register to blank, the Line register to 1 and the Column register to 2.
13. Click OK.

This tool can be run against the active HTML document. Double click any error message to go to the incorrect code in the document.

Tidy has a huge number of options, which can be passed via its command line, or through a configuration file. See the project documentation for details.

Keith MacDonald
Helios Software Solutions
space cadet
Posts: 5
Joined: Thu Sep 18, 2003 10:38 am
Location: Manchester
Contact:

Post by space cadet »

Looks like a handy utility - will it work with any markup language? eg XML
User avatar
bbadmin
Site Admin
Posts: 854
Joined: Mon Feb 17, 2003 8:54 pm
Contact:

Post by bbadmin »

The documentation states that Tidy works with HTML, XHTML and XML documents. However, it has many options, so you may need to experiment with its command line parameters for best effect. Any users reading this are welcome to post their recommendations here.

Keith MacDonald
Helios Software Solutions
User avatar
mmiller
Posts: 17
Joined: Tue Nov 25, 2003 11:49 pm
Location: Canada
Contact:

Post by mmiller »

Thanks for that info on Tidy!

I just bought TextPad today and so this is my first visit to the forum. I've been working on a new version of my website (in development) and my HTML is very poor with lots of mistakes.

I installed the Tidy plug-in and have gotten several of my pages to be W3C certified!!

Seems like a winning combination to me :)
Best Regards;
Marvin Miller
User avatar
jeffy
Posts: 323
Joined: Mon Mar 03, 2003 9:04 am
Location: Philadelphia

Post by jeffy »

I am thrilled that you are having success with TextPad, and welcome to the forum! There are lots of helpful people here to answer your questions.

Please note that ads in signatures are inappropriate. Please remove it when you get the chance. Thank you.
User avatar
s_reynisson
Posts: 939
Joined: Tue May 06, 2003 1:59 pm

Post by s_reynisson »

Use TextPad version 4.7.2 or later with this tool.
(I think it's safe to assume this after this and that)
User avatar
jlbalder
Posts: 11
Joined: Sat May 03, 2003 6:42 pm

How to use HTML Tidy with a config file

Post by jlbalder »

Just an FYI, this subject was continued in another Q/A at
http://textpad.com/forum/viewtopic.php? ... highlight=

It explains how to configure the setup to use a config file with HTML Tidy rather than the command line commands...

Thanks
JohnB
Post Reply