Bug 72256

Summary: Better integration with tidyHTML
Product: [Unmaintained] quanta Reporter: Charles Phoenix <phoenixreads>
Component: generalAssignee: András Manţia <amantia>
Status: CLOSED NOT A BUG    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Charles Phoenix 2004-01-09 18:54:30 UTC
Version:           3.2-Beta2 (using KDE 3.1.4)
Compiler:          gcc version 3.3.2 20031022 (Gentoo Linux 3.3.2-r2, propolice)
OS:          Linux (i686) release 2.4.23_pre8-gss

bare minimum being able to explictly call tidyHTML with command parameters

I noticed it is possible to "hack" its use, but ideally I am thinking of options like convert to XHTML with revert to back up.

perhaps a separate dialog with a drop down of common tasks and a edit parameter text box?

tidyHTML is a nice little engine but it can be a wild beast to learn how to use effectively.
Comment 1 András Manţia 2004-01-09 21:32:56 UTC
Subject: Re:  New: Better integration with tidyHTML

Just set up a script action for html tidy with your options. See how it is 
done now: Settings->Configure Actions->All->HTML Tidy Syntax Checking.

If a one liner is not enough, you always have the power of shells and DCOP. 
Examples are installed in the $KDEDIR/share/apps/quanta/script directory, for 
example take a look at externalpreview.sh.

If you have something interesting, don't hesistate to send to us.

Andras