We use cookies to make our website more effective. By using our website you agree to our privacy policy.

Index

Aloha Editor

Aloha Editor is a JavaScript library that replaces ContentEditable with a new way to do content editing.

Website   Getting Started   Demo   API

Aloha Editor

Use

    <div class="editable">A better alternative to ContentEditable.</div>
    <script src="aloha.js"></script>
    <script>aloha.dom.query('.editable', document).forEach(aloha);</script>

Build

Run build/build.sh --help from the project directory root. (Requires Google Closure Compiler and Node.js)


❤ Team Aloha

comments powered by Disqus