bootstrap-wysihtml5 icon indicating copy to clipboard operation
bootstrap-wysihtml5 copied to clipboard

Simple, beautiful wysiwyg editor

Results 103 bootstrap-wysihtml5 issues
Sort by recently updated
recently updated
newest added

when removing http:// from link field it takes the parent page url.

Is there a reason that images are missing from my editor like so? I've imported everything required. http://puu.sh/6XOA1.png

When i do something like `$(selector).wysihtml5();` it throws me this error `Uncaught TypeError: Object [object Object] has no method 'wysihtml5'` I have jquery, bootstrap connected separately, since i need them...

There's an issue in Chrome, when editor is filled with text (so scroller is visible) and you start typing from top, hitting enter scrolls to new line (text just typed...

Great plugin! I have one small issue though. I need to clone a DOM element which contains an element I initialized a wysihtml5 instance with: ``` $('.target textarea').wysihtml5() ``` so...

When I click on "link" I get the following errors Uncaught TypeError: Cannot read property 'text' of null wysihtml5-0.3.0.js:6935 _format wysihtml5-0.3.0.js:6935 wysihtml5.commands.createLink.exec wysihtml5-0.3.0.js:6969 wysihtml5.Commands.Base.extend.exec wysihtml5-0.3.0.js:6792 wysihtml5.toolbar.Toolbar.Base.extend._execCommand wysihtml5-0.3.0.js:9177 wysihtml5.toolbar.Toolbar.Base.extend.execCommand wysihtml5-0.3.0.js:9169 (anonymous...

We use your project through a dependency manager and it is very hard to do so when you do not tag your versions as the smallest change could break our...

I have the wysiwyg editor + a dropdown on one form. Depending on the chosen value of the dropdown I need to enable or disable the wysiwyg editor. Disabling works...

Hello, does it possible to disable all hot keys?