Forum Moderators: open
Marking up directly in Word has it's challenges - for instance, adding extra space when I paste a close tag after the period or question mark, or auto-formatting a lower case tag to upper case.
So here's my question - is there an editor that will still let me see the original visual style of the content, but not do all the funky things the Word does?
I was interested in what you were looking for so I started playing with word. When using the "preview with web browser" button, I noticed all the "funky" things it does!
It seems to put all its irregular markup in CSS? I copied and pasted what I made from Word into FP. P tags were <p class="MsoNormal"> "as is", and no doubt MS Word i good at creating markup you'd never use I imagine :)
Maybe one way would be to copy into your fave editor and use edit/replace for the CSS markup? Looking again at the source, it claims the bloated coad is "XML". Not too familiar with XML, but when you write one sentence in Word, I'm sure it should'nt be there :)
I found the best way to do this is just back and forth from word to homesite. It really is quicker to copy and paste the content then to try and convert or mark up in word. It really made me apprieciate homesite. You can always customize code sweeper to change that rediculous word html, but I never got into that.
So what would be ideal would be an editor that displayed rich text, at least to a degree (probably a limited subset of all the features would do it) but didn't impose any auto formatting on the markup I add.
Even when I turn off auto formatting in Word, it still does some "helpful" things that are not at all helpful in this situation.
When I'm feeling exceptionally lazy (which is often) I cut and paste from Word to Notepad then to FP and WYSIWYG my way to freedom.
After all "HTML" does stand for "Mark-up Language" and not "Create from Scratch Language", which is what most editors are actually designed to do.
Shoot - thinking a bit more about this, it seems it would be simple enough for a utility to do a VERY basic conversion- just add <p></p> and <strong></strong> etc. to match the original rich text.
I'd pay for something like that, this very minute!
I'm running into that a lot so far - applications designed for intranet Content Management Systems that cost an arm and a leg, and even some with yearly renewal fees. On the other end, I've found some bare bones freeware with no GUI - not my thing either.
I'll keep plugging a way at it.