PHPBB3-10418 - WYSIWYG Editor/Rich Text Editor

Discuss requests for comments/changes posted in the Issue Tracker for the development of phpBB. Current releases are 3.2/Rhea and 3.3/Proteus.
Post Reply
martec
Registered User
Posts: 6
Joined: Thu Jun 12, 2014 11:44 pm

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

Post by martec »

brunoais wrote: Fri Jul 28, 2017 10:55 am What if the user wants to insert that information him/herself? Will you force that user to go to source code mode for it?
Are you referring to bbcode with more than one element that can be attributed?
I agree that better can edit this type of information in wysiwyg mode too.
But personally my preference is not rendering quote tag or code tag like xenforo.
This type of tag has several issue like block element inside of block element. And issue that not possible to set cursor off the tag, without using magicline plugin http://ckeditor.com/addon/magicline. And too problem with split quote tag etc.
brunoais wrote: Fri Jul 28, 2017 10:55 am Alright... Now thing of the quote tag as another BBCode with similar prerequisites. How will you satisfy them?
Or... Will you not satisfy them and decide that the quote tag is special?
In my opinion better not to satisfy.
brunoais wrote: Fri Jul 28, 2017 10:55 am No. That one's easy. I'm thinking about the hard ones with lots of complexity.
Anyway, I'm planning on having an extra input as in my example installation which should make matters easier.
I'm having the tendency to lean upon making quote special at this point.... If quote becomes special... No doubt that it allows me to speed things up and move on from this problem....
The same as above. for me simple is better.
But that is my opinion.
But others may say that it has to be as accessible as possible.
I understand that it is difficult to decide.

User avatar
brunoais
Registered User
Posts: 964
Joined: Fri Dec 18, 2009 3:55 pm

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

Post by brunoais »

News and updates for you... In a website I am working on, the other developer bailed out and I'm all alone now. Sorry I didn't warn before... The development of this feature is... while I'm alone with it.... once more... delayed for months....

User avatar
Meis2M
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

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

Post by Meis2M »

How can help you ?

User avatar
brunoais
Registered User
Posts: 964
Joined: Fri Dec 18, 2009 3:55 pm

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

Post by brunoais »

Make the code that handles the quote tag in a convincing way. I can give you some support.
I already have some preliminary code I had done before the "new" was added.
Then I'll need to rebase the code.

odf
Registered User
Posts: 4
Joined: Wed Nov 22, 2017 7:33 am

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

Post by odf »

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?

User avatar
brunoais
Registered User
Posts: 964
Joined: Fri Dec 18, 2009 3:55 pm

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

Post by brunoais »

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?

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1903
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

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

Post by DavidIQ »

No they’re just in the wrong place. 3.2 does not and will not have a WYSIWYG editor, certainly nothing discussed here would be usable. Should go to phpbb.com/community and search for existing extensions.
Image

CHItA
Development Team
Development Team
Posts: 169
Joined: Thu Mar 12, 2015 1:43 pm
Location: Budapest, Hungary

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

Post by CHItA »

pell is not an editor, calling it a library would still be a huge overstatement.

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

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

Post by 3Di »

CHItA wrote: Fri Mar 02, 2018 8:47 pm pell is not an editor, calling it a library would still be a huge overstatement.
👍🍭
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades

odf
Registered User
Posts: 4
Joined: Wed Nov 22, 2017 7:33 am

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

Post by odf »

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.

Post Reply