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)
- Host: GitHub
- URL: https://github.com/wcoder/redactorjs-charmap
- Owner: wcoder
- License: mit
- Created: 2013-09-20T21:23:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-26T16:55:19.000Z (over 10 years ago)
- Last Synced: 2025-02-24T10:56:28.874Z (8 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.