ContentTools
ContentTools copied to clipboard
A JS library for building WYSIWYG editors for HTML content.
hi guys, i need to implement a ContentTools editor in my react application, trying the solutions on issue #2, but I did not succeed i don't get a error, but...
Makes a number of mostly minor adjustments to the SCSS files and a few code changes to the Coffeescript files to cause ContentTools to display reasonably well on all screen...
If a user clicks on the X the revert and stop callbacks are fired. Then an alert box is shown asking if the user want's to lose their changes. I...
My `img` elements have styles `img.img-responsive { display: block; max-width: 100%; height: auto; }` When I'm on edit mode, `img` elements are changed to `div`, and they are given `background-image`...
I want to create single only editable element. I already set ContentEdit.PREFER_LINE_BREAKS to true; But if user press Shift+Enter, he can anyway create another block, wrapped into p tag. It...
Hello, I'm using this awesome feature in an webapp to suport custom pages for SEO purpose and i think is the best and simplest way. In an app that i'm...
Hi, your editor is really cool. However, I need an editor that supports Markdown. Will you add this feature? Thanks.
How do insert image to table? Please help me#456
A small set of changes that adds drag-and-drop support for touch devices on the floating toolbox. Demo: https://cubiclesoft.com/Unrelated/ContentToolsDragTest/sandbox/
Hi, I'm trying to implement new tools, however I'm having trouble building the example in http://getcontenttools.com/tutorials/adding-new-tools. I've place time-tool.coffee in ContentTools-master/src/sandbox and added it to build: files: in Gruntfile.coffee as...