I have html:
<div class='editable' id="a"><img src='./test.jpg'></img></div>
<div class='editable' id="b"><img src='./test1.jpg'></img></div>
I want to attach aloha editor for both divs but with image plugin for only one of them.I have tried a lot.Searched a lot.Can anyone help me?
According to the guides it should be possible with this config (http://aloha-editor.org/guides/plugin_image.html)
But this is broken and does not work as expected - I made bugfix and submitted a pull request at github, you can checkout my fix here: https://github.com/alohaeditor/Aloha-Editor/pull/1164