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 working in html code mode and put in special chars like &euro &times etc and switch to normal view and back into code view it converts the &euro to...

I would like to add just one new button to insert a date. I don't know how to do it.

Hi. I'm using the script and I have a big problem with the characters '' "" If I write Text (not in html mode), the editor parse anyway as a...

I am using this to write in spanish, and whenever I tipe characters like á, é, í, ó, ú or ñ, the character disappear from the text when saved to...

Is there a way to clear the contents of the textarea ? my intuition is to use $('.textarea').val(''); but this has not worked, neither has $('.textarea').empty() worked.

Can any one show me how can i change the editor value after initialization ? i tried a lot of things but no one works !!!

I tried to add my new button to the toolbar as follow ``` # coffee $(this).wysihtml5 toolbar: mynewbutton: 'speech' blockquote: false color: true html: true ``` or ``` $(this).wysihtml5 toolbar:...

when i use the "bootstrap-wysihtml5-rails" gem, i can't use the handlebar.js anymore.