Skip to content

sharathprabhal/bootstrap3-wysiwyg-commonjs

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • JavaScript 97.8%
  • HTML 2.2%