@DionLike uploading a .docx file? Or if you mean using the code behind a project like that, Word uses XML under the hood and the part that renders is starting with XML, not Markdown like RPG does. Really, the solution for a WYSIWYG editor is just to render the BBCode as HTML as it's generated and automatically respond to certain button clicks by generating the requisite BBCode to create the intended object. It's not conceptually awful, but implementing it isn't going to be trivial.