Search found 4 matches

by odf
Sat Mar 03, 2018 2:43 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor
Replies: 461
Views: 1059082

Re: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor

brunoais wrote: Fri Mar 02, 2018 6:06 pm
odf wrote: Fri Mar 02, 2018 4:12 pm
Miles Cellar wrote: Wed Jul 19, 2017 5:18 pm Just for information, there is a new popular WYSIWYG text editor, pell. No dependencies and only 1kB.
How to implement this in phpBB 3.2?
Do you mean you want this to be the default one instead of SCE?
Yes.
by odf
Fri Mar 02, 2018 4:12 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor
Replies: 461
Views: 1059082

Re: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor

Miles Cellar wrote: Wed Jul 19, 2017 5:18 pm Just for information, there is a new popular WYSIWYG text editor, pell. No dependencies and only 1kB.
How to implement this in phpBB 3.2?
by odf
Wed Nov 22, 2017 8:36 am
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-13919 - Syntax highlighting in [code]
Replies: 27
Views: 109711

Re: PHPBB3-13919 - Syntax highlighting in [code]

David, honestly I was looking at https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js and I didn't see the 2013 on line 3 at the time I posted, my fault. The github link comes in handy, forked as well. Well, I know the Joshyphp's extension already, but I am not completely satis...
by odf
Wed Nov 22, 2017 8:24 am
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-13919 - Syntax highlighting in [code]
Replies: 27
Views: 109711

Re: PHPBB3-13919 - Syntax highlighting in [code]

3.1 provides syntax highlighting for PHP (and only PHP) via highlight_string(), using the BBCode [code=php] . 3.2 has no syntax highlighting in code blocks for any language. My recommendation is to use a JavaScript highlighter such as highlight.js or SyntaxHighlighter . My preference goes to highli...