# editor **Repository Path**: vic.liu/editor ## Basic Information - **Project Name**: editor - **Description**: A markdown editor,fork from https://github.com/lepture/editor.git - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: http://www.libgod.com - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2015-01-31 - **Last Updated**: 2024-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Editor > A markdown editor you really want. ## 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 `