-
When editing a translation via EditInPlace, we should use the status bar of ContentTools (at the bottom of the page) to display contextual informations about the current editing:
- the full transla…
-
Following code do not work:
```javascript
ContentTools.StylePalette.add([
new ContentTools.Style('Alert info', 'alert alert-info', ['p']),
new ContentTools.Style('Alert success', 'alert alert-su…
-
Hi,
Users (admins really) became accustomed to this editor and there were scenarios (especially on our backend system), when a form based editor was needed. Eg editing a product desctiption on the …
-
Hi, I was installing the library into a Docker container and after a bunch of deprecated notices, npm install threw an error. I ran git clone per the readme, cd ContentTools and then npm install:
…
-
The Content Tools library has some nice new features and just got a new release: https://github.com/GetmeUK/ContentTools/releases/tag/1.6.0
We run 1.3.1 at the moment, I think updating is worth try…
-
Hi,
I'm trying to create a tool that can increase or decrease font size of an element.
The problem is that changes I make to DOM doesn't preserve. The elment goes back to its previous state afte…
-
I'm trying to build a minimal HTML editor, in my HTML file I have some buttons and content-editable div like this :
```
B
```
The goal is when I click the button, the text selected in the div ha…
-
Hello,
It would be great to be able to manage existing images, it seems that now "ContenTools" supports this new feature.
['https://github.com/GetmeUK/ContentTools/pull/493'](https://github.com/Getm…
-
Hi Anthony,
ContentTools is really awesome.
As I understood it correctly, you don't like a color selector in ContentTools.
Will such a feature be a lot of work? We can consider paying for this …
-
Hey,
I'm trying to integrate ContentTools with Vue using a single file component. I'm getting an error in node console `[Vue warn]: Error in created hook: "ReferenceError: document is not defined"`…