First draft
authorAlexander Ebert <ebert@woltlab.com>
Sat, 27 Jun 2015 18:20:44 +0000 (20:20 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 27 Jun 2015 18:20:44 +0000 (20:20 +0200)
commit93d79307806616e7d7dda9bf9dbbf45435ab6aed
tree6f5f5fa9e402e073da4983a349b290d5f797ef3c
parent82c6ba6133077402dd9bc20da6d6462fa1194d1a
First draft

Does not work out of the box right now, it uses a modified 'wysiwyg' template to provide the AMD modules.

Features:
- works in linebreak mode
- uses a bbcode parser similar to the PHP implementation (XML-conformity)
- HTML to BBCode uses native DOM functions
wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js
wcfsetup/install/files/js/WoltLab/WCF/BBCode/FromHtml.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLab/WCF/BBCode/Parser.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLab/WCF/BBCode/ToHtml.js [new file with mode: 0644]