BBCode bullets

Nov 8, 2021 6:31 am
  • for bullet (from Harrigan in discord)

  • I'd suggest
  • at the start of a line makes the whole line a bullet.

  • e.g.
    
    [*] Item 1
    [*] Item 2
    


    Renders as:

    Item 1
    Item 2
    Nov 8, 2021 6:41 am
    I like it. Useful sometimes, completely ignorable all other times
    Nov 8, 2021 6:45 am
    Yes, please, the lack of bullets has been a pain.

    There is a sorta standard for bbcode. Can we stick to that.

    
    [list=1]
    [*]item one
    [*]item two
    [list=1]
    [*]item two subtitem one
    [/list]
    [*]item three
    [/list]
    
    [list]
    [*]unordered item
    [*]unordered item
    [list]
    [*]unordered subitem item
    [/list]
    [*]unordered item
    [/list]
    
    Nov 8, 2021 3:31 pm
    vagueGM says:
    Yes, please, the lack of bullets has been a pain.

    There is a sorta standard for bbcode. Can we stick to that.

    
    [list=1]
    [*]item one
    [*]item two
    [list=1]
    [*]item two subtitem one
    [/list]
    [*]item three
    [/list]
    
    [list]
    [*]unordered item
    [*]unordered item
    [list]
    [*]unordered subitem item
    [/list]
    [*]unordered item
    [/list]
    
    God again! That's a faff for a few black dots, isn't it? This is going into the "life's too short" pile.
    Nov 9, 2021 3:33 am
    Black dots and indentation, though. :)

    There must be many php bbcode libraries that you can steal the code from. But I can keep shallowly faking it, so not a biggie for me.

    Mainly bullets are an efficient organisation tool, and good for presenting information.

    You do not have permission to post in this thread.