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

### Steps to reproduce the problem 1. Paste specific text from word 2. White space is removed by clicking or by pasting Issue: The white space is removed on the...

Enhancement

### Steps to reproduce the problem 1. clone repo 2. go to exmaple folder 3. open the example file scripts not working

I find myself always doing a double take when going for the code button. I would accidentally click the quote icon (it is adjacent). For reference, the editor we were...

Enhancement
themes

Everytime you load a page with the SCEditor, it creates ~31 server-requests for the emoticons. On the most pages with the editor you don't use the editor and if you...

Feature

1. When you select text and click for example the alignment icon (center-right-left), each line of text is formatted, and the entire selected text is supposed to be formatted. ![2](https://github.com/samclarke/SCEditor/assets/15679600/15c116ca-9f61-4435-a6ac-750618d898d6)...

The supported events are: - 'keyup` - 'keydown` - 'Keypress` - 'blur` - 'focus` - 'input` - 'nodechanged` - When the current node containing the selection changes in WYSIWYG mode...

lib

I'm trying to create a bbcode for table contents. The "tr", "th" and "td" elements work perfectly but "caption", "thead", "tbody" and "tfoot" are totaly ignored when passing from html...

Only the sceditor.min.js needs to included in the html page format, plugins and icon js files are loaded dynamically.

lib

**Is your feature request related to a problem? Please describe.** I think you haven't enough complexes examples in the documentation, for new users it's not easy to realy understand how...

Enhancement

From my question on Stack Overflow https://stackoverflow.com/questions/77738288/sceditor-dropdown-is-out-of-place > When I create the sceditor like in the example, the dropdowns that appear when clicking on the font icon appears in its...

Bug