wysihtml5 icon indicating copy to clipboard operation
wysihtml5 copied to clipboard

Open source rich text editor based on HTML5 and the progressive-enhancement approach. Uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable t...

Results 100 wysihtml5 issues
Sort by recently updated
recently updated
newest added

Is there any way to auto resize the editing area based on the size of the content?

The copyright year was out of date. Copyright notices must reflect the current year. This commit updates the listed year to 2014. see: http://www.copyright.gov/circs/circ03.pdf for more info

On your own demo (in chrome on mac osx): http://xing.github.io/wysihtml5/examples/advanced.html Let's inspect parser rules: ``` $ wysihtml5ParserRules Object {classes: Object, tags: Object} classes: Object tags: Object a: Object check_attributes: Object...

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:...

Hi I am sending text to the editor using javascript: wysihtml5.Editor.setValue(text, true) How do i scroll down to the latest line programmatically? This doesn't seem to happen automatically, I have...

When typing in an IME (Japanese for us, but we're assuming it happens with other IME as well, like Mandarin, Korean, etc) text gets inserted before it's chosen. When typing...

Does wysihtml5 have read only mode? How to enable it?

This is necessary because many URLs omit the protocol. E.g. `` Note: The updated tests pass.

Hello I have this code inserted at initialization .append editor ``` such a div 50% 2 50% ``` I wish all of the editor was concluded between the div Unfortunately,...