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

Added support for keyboard shortcuts as a configuration option. Default values still present if not specified. e.g. can now create an editor as follows: var shortcuts = { "66": "bold",...

Hi, Currently all css properties of "wysihtml5-sandbox" are set in javascript. I had the nagging issues i wanted to set: "width: 100%; height: 100%;" which can't be set in CSS...

Hi, Currently the iframe sandbox classname is: "wysihtml5-sandbox". It can't be set via properties. It would be nice to have that settable via properties.

Hey there, after selecting and deleting all text inside the editor with Ctrl+A, line breaks will get messed up on (seemingly) all IE Versions. (Tested on IE11, and "emualted" IE...

Arabic and Hebrew are [RTL](http://en.wikipedia.org/wiki/Right-to-left) and any rich text editor used to write in these languages needs to support it. 2 things are needed: - An RTL/LTR button to change...

I have to add internal and external links to the content. I made a custom dialog where you can choose the type of the link and title. Internal link generates...

When I visit the demo site(http://xing.github.io/wysihtml5/), I see that the sandbox is wider than the toolbars. so the layout is going not a pretty face... I guess this is a...

Hi, we use the rich text editor in a wizard where each step is a div whose visibility is toggled depending on the wizard progress. When first toggling the div...

With Aloha, it is possible to turn practically any elements into an editing area, to achieve the illusion of "WYSIWYG" effect. Furthermore, does wysihtml5 currently allow for editing in multiple...