SCEditor icon indicating copy to clipboard operation
SCEditor copied to clipboard

A lightweight HTML and BBCode WYSIWYG editor

Results 133 SCEditor issues
Sort by recently updated
recently updated
newest added

Update all dependencies to the latest versions. The `grunt-contrib-qunit` update required quite a few changes to get working but should now work with M1 Macs.

dependencies

I'm currently using the [undo plugin](https://github.com/samclarke/SCEditor/blob/master/src/plugins/undo.js). Is there any way to clear the undo history after I empty the editor using ` .val("")`? If not, how can I implement something...

Enhancement

Moves the libraries used for testing into the `devDependencies` which is a more appropriate location for them. This also removes the `sinon-qunit` library which isn't required by the code.

There is a hardcoded decision in `dom.isInline` function for` ` element. Is there another way? Can't it use handler's configuration somehow? If it should be done on dom level, so...

attentionSam!

Is there a documentation how to add a new icon for a command/plugin? I found how to add a color monocon icon using all the "famfamfam" logic, but can't figure...

Question

There are many places where the code checks if a property is a variable or a function in order to use its properly (value or make a call to the...

Question
attentionSam!

When wanting to get the content of editor in live with val() it returns empty value ### Steps to reproduce the problem 1. At start the content of the editor...

This PR adds optional unicode emoji selector in toolbar. The existing emoticon support may not be fit for all use cases so now the user has option to use unicode...

lib
themes

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.5 to 8.4.33. Release notes Sourced from postcss's releases. 8.4.33 Fixed NoWorkResult behavior difference with normal mode (by @​romainmenke). Fixed NoWorkResult usage conditions (by @​ahmdammarr). 8.4.32 Fixed...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.5. Commits b1677ce Release version 1.15.5 of the npm package. d8914f7 Preserve fragment in responseUrl. 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow...

dependencies