An open API service indexing awesome lists of open source software.

https://github.com/wcoder/redactorjs-charmap

Plugin for Redactor (WYSIWYG html editor)
https://github.com/wcoder/redactorjs-charmap

Last synced: 8 months ago
JSON representation

Plugin for Redactor (WYSIWYG html editor)

Awesome Lists containing this project

README

          

redactorjs-charmap
========================

Plugin for [Redactor](http://imperavi.com/redactor/) (WYSIWYG html editor) v9.0.3

Usage
------------------------
[Installation Redactor](http://imperavi.com/redactor/docs/)

Include the plugin files:

```html

```

Include plugin for redactor:
```javascript
$(document).ready(function () {
$('#redactor').redactor({
focus: true,
plugins: ['charmap']
});
});
```

License
-------
Copyright (c) 2013 Yauheni Pakala Licensed under the MIT license.