Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alohaeditor/Aloha-Editor
Aloha Editor is a JavaScript content editing library
https://github.com/alohaeditor/Aloha-Editor
Last synced: about 1 month ago
JSON representation
Aloha Editor is a JavaScript content editing library
- Host: GitHub
- URL: https://github.com/alohaeditor/Aloha-Editor
- Owner: alohaeditor
- License: other
- Created: 2010-06-11T09:51:34.000Z (over 14 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-28T12:41:13.000Z (about 2 months ago)
- Last Synced: 2024-10-28T16:29:09.882Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://www.alohaeditor.org
- Size: 79.8 MB
- Stars: 2,472
- Watchers: 106
- Forks: 535
- Open Issues: 145
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-wysiwyg - Aloha Editor - Aloha Editor is a JavaScript content editing library. (Standalone)
- awesome-wysiwyg-editors - Aloha Editor - Aloha Editor 是一个 JavaScript 内容编辑库。 ![github star](https://img.shields.io/github/stars/alohaeditor/Aloha-Editor.svg?style=social&label=Star) (独立的)
- awesome-starred - alohaeditor/Aloha-Editor - Aloha Editor is a JavaScript content editing library (others)
README
# [Aloha Editor - The HTML5 WYSIWYG Editor](http://aloha-editor.org/)
## New Documentation
We're currently writing new [new guides](http://aloha-editor.org/guides). You can find these at **/doc/guides/output** and on our website: [http://aloha-editor.org](http://aloha-editor.org)
For help there is:
- [the Aloha Editor wiki](https://github.com/alohaeditor/Aloha-Editor/wiki) for end-users and implementors
- [the Aloha Editor guides](http://www.alohaeditor.org/guides/) for developers- [the issues tracker](https://github.com/alohaeditor/Aloha-Editor/issues) for developer support requests
- [the support forum](http://getsatisfaction.com/aloha_editor) for end-user and implementor support requestsTo get updates you can:
- Subscribe to GitHub updates by clicking the "watch" button up the top right of this page.
- Subscribe to RSS feed updates for the [dev branch](https://github.com/alohaeditor/Aloha-Editor/commits/dev.atom) and/or [master branch](https://github.com/alohaeditor/Aloha-Editor/commits/master.atom)## Repository Directory Structure
* /bin - Build scripts
* /build - Build configuration
* /doc
* /doc/api - The API documentation
* /doc/guides - This document
* /vendor - Vendor source code. (e.g. ExtJS, require-js, jquery)
* /target - Build output folder
* /src
* /src/css - Aloha core css files
* /src/demo - Aloha demos
* /src/img - Aloha core images
* /src/lib - Require plugins and bootstrap files
* /src/lib/aloha - Main Aloha Editor core sources
* /src/lib/vendor - Vendor source code. E.g. ExtJS, jquery
* /src/lib/util - Utility sources. (e.g. json2.js, class.js)
* /src/plugins
* /src/plugins/common - Common plugin bundle
* /src/plugins/extra - Extra plugin bundle
* /src/test - QUnit tests## Feeds
- Subscribe to RSS feed updates for the [dev branch](https://github.com/alohaeditor/Aloha-Editor/commits/dev.atom) and/or [master branch](https://github.com/alohaeditor/Aloha-Editor/commits/master.atom)