-
When trying to edit in production. I'm getting errors in production `Uncaught TypeError: this.element.tagName is not a function` on the concat/uglifier source
![errors](https://cloud.githubuserconten…
-
It would be nice to add support to the api so its possible to have a library of widgets / templates so that the user can drag an item from a widget gallery and drop it inside a content area. Today you…
-
Is there a way to edit just block of text without html markup?
-
Hi,
at first: Thanks for creating this editor! :)
I wasn't able to find a version or changelog, therefore:
Are there any plans to implement some form of versioning, e.g. using tags?
Would be very us…
-
-
I'm detaching an element with a click of a button. After detaching it, I'm getting this error:
```
Uncaught TypeError: Cannot read property 'descendants' of null
ContentTools.History.History._sto…
-
This is better explained by following these steps:
1. put your cursor on the end of a paragraph
2. press enter to create an empty paragraph
3. click just a bit above or below the empty paragraph (outs…
-
I don't know if I should report this here, but there it goes:
Where it reads:
- `@getDatetime(element, selection) ->` should be `@getDatetime: (element, selection) ->`
- `ContentTools.DEFAULT_SETTIN…
-
I want to show some information or inline tools in some elements as sub elements.
I can do this by registering an mount event listener and then add my custom stuff. But they should be **invisible** t…
-
I would like to enhance the 'line-break' experience (currently only through palette) by pressing the Shift-Return as is done in a lot of editors.
Any idea how to implement this ?