-
it would be nice to have image URL just like you have for video, add link or upload if needed
-
Hi,
I am trying to get your plugin running, but haven't succeeded so far.
I installed it and added the [editable] shortcut to one page for testing.
What works:
- I see that the div tag is adjust…
-
-
Today I patched together [an image uploader for ContentTools hat uses Data URIs ](https://gist.github.com/Qqwy/7d3022c3a622f5361eba), which was what seems to be the best solution to the image uploadin…
-
Hi,
I am not sure if it's a bug or not but I have to call region.commit() after each new region.
```
var region = new ContentEdit.Region( item );
// the following line is needed otherwise regi…
-
The `scripts/ui/toolbox.coffee` file has the following comment when adding event listeners:
````
# Keyboard events that apply only to non-text elements
````
And goes on to process enter and de…
-
I realized that ContentTools uses singleton. So `EditorApp.get()` and `ContentEdit.get()` only create a single instance and return that instance in the later calls.
If we have something like `EditorA…
-
I cannot seem to save an (almost) empty line or paragraph to a document
` ` would be removed on save
` ` would be removed on save
`The actual text. ` removes the line br…
-
Hello,
It would be great if content tools 2 support columns, ideally compatible with any framework (bootstrap, zurb, etc....)
Best regards,
Alex
-
I have this:
```
Edit This Link Text
```
When I click the "pencil" the editor adds a P tag and the "edit this link text" is not editable.
```
Edit This Link Text
```
Before …