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

Currently SCEditor generates the following list representation: ``` [ul] [li]List item 1[/li] [li]List item 2[/li] [li]List item 3[/li] [/ul] ``` Is there an option to change this so that it...

Question

Script that combines all the PNGs from src/themes/icons/src/famfamfam into a single PNG sprite file and generates the famfamfam.less according to the icons order. grip.png and grip-rtl.png are added at the...

The plugin allows specifying font size as a percent value as used in phpBB system.

This PR include: - Implementation of the inline code tags - [c][/c] tags are used - Plugin named "code" is used to include that implementation - The plugin overrides current...

As stated in issue replaced the tags that get inserted into the document on load and when creating a new line. This solves the issue of quotes splitting and removing...

Solved an issue where if you highlight a link you have inserted and go to insert another link in its place using the drop down in WYSIWYG mode, this will...

Why do we need the separate `validChildred` list? ``` /** * Allowed children of specific HTML tags. Empty array if no * children other than text nodes are allowed *...

Question

Why do we need that IF before changing the toolbar from the plugin? The code is from the format plugin: ``` if (opts.toolbar === sceditor.defaultOptions.toolbar) { opts.toolbar = opts.toolbar.replace(',color,', ',color,format,');...

Question

Right now I'm generating the dropdown menus using createElement, as it was done in the format plugin. Access to the templates would help to use existing templates for the dropdowns...

attentionSam!