testing my new simple editor

2007-07-22 @ 21:00#

i'm testing my new (very) simple editor!

it's just an html page with some inputs and a large TEXTAREA control for editing the body of the blog entry. no WYSIWIG editor, no super-fancy drag-drop thing. just a plain input box, ready for markup. it's not a real winner, but it beats trying to do inline escaping on the fly!

i was going to work on implementing an inline WSYWIG editor (using the tiny mce control), but instead i plan on adding support for the metaWeblog API. that will allow me to use standard external editors (like msft's live writer) and make editing even more fun!

code