Yes.brunoais wrote: Fri Mar 02, 2018 6:06 pmDo you mean you want this to be the default one instead of SCE?odf wrote: Fri Mar 02, 2018 4:12 pmHow to implement this in phpBB 3.2?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.
Search found 4 matches
- Sat Mar 03, 2018 2:43 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor
- Replies: 461
- Views: 1077857
Re: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor
- Fri Mar 02, 2018 4:12 pm
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor
- Replies: 461
- Views: 1077857
Re: PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor
How to implement this in phpBB 3.2?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.
- Wed Nov 22, 2017 8:36 am
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-13919 - Syntax highlighting in [code]
- Replies: 27
- Views: 112888
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 ...
- Wed Nov 22, 2017 8:24 am
- Forum: [3.x] Tickets Discussion
- Topic: PHPBB3-13919 - Syntax highlighting in [code]
- Replies: 27
- Views: 112888
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 ...