Questions tagged [aloha-editor]

The term aloha-editor refers to the correspondent modern html5 wysiwyg editor.

The term aloha-editor refers to the correspondent modern html5 wysiwyg editor.

Use the tag when:

  • The question is about developing plugins for aloha editor.
  • The question is about using aloha editor in your web application.
  • The question is related to aloha-editor.

See also the official homepage.

95 questions
2
votes
1 answer

What is a good javascript HTML editor for adding custom HTML elements?

I want to create a web-based WYSIWYG HTML editor that allows the user to insert pre-defined HTML elements with certain class or id attributes. For example, any HTML editor allows the user to select some text and click the 'bold' button, and this…
Jon
  • 379
  • 1
  • 7
  • 16
2
votes
0 answers

aloha-editor package shows errors when enabled

When aloha-editor package is added to meteor project, it starts showing console errors on load: Uncaught Error: Mismatched anonymous define() module: function () { return Spinner } http://requirejs.org/docs/errors.html#mismatch It seems there is a…
artahian
  • 2,015
  • 12
  • 16
2
votes
1 answer

Disable Aloha Editor sidebar

I want to disable the Aloha Editor sidebar. I've seen the following code in various places, which doesn't work for me: Aloha.settings = { sidebar: { disabled: true } }; If I add it after the call to aloha(), nothing happens and the sidebar…
Evan Hahn
  • 10,035
  • 7
  • 33
  • 43
1
vote
1 answer

Aloha Editor Video/Audio Plugin

Is there a plugin for Aloha Editor that would let the user add audio/video files, one like the Media plugin in TinyMCE?
tomor
  • 1,675
  • 2
  • 15
  • 20
1
vote
1 answer

django-cms how to change the wisiwyg editor to use aloha editor?

I wonder if I can change the wisiwyg of the text plugin of django-cms to be the aloha editor ... I search but I couldn't found how to do this .... The other option is to create a custom plugin text which use aloha editor but doing this I don't know…
1
vote
1 answer

How to integrate "content editable" feature in an HTML form element?

I want to use Aloha HTML5 RTE as form element. http://aloha-editor.org/index.php Ultimately it boils down to "ContentEditable" attribute. usually applied as

Go ahead, edit away!

Here's a…

Rakesh Waghela
  • 1,989
  • 2
  • 24
  • 45
1
vote
1 answer

Math plugin for aloha editor

I was looking at aloha editor as a cool lightweight editor. But I need to be able to add/edit math formulas. Is there a plugin or some other way for aloha to support math?
Yaroslav Yakovlev
  • 5,652
  • 5
  • 35
  • 57
1
vote
1 answer

Aloha Editor Save and Code Block

I tried to install aloha editor for my webservice, and that turned into 2 questions: Why does the Format Plugin doesn't show me anything when i select Is there any Demo about the Save Plugin, i tried to use it, but required DummySave class, then I…
Philipp Spiess
  • 3,123
  • 4
  • 23
  • 34
1
vote
1 answer

Blocker Bug with Aloha Editor / ExtJS, We Need Your Help

We have a blocker bug with Aloha Editor which is holding back the 0.10 release. I've been at it all day, and cannot figure it out. So I'm opening it up to you guys. See the error report…
balupton
  • 42,415
  • 27
  • 116
  • 167
1
vote
1 answer

How to add toolbar in Aloha editor 2

I am using aloha editor 2 in my project. Everything works fine but I am not seeing how to add/show toolbars so that I can bold or add a table in my page. I see there documentation and learned this things can be done programmatically but in aloha…
1
vote
0 answers

How to save in new Aloha Editor 2.0?

I'm using first version of Aloha Editor and now would like to update to new version. In first version I used this script to read changes: Aloha.ready(function() { Aloha.require( ['aloha', 'aloha/jquery'], function( Aloha, jQuery) { // save all…
Solver
  • 149
  • 6
  • 22
1
vote
0 answers

ember-app-kit and require.js

I am trying to integrate the aloha editor into an ember-app-kit application. Aloha uses require.js to load its dependencies. I include the aloha folder into the vendor directory of the ember-app-kit. When the site starts to load it complains that…
1
vote
1 answer

Aloha use existing jQuery

Hey I'm trying to integrate the Aloha-Editor into my Yii-Framework, but I have a little problem. Yii is giving me an instance of jQuery (v 1.8.3) and Aloha is including jQuery (v 1.7.2). Now I want to give Aloha the jQuery from Yii. I've still tryed…
mrbirne
  • 38
  • 5
1
vote
1 answer

Aloha Editor disable image crop

How to disable the crop button in toolbar for image plugin other way than vis css? The config doesn't work. Aloha.settings = { plugins: { image: { 'maxWidth': 600, 'minWidth': 3, 'maxHeight':…
sylwia
  • 381
  • 1
  • 8