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

Merging the recreated work thanks to @floriansegginger.

Convert Google code-prettify links to use CDN and the new preferred method of loading: run_prettify.js which no longer requires separate includes of prettify.css Addresses issue #115

Seems to be just spam or what's going on with that?

Is there any spell checker that works with bootstrap-wysiwyg? It would be a great addition to allow on the fly spell checking of text in the editor (like https://www.javascriptspellcheck.com/jquery-spell-check).

Found such lines in example "form-post" Does it make any sence? It looks like not used enywhere. $('#editor').wysiwyg( { 'form': { 'text-field': 'mySubmission', 'seperate-binary': true } }); https://github.com/steveathon/bootstrap-wysiwyg/blob/92d8b59e66358943a82ca6e6476f355299c2bdff/examples/form-post.html#L108

Hello! I have a problem with bootstrap-wysiwyg in my mobile Chrome (ver.55) browser on Android 4.4.2. Is there a way to fix this quickly? Here are the screenshots with the...

triaging

There is as fix in:https://github.com/steveathon/bootstrap-wysiwyg/commit/aa73cd30cdde28a7e4c9416b60009e9e46bf0588#diff-5533b3a46c8d44c5a0d1f3198ee1cd9a But I don't think this fix works. if(!this.getCurrentRange) is always false. Its never true. Cause "this" in this context refers to $ ( window )...

Do you plan adding an image resizing abilities to the editor ? Or maybe you already know a goof plugin that can be used for this purpose, that is also...

enhancement
help wanted

Is there a way to allow the user to resize the div natively through this plugin or have the plugin automatically grow the text area with the user?