Switching submission editor from WYSIWYG to BBCode

All suggestions about TPFC should be posted here. Discussions about changes to TPFC will also be carried out here.
Post Reply
Message
Author
User avatar
Andrew Lee
Posts: 3063
Joined: Sat Feb 04, 2006 9:19 am
Contact:

Switching submission editor from WYSIWYG to BBCode

#1 Post by Andrew Lee »

I am thinking of switching the submission editor from the current WYSIWYG editor to a BBCode editor like the one used in the forum.

The reason is because the WYSIWYG editor generates pretty messy markups, and having used the WYSIWYG editors in Wordpress and Blogger for awhile now, I think this is a common problem, which is why they always provide a WYSIWYG view and a HTML view. A BBCode editor will not have this problem.

Please let me know if you have any serious objections to this move.

Thanks!

lautrepay
Posts: 715
Joined: Sat Mar 26, 2011 2:31 am

Re: Switching submission editor from WYSIWYG to BBCode

#2 Post by lautrepay »

Will this change affect the editor of updates?

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Switching submission editor from WYSIWYG to BBCode

#3 Post by webfork »

Sounds fine. I've had some difficulty with BBcode with regard to continued lists. So for example:
  1. first item
  2. second item
short paragraph about the second item
  • third item
Here's the code I used:

Code: Select all

[list=1][*]first item
[*]second item[/list]

short paragraph about the second item

[list=3][*]third item[/list]
I can fix that in HTML, but how do I fix that in BBcode so the 3rd item doesn't show up again as #1?

User avatar
Midas
Posts: 6727
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Switching submission editor from WYSIWYG to BBCode

#4 Post by Midas »

I generally feel BBcode would be an upgrade, but then I'm partial to plain text and (any simple) markup... But there will be flaws, as webfork has noted.
Last edited by Midas on Sun Jun 17, 2012 6:38 am, edited 1 time in total.

User avatar
Andrew Lee
Posts: 3063
Joined: Sat Feb 04, 2006 9:19 am
Contact:

Re: Switching submission editor from WYSIWYG to BBCode

#5 Post by Andrew Lee »

Doesn't this look OK?

Code: Select all

[list=1]
[*]first item
[*]second item

Short paragraph about the second item. Short paragraph about the second item. Short paragraph about the second item. Short paragraph about the second item. Short paragraph about the second item. Short paragraph about the second item. Short paragraph about the second item. Short paragraph about the second item. Short paragraph about the second item. 


[*]third item[/list]
  1. first item
  2. second item

    Short paragraph about the second item. Short paragraph about the second item. Short paragraph about the second item. Short paragraph about the second item. Short paragraph about the second item. Short paragraph about the second item. Short paragraph about the second item. Short paragraph about the second item. Short paragraph about the second item.
  3. third item

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Switching submission editor from WYSIWYG to BBCode

#6 Post by webfork »

Very cool -- thanks. I was actually more concerned about nested lists, but I just used the same formula.
  1. item 1
  2. item 2
    1. substep 1
    2. substep 2
  3. item 3
So cool, nvrmnd.

User avatar
SYSTEM
Posts: 2043
Joined: Sat Jul 31, 2010 1:19 am
Location: Helsinki, Finland

Re: Switching submission editor from WYSIWYG to BBCode

#7 Post by SYSTEM »

That change would be nice. :) Thanks to the HotkeyBB extension of Opera, writing BBCode is very fast for me.
My YouTube channel | Release date of my 13th playlist: August 24, 2020

abc
Posts: 74
Joined: Thu Aug 04, 2011 10:01 am

Re: Switching submission editor from WYSIWYG to BBCode

#8 Post by abc »

No objections your honor. BBCode is quite good and easy to get into.

Post Reply