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

Tiny bootstrap-compatible WYSIWYG rich text editor

Results 76 bootstrap-wysiwyg issues
Sort by recently updated
recently updated
newest added

Hi, I am using this great editor in my own blog, however, I didn't see any button or command for me to insert code, like `code here.` or `code here`....

The font sizing as flexible in that you can add any number of elements to the list but they all render as "html" sizes "html" per http://www.w3.org/TR/CSS2/fonts.html#font-size-props Is it presently...

A lot of editors now a days have emoji support. Not sure if this is something we'd want to add or not but it could at least be a good...

Hi, would you publish the latest version on NPM repo ? Thanks

Per madskristensen/MiniBlog#234 > I see that pictures scales properly in a post when viewed in a mobile device. > > I would like to do the same with videos. I...

So in the `.bindToolbar` function there is a piece of code here: ``` toolbar.find( toolbarBtnSelector ).click( function() { self.restoreSelection( ); editor.focus(); if ( editor.data( options.commandRole ) === "html" ) {...

I've been doing a lot of linting, minifying, etc in my recent PRs. I think we should add CI build so that when a PR is made things like HTML...

enhancement

html5 video support i18n

enhancement

Originally documented at madskristensen/MiniBlog#153 In the original issue, they found that the editor will at times create invalid HTML. In my blog (that uses the Miniblog engine) I had a...

When using multiple editors, if you click a button in the first editor, it moves your cursor to the second editor. The reverse is not true.