This repository has been archived by the owner on Mar 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 998
Plugins
Christian Sterzl edited this page Jun 24, 2014
·
7 revisions
- bootstrap-wysihtml5 – Plugin for twitter bootstrap
- bootstrap3-wysihtml5 – Plugin for twitter bootstrap 3 with support for bower
- bootstrap3-wysihtml5 – Plugin for twitter bootstrap 3
- bootstrap-wysihtml5-rails – Ruby gem for the above
- wysihtml5_rails – A gem for serving up wysihtml5 through the asset pipeline
- wysihtml5-rails – Another gem for serving up wysihtml5 through the asset pipeline
- django-wysihtml5 – Simple Django app that provides a Wysihtml5 rich text editor textarea widget.
- active_admin_editor – rich text editor for the Active Admin interface.
For a start, let’s assume that you have a simple web page, you want to make editable with Aloha Editor and you already have placed Aloha Editor on your web server.
This is your web page:
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Getting Started with Aloha Editor</title>
<link rel="stylesheet" href="index.css" type="text/css">
</head>
<body>
<div id="main">
<div id="content"><p>Getting started with Aloha Editor!</p></div>
</div>
</body>