Skip to content
Troex Nevelin edited this page Jul 28, 2013 · 9 revisions

Please help us migrate wiki from http://elrte.org/redmine/projects/elrte/wiki

Welcome to elRTE

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.

Documentation

Download

Stable version

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

Development version

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

Translations

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.