If you sent me an e-mail about a setWysiwygEditorBBCode function, I can’t reply because the e-mail bounced.
Update: SCEditor now has it’s own site on GitHub pages. It has a few demos and examples so far. I will still keep this page updated for now.
SCEditor is a lightweight jQuery based WYSIWYG HTML and BBCode editor.
The aim of SCEditor is to be lightweight while still having all the features that would ever be wanted and being a good BBCode WYSIWYG editor. A demo is available here.
Features
- Bold, underline, italic, superscript and subscript
- Left, center, right and justify text
- Text size, color and font
- As You Type emoticon conversion
- Tables
- Lists
- Code and quote tags
- Images and links
- I18n support
Compatibility
SCEditor should work in at least:
- IE 6+
- FF 3.5
- Chrome
- Opera 9.5+
- Safari 4+
It may work in earlier versions I’m just unable to test them. If you find any problems, please let me know.
Getting SCEditor
You can download SCEditor here (ZIP) or grab source code from GitHub.
License
SCEditor is dual licensed under the MIT and GPL.
Donating
If you would like to make a donation you can via PayPal or via Flattr.
Changelog
Add emoticonsRoot option. Allows adding a root URL to be prepended to all emoticons. - Thanks to @primehalo for the idea Fix IE9 bug showing resize handles Fix IE ranges sometimes causing the last typed charecter to be unselected
Add package.json file Add Contribute to README Add GitHub pages page Fix newline bug. This greatly improves the BBCode to HTML parsers handling of newlines.
Started on improving accessibility Added charset option Updated quote command to support authors Fix Webkit based bug causing newlines not to be added sometimes - Thanks to Robin for reporting and extra help providing information Added Swedish translation kindly submitted by Robin Added French translation kindly submitted by Nicolas Fix extra newlines being included in quotes Removed undo/redo commands as they cause Safari to reopen closed tabs if they have been closed after the point being undone. - This happens with other editors and also on plain HTML text inputs. Thanks to Robin for finding and reporting. Fixed header (h1, h2, h3, ect.) releated BBCode bug Removed Undo/Redo images from the sprite Small tweak to BBCode parser to improve IE UX Make BBCode parser strip unsused whitespace to improve copying HTML from websites Fix newline problem with code tag Started adding unit tests to what can be tested - WYSIWYG will still need manual testing as faking user input is ugly or just not possible Fix IE < 8 newlines bug
