markitup

A framework agnostic Javascript library that add powerful new features to standard textareas

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
markitup
1013.0.0-07 years ago12 years agoMinified + gzip package size for markitup in KB

Readme

MarkItUp! Boost your textareas.
NPM version Bower version
MarkItUp! is a framework agnostic Javascript library that add powerful new features to standard textareas.
MarkItUp! is not meant to be a “Full-Features-Out-of-the-Box”-editor. Instead it is a customizable and flexible engine made to meet the developer's needs in their web-apps.
MarkItUp! is not a WYSIWYG editor, and it never will be.
Screenshot
Home: http://markitup.jaysalvat.com/
Documentation: http://markitup.jaysalvat.com/documentation/

Install

Download latest MarkItUp! version and include it to your page.
<link rel="stylesheet" href="/path/to/markitup/dist/markitup.min.css">

<script src="/path/to/markitup/dist/markitup.min.js"></script>

Bower install

bower install --save markitup

NPM install

npm install --save markitup
 

Yarn install

yarn add markitup
MarkItUp! 3.x is UMD and ES6/Webpack/Browserify friendly.
import markitup from 'markitup';