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

Hi all! I have specified the change callback as follows: ``` javascript $textarea.wysihtml5({ "stylesheets": ["[...........]/plugins/bootstrap-wysihtml5/wysiwyg-color.css"], "color": true, "events": { change: function () { var newValue = $textarea.val(); console.log(newValue); }, focus:...

In Portuguese verb "indentar" does not exist.

Imagine an editor with `placeholder="foo"`. I'm doing `editor.composer.commands.exec("insertHTML", 'hi');` on it. Now, two things can happen: 1. If it already has the text `bar`, it becomes `barhi` after the command;...

I am using bootstrap-wysihtml5 editor for my CakePHP application. I am using following code for custom template ``` var myCustomTemplates = { html : function(locale) { return "" + ""...

Hello, I have an issue with the "color": true property. After calling : $('#test').wysihtml5({ "font-styles": true, //Font styling, e.g. h1, h2, etc. Default true "emphasis": true, //Italics, bold, etc. Default...

Add Ctrl-Enter hotkey for sending

When trying to use bootstrap-wysihtml5 on multiple textarea on the same page using the latest code in github, only the first one shows. After much debugging I discovered that... Script...

Updated the brazilian portuguese translation for the new heading options (h4, h5 and h6) and link dialog.

Adds h4, h5 and h6 font styles to pt-BR locale file. (Seems that all locales are missing those...)