0.1.3 • Published 7 years ago

wys-html-editor v0.1.3

Weekly downloads
3
License
-
Repository
github
Last release
7 years ago

wys-html-editor

A lightweight Javascript WYSIWYG editor.

Currently in development

This project is just getting started, so please be patient. Bold and italicize work well, but lists/indention use the browser execCommand only. The plan is to fix those actions to be more consistent between browsers and to add several other features.

Getting Started

Try it out

demo

On the server

Install the module with: npm install wys-html-editor

var wys_html_editor = require('wys-html-editor'),
    elem = document.getElementById('wyseditor'),
    editor = new wys_html_editor(elem);

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Also, please don't edit files in the "dist" subdirectory as they are generated via Grunt. You'll find source code in the "lib" subdirectory!

Release History

(Nothing yet)

License

Copyright (c) 2016 Ian Collins
Licensed under the MIT license.

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago