The author created a Markdown WYSIWYG editor called OverType, which is a simple and lightweight solution that uses a transparent textarea over a preview div to provide a rich text editing experience. The editor is designed to be easy to use and doesn't require any complex libraries or setup. The author achieved this by solving the alignment challenges between the textarea and the preview div, allowing for a seamless editing experience. The editor is available on GitHub and can be used in various projects.