## Editor > A markdown editor you really want. ## Sponsors Editor is sponsored by [Typlog](https://typlog.com/). ## Overview Editor is not a WYSIWYG editor, it is a plain text markdown editor. Thanks for the great project [codemirror](http://codemirror.net/), without which editor can never be created. ## Basic Usage The easiest way to use Editor is to simply load the script and stylesheet: ```html ``` You can also use [jsdelivr CDN](http://www.jsdelivr.com/#!editor): ```html ``` Having done this, an editor instance can be created: ```js var editor = new Editor(); editor.render(); ``` The editor will take the position of the first `