0.0.4 • Published 8 years ago

bootstrap3-wysihtml5-commonjs v0.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

Overview

Bootstrap-wysihtml5 is a javascript plugin that makes it easy to create simple, beautiful wysiwyg editors with the help of wysihtml5 and Twitter Bootstrap.

About this fork

This fork provides code that is commonjs compliant. This can be used with browserify

Usage

var $ = require('jquery');
var wysihtml5 = require('../src/bootstrap3-wysihtml5');

$('.textarea').wysihtml5(options);

See examples folder

Docs

For advanced usage, goto https://github.com/bootstrap-wysiwyg/bootstrap3-wysiwyg