https://github.com/amastaneh/tinymce_charactercount
Character Count plugin for TinyMCE is a plugin adds character count functionality to TinyMCE.
https://github.com/amastaneh/tinymce_charactercount
character-count-plugin tinymce tinymce-plugin
Last synced: 3 months ago
JSON representation
Character Count plugin for TinyMCE is a plugin adds character count functionality to TinyMCE.
- Host: GitHub
- URL: https://github.com/amastaneh/tinymce_charactercount
- Owner: amastaneh
- Created: 2015-06-05T22:42:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T14:47:53.000Z (almost 10 years ago)
- Last Synced: 2025-01-14T04:09:07.559Z (4 months ago)
- Topics: character-count-plugin, tinymce, tinymce-plugin
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TinyMCE Character Count
TinyMCE Character Count plugin adds character count functionality to TinyMCE.
### Initialization Example 1
```javascript
tinymce.init({
plugins: "charactercount"
});
```### Initialization Example 2
```javascript
tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "charactercount"
});
```
### LicenseThe project is dedicated to public and is free for all uses, commercial or otherwise.
Supported by [Web Design Iran](http://webdesigniran.com)این پروژه تحت حمایت شرکت
[طراحی وب ایران](http://webdesigniran.com)
بوده و برای استفاده تجاری یا غیر تجاری، رایگان است