Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PANmedia/raptor-editor
Raptor, an HTML5 WYSIWYG content editor!
https://github.com/PANmedia/raptor-editor
Last synced: 10 days ago
JSON representation
Raptor, an HTML5 WYSIWYG content editor!
- Host: GitHub
- URL: https://github.com/PANmedia/raptor-editor
- Owner: PANmedia
- License: gpl-3.0
- Created: 2012-05-25T04:04:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T20:24:49.000Z (over 4 years ago)
- Last Synced: 2024-11-01T06:18:49.653Z (11 days ago)
- Language: PHP
- Homepage: www.raptor-editor.com
- Size: 48.4 MB
- Stars: 532
- Watchers: 38
- Forks: 136
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
- awesome-javascript - raptor-editor - Raptor, an HTML5 WYSIWYG content editor! - ★ 518 (Editors)
README
Raptor Editor
===Raptor Editor is a user-focused extensible WYSIWYG website content editor - check out the [Demo][^4].
**It is designed to be user and developer friendly**
Development Status
---The Raptor Editor team is currently undergoing some changes. With more and more client work coming our way, our development team are stretched and we're having to redirect our priorities. We're still here, we're still supporting our licencees and we're expanding the team to match our growth. In the mean time, we just might be a bit slower to fix bugs and introduce new features!
Usage
---Instantiating the Raptor editor with no options (zero configuration) results in all buttons and plugins being enabled.
This is the quickest and easiest way to see Raptor in action.```HTML
$('#element-to-edit').raptor();
```
Learn More
---
To learn more about how to use Raptor, see: [Raptor Editor][^1].
The site also contains extensive [documentation][^2], and some [examples][^5].Keep up to date on announcements and more by following Raptor editor on Twitter, [@RaptorEditor](http://twitter.com/raptoreditor).
License
---
For license information see the [Raptor Editor license][^3] page.Contributing
---
See the following links for information on build & contributing to Raptor:* [Building Raptor](https://github.com/PANmedia/raptor-editor/wiki/Building-and-Running-from-Source)
* [Contributing to Raptor](http://www.raptor-editor.com/documentation/contributing)
* [Translating Raptor](http://www.raptor-editor.com/documentation/contributing/translations)[^1]: http://www.raptor-editor.com/ (Download, usage examples and documentation)
[^2]: http://www.raptor-editor.com/documentation (Raptor documentation)
[^3]: http://www.raptor-editor.com/license (Raptor license)
[^4]: http://www.raptor-editor.com/demo (Raptor Editor Demo)
[^5]: http://www.raptor-editor.com/demo/docking (Raptor Editor Examples)