ContentTools
ContentTools copied to clipboard
A JS library for building WYSIWYG editors for HTML content.
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...
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...
Hi, I'm trying to use the style attribute to store modifications like color or font-size change, however when I save the project, these attributes are erased. How could I keep...
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...
Is there a version that I could use with pure javascript code without npm?
Within ContentTools there are wonderful heading button, an ordered list button, and unordered lists buttons. In order to make this work with my styling, I need to be able to...
In /src/scripts/ui/dialogs/table.coffee on line 93 there is a static text "Apply" instead of the translation (ahich exists in the translations files) ` @_domApply.textContent = 'Apply'` I couldn't figure out how...
Is there a way to select multiple paragraphs and turn them into a bulleted list or delete them? It seems that only one paragraph can be edited at a time....
When you set the value of style-src to 'self', ContentTools fails to apply some styles. This comes from using `node.setAttribute("style", …)` instead of `node.style.attrubute = ...` as you can read...
This is no bug report or something. I have a problem with the regions object. Im trying to instead of using an ajax request to send FormData(), to apply the...