Skip to content
This repository was archived by the owner on Dec 5, 2017. It is now read-only.

taufik-nurrohman/markdown-text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published