All Projects → taufik-nurrohman → markdown-text-editor

taufik-nurrohman / markdown-text-editor

Licence: MIT license
As mentioned in the title above. This plugin is no longer maintained. Please follow this link for the latest update → https://github.com/tovic/text-editor/tree/master/text-editor/ui/markdown

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Markdown Text Editor Plugin

As mentioned in the title above.

2014-09-04: The HTML version of this editor is available!

Demo

markdown-text-editor

https://rawgit.com/tovic/markdown-text-editor/master/index.html

Requires

Basic Usage

Put icon fonts and CSS files in the <head>:

<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/mte.min.css" rel="stylesheet">

Create a <textarea> element in the body:

<textarea></textarea>

Put editor and MTE plugin after the <textarea> element then execute the plugin:

<script src="js/editor.min.js"></script>
<script src="js/mte.min.js"></script>
<script>
var myEditor = new MTE(document.getElementsByTagName('textarea')[0]);
</script>

Options

Read more on the Wiki Pages

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].