ContentTools icon indicating copy to clipboard operation
ContentTools copied to clipboard

A JS library for building WYSIWYG editors for HTML content.

Results 101 ContentTools issues
Sort by recently updated
recently updated
newest added

From what I understand, the `droppers` parameter are used when they match the key. I would like to request a wildcard parameter to match all elements (unless there's a more...

enhancement

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 `EditorApp.getNew(Root)` that...

enhancement
question

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 uploading problem, at least...

enhancement

I do not found a way to show message with flashUI. For example with a message "Error: page is empty". Do you plan to implement this in the future? Or...

enhancement
question

I want to upload multiple images. when I select some images and then the image dialog shows Carousel Item list. But I found I need many changes How do you...

enhancement
question

Support drag & drop of images. Insert the dropped image at the current or dropped position.

Hi, I have this text: ![Screenshot_20240122_121602](https://github.com/GetmeUK/ContentTools/assets/15131328/9a7e35c3-6520-42fc-8eed-b4860e4a0104) And when I try to italicize the "tttt" text (select text + click on italic icon): ![Screenshot_20240122_121642](https://github.com/GetmeUK/ContentTools/assets/15131328/142dc92e-b989-41fb-b6f1-fdb0bb1e1898) I get this: ![Screenshot_20240122_121655](https://github.com/GetmeUK/ContentTools/assets/15131328/4818f09b-1ed5-405f-af46-191d2871fdf5) Thank you.

Hi I am looking for an editor for a blog site and time to time the users need to insert and later on also edit tag into the post. But...

Hello, I would like to integrate contentools with lazyloading image library. Basically, I need to add a class to the img tag, and replace the src with data-src. Is it...

Hello, Adding a class to a link is a quite common use case, for example, when you link is displayed as a button. It would be great to be able...