My implementation of a WYSIWYG BBCode Editor is coming soon. Could this be the world's first WYSIWYG BBCode Editor?
I have been using BB Code for my CMS, it's so much cleaner than editing HTML directly. We all know WYSIWYG editors make a mess of your HTML - what were MS thinking when they decide to insert <span style="font weight: bold;"> instead of simply <b> or <strong> ?
My project produces a simple WYSIWYG editor that deals with the basic but semantically correct BB-Code tags. Headings, Bold formatting, links and email addresses, and images - probably not tables at this stage. With these bases covered, we have a good platform for editing content.
This project is taking somewhat longer than I would have thought - I'll post some updates here when I have something that works :)


