markItUp is a simple enhancement to textarea that adds icons that help writing markup for popular markup languages (markdown, textile, bbcode). It’s not wysiwyg but it does help in case you forget the markup syntax, which happens to me a lot. The forgetting was bothering me enough to improve the edit area on this blog, hence experimenting with markItUp. markItUp turned out to be a good solution:
I also looked at wmd-new, which is used on StackOverflow. I didn’t use it because it only supports markdown (my markup of choice is textile, mostly because markdown’s support for source code fragments is madness). On the plus side, wmd can do previews without server support (it uses markdown to html converter implemented in javascript). I’ve also looked at rich-text editing like tinymce and ckeditor, but they are pretty big, don’t support code snippets well and have way too many buttons (my ideal rich text editor would support only small set a features, somewhere between etherpad and Google’s Weave editor). |