-
Notifications
You must be signed in to change notification settings - Fork 107
Home
Please help us migrate wiki from http://elrte.org/redmine/projects/elrte/wiki
elRTE is an open-source WYSIWYG HTML-editor written in JavaScript using jQuery UI. It features rich text editing, options for changing its appearance, style and many more. You can use it in any commercial or non-commercial projects.
Main goal of the editor - simplify work with text and formatting (HTML) on sites, blogs, forums and other online services.
Download release from http://sourceforge.net/projects/elrte/files/
or get latest stable version from https://github.com/Studio-42/elRTE:
git clone https://github.com/Studio-42/elRTE.git
If you are interested in development or want to use newest features get master branch, please note that it can be buggy or broken at all:
git clone https://github.com/Studio-42/elRTE.git
cd elRTE
git checkout --track origin/master
All elRTE translation in located in one file. Use js/i18n/elrte.YOUR_LANG.js as template to make missing translation, than create a pull request or issue.