Quote:
Originally Posted by zelda_pinwheel
feedbooks will soon have a wysiwyg editor which will allow you to make good formatting with clean code much more easily and will be a great help especially for people who are not as comfortable with code as you.
|
Clean code and standard are 2 different things though. We already use TidyHTML when we generate a book to make sure that it is XHTML-compliant. For our WYSIWYG editor: we'll have a special "paste from word" button, to clean things up a bit if you're pasting files from Word. With both the paste from word button and TidyHTML, the output should be pretty good. We also do some processing: for example, we add non-blank spaces around punctuation to avoid ugly line breaking.