> Hey Mahz, I'm wondering if you've licensed your Guild code? Or is it just All Rights Reserved copyrighted to Mahz? Thanks, added AGPLv3 license: Update: I've essentially kept everything the same (I like this bare-bones editor) but replaced Markdown with BBCode. So far in my testing, the BBCode parser is compatible with QQCode (so I will make old posts editable again) except for these cases. QQCode allows this short-hand: [img=example.com/flower.png] [url=example.com] BBCode convention is: [img]example.com/flower.png[/img] [url]example.com[/url] or [url=example.com]Click Me[/url] Right now I'm working on the logic for the transition to BBCode from the user POV. Once I push the change, when you edit a post, it's going to dump into the editor either Markdown or QQCode for you to modify. When you save the post, it inserts into a new BBCode column. By making the Markdown/QQCode read-only, I'll be able to avoid the nightmare case of losing data in the event of a glitch.