One of the perennial problems with Web-based content management is that people don’t want to code HTML for their formatting. They don’t want to surround italic text with the right tags, form IMG tags, write link tags, etc.
So there are several WYSIWYG options – ActiveX components like Ektron, and I remember a DHTML version from a Vietnamese programming group – that you can use instead of a TEXTAREA tag.
Well, here’s a handy system that at first glance looks like kludge but is actually extremely elegant and usable. Textile Formatting is a method of embedding codes in your text to create formatting. Yes, I know, HTML does this too. But these codes are shorter and easier to use. Surround text with asterisks, and it comes out bold. Surround it with underscores and it comes out in italics. Do this…
=="I like James Bond”:http://www.ianfleming.org==
…and it renders like this…
You never have to take your fingers off the keys (like you would with a WYSIWYG editor – you know, buttons and all), and once you get used to it you can just fly. Besides, there’s a plugin for MT. I couldn’t be happier with it.