Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anishmprasad/ckeditor_wiris
A WIRIS Plugin for CKEditor
https://github.com/anishmprasad/ckeditor_wiris
ckeditor ckeditor-wiris wiris-plugin
Last synced: 1 day ago
JSON representation
A WIRIS Plugin for CKEditor
- Host: GitHub
- URL: https://github.com/anishmprasad/ckeditor_wiris
- Owner: anishmprasad
- License: gpl-3.0
- Created: 2018-09-30T16:18:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T18:18:02.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T15:12:48.511Z (about 2 months ago)
- Topics: ckeditor, ckeditor-wiris, wiris-plugin
- Language: JavaScript
- Homepage:
- Size: 44.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ckeditor_wiris
A WIRIS Plugin for CKEditor
## Requirements
* CKEditor 3.0 or higher installed.
* A valid license to install the integration in a production environment; otherwise, you can use the downloaded file just for demo purposes.## Usage / Include it in your platform
You must include some content on your CKEditor configuration file ckeditor/config.js (see CKEditor documentation).
```js
/*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.editorConfig = function( config )
{
// Add[MT]to the integration list
config.extraPlugins += (config.extraPlugins.length == 0 ? '' : ',') + 'ckeditor_wiris';
};
If you use the Full MathML mode and for CKeditor versions higher than 4.0 you have to add this line as well:
config.allowedContent = true;
```## Licence
GNU Global Public Licence v3.0
=========================[![GNU GPL v3.0](http://www.gnu.org/graphics/gplv3-127x51.png)](http://www.gnu.org/licenses/gpl.html)
View official GNU site .
### Related :
- [Wikipedia - GNU General Public License](http://en.wikipedia.org/wiki/GNU_General_Public_License) -
[(fr)](http://fr.wikipedia.org/wiki/Licence_publique_générale_GNU)
[(de)](http://de.wikipedia.org/wiki/GNU_General_Public_License)
[(es)](http://es.wikipedia.org/wiki/GNU_General_Public_License)
[(it)](http://it.wikipedia.org/wiki/GNU_General_Public_License) -
_from Wikipedia_
- [Frequently Asked Questions about the GNU Licenses](http://www.gnu.org/licenses/gpl-faq.en.html) -
[(fr)](http://www.gnu.org/licenses/gpl-faq.fr.html)
[(es)](http://www.gnu.org/licenses/gpl-faq.es.html)
[(it)](http://www.gnu.org/licenses/gpl-faq.it.html) -
_from GNU official web site_
- [A Practical Guide to GPL Compliance](http://www.softwarefreedom.org/resources/2008/compliance-guide.html) -
_from Software Freedom Law Center_## Source :
- gpl-3.0-or.txt : from official GNU site
- gpl-3.0.md : from gpl-3.0-or.txt format with Markdown by Techniv
- gpl-3.0-fr-noff.txt : non-official translation by Philippe Verdy
from
- gpl-3.0-fr-noff.md : from gpl-3.0-fr-noff.txt format with Markdown by Techniv