Hello World
Jun 28, 8:30 PM
This page was written using our very own WSYIWYG editor.
The WYSIWYG editor was written tonight, from scratch. Writing it took about two hours end to end.
The architecture relies heavily on using contenteditable to edit the blog post straight on-screen, then on keyup to update the BE. Anything the contenteditable misses can be fixed by editing the source HTML itself (in the editing screen), as that is the source that is then sent to the backend.
We even have links and images:
Thanks for reading!