Warning: This script is currently in hard-development (in facts, you can talk about "heavy dev").
-
For now, the best editor is RedactorJS. Take a look to his price...
-
There is no (good) other editor fully working with HTML5
-
There is no (good) other editor that provide clean HTML to you
Nekland editor is
- Clean
- Light
- Easy to use
- Easy to extends
- Easy to improve
- Documented (see docs folder)
Nekland editor is not
- Compatible with old browsers
- Perfect (for now)
There is a simple way to compile this project:
cd Editor
npm install
grunt
Compiled files are available in the release directory.
Since there is a picture upload, you should probably test it with PHP. Open your terminal and use the following commands:
cd Editor
php -S localhost:8000
Then go to http://localhost:8000/demo/.
To launch functionnals tests you will need to install phantomjs and casperjs.
Then just launch like that:
./test.sh all