Skip to content

clmarquart/CMWysi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

## Introduction

This project is an attempt to create a powerful, lightweight framework for adding a pure JavaScript WYSIWYG editor to any page.


## Key Features

* jQuery Backbone for manipulating the editors and their contents.
* NO Browser Detection
* Built-in use of window.localStorage
* Easily extended
* More on Plugins...
* More to come...

## Quick Example

//When ready, add the wysiwyg to the textareas
$(document).ready(function() {
  $("#cmwysi, #cmwysi2").cmwysi({#
     packages : "basic,format,images,table,style,autosave,context",  
  });
});

//Example of the html
<textarea id="cmwysi">Some content.</textarea>
<textarea id="cmwysi2">Some different stuff.</textarea>

About

A JavaScript WYSIWYG built with jQuery

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published