[RFC] WYSIWYG editor

Note: We are moving the topics of this forum and it will be deleted at some point

Publish your own request for comments/change or patches for the next version of phpBB. Discuss the contributions and proposals of others. Upcoming releases are 3.2/Rhea and 3.3.
User avatar
callumacrae
Former Team Member
Posts: 1046
Joined: Tue Apr 27, 2010 9:37 am
Location: England
Contact:

Re: [RFC] WYSIWYG editor

Post by callumacrae »

I prefer MarkDown to BBCode, and I've used both extensively (I've written documentation in MarkDown and my book in a form of MarkDown). BBCode makes more sense to people who know HTML, but the majority of users have no idea what HTML is.

*italic*, _underline_, **bold**, `inline code` is far more logical to me, especially when I think of it from the viewpoint of a non-developer.

There's an RFC somewhere (possibly made by me) which proposes allowing formatting systems such as BBCode, MarkDown, HTML-subsets to be switched in in something like an extension - obviously, the default install should always use BBCode.
Made by developers, for developers!
My blog

User avatar
hanakin
Front-End Dev Team Lead
Front-End Dev Team Lead
Posts: 968
Joined: Sat Dec 25, 2010 9:02 pm
Contact:

Re: [RFC] WYSIWYG editor

Post by hanakin »

I would not say BBCODE is because of HTML knowledge as that would make no sense why would we not just use HTML other than security. I personally have switched to a static markdown system for my blog and love it, as it allows me to easily write content on my tablet or iphone and upload it later. Further more the inclusion of markdown would make the mobile version of the app a lot easier to work with as we can opt to not show the buttons for mobile editor thus freeing up room
Donations welcome via Paypal Image

User avatar
Pony99CA
Registered User
Posts: 986
Joined: Sun Feb 08, 2009 2:35 am
Location: Hollister, CA
Contact:

Re: [RFC] WYSIWYG editor

Post by Pony99CA »

A configurable system supporting various markup languages would be best (if it can be done with little performance hit). If that can't be done, stick with BBCode as it's what most phpBB users (and, to some extent, vBulletin and other BBS users) know. Until somebody mentioned markdown here a year or two ago, I had never even heard of it. I don't believe that I've ever used a system that supported it.

Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.

User avatar
hanakin
Front-End Dev Team Lead
Front-End Dev Team Lead
Posts: 968
Joined: Sat Dec 25, 2010 9:02 pm
Contact:

Re: [RFC] WYSIWYG editor

Post by hanakin »

Pony99CA wrote:A configurable system supporting various markup languages would be best (if it can be done with little performance hit). If that can't be done, stick with BBCode as it's what most phpBB users (and, to some extent, vBulletin and other BBS users) know. Until somebody mentioned markdown here a year or two ago, I had never even heard of it. I don't believe that I've ever used a system that supported it.

Steve
Its what github uses for readme files/issues/comments!
Donations welcome via Paypal Image

User avatar
Arty
Former Team Member
Posts: 985
Joined: Wed Mar 06, 2002 2:36 pm
Location: Mars
Contact:

Re: [RFC] WYSIWYG editor

Post by Arty »

phpBB is for everyone, not just coders. Users don't want to learn BBCode or markdown, they just want to be able to post. Markdown makes that very hard because it replaces certain sequences, so user might enter markup by mistake and mess up his post.

It is geek friendly, not user friendly and has no place on forum that is meant to be for everyone.

keith10456
Registered User
Posts: 523
Joined: Sat Apr 22, 2006 10:29 pm
Contact:

Re: [RFC] WYSIWYG editor

Post by keith10456 »

Arty wrote:phpBB is for everyone, not just coders. Users don't want to learn BBCode or markdown, they just want to be able to post...
Agreed :!:

Avdon
Registered User
Posts: 11
Joined: Sun Feb 07, 2010 10:14 pm

Re: [RFC] WYSIWYG editor

Post by Avdon »

keith10456 wrote:
Arty wrote:phpBB is for everyone, not just coders. Users don't want to learn BBCode or markdown, they just want to be able to post...
Agreed :!:
+1

User avatar
hanakin
Front-End Dev Team Lead
Front-End Dev Team Lead
Posts: 968
Joined: Sat Dec 25, 2010 9:02 pm
Contact:

Re: [RFC] WYSIWYG editor

Post by hanakin »

I see you point with layman use, but you could include an optional checkbox to parse as markdown which would drastically help those on tech related forums which is a probably the majority of the uses out their
Donations welcome via Paypal Image

User avatar
Ger
Registered User
Posts: 293
Joined: Mon Jul 26, 2010 1:55 pm
Location: 192.168.1.100
Contact:

Re: [RFC] WYSIWYG editor

Post by Ger »

Arty wrote:phpBB is for everyone, not just coders. Users don't want to learn BBCode or markdown, they just want to be able to post. Markdown makes that very hard because it replaces certain sequences, so user might enter markup by mistake and mess up his post.
+1
Above message may contain errors in grammar, spelling or wrongly chosen words. This is because I'm not a native speaker. My apologies in advance.

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

Re: [RFC] WYSIWYG editor

Post by brunoais »

Allowing using Markdown (behind an option) seems fair to me.

As I'll be integrating textFormatter and SCE with phpBB, if someone does a plugin for Markdown on textFormatter and helps getting the markdown plugin ready on SCE, I'll do everything else that is required to create an option for Markdown after I finish the textFormatter and SCE integration which will, hopefully, happen until September. Well... I'll do every single thing I can to get TextFormatter working well on phpBB until mid August.

Post Reply