Feature Request: Advanced markdown (tables, lists, headers and more.)

Kommentare

19 Kommentare

  • T-CROC

    Yes!  This would be so nice!  It would be awesome if I could just copy and paste my Markdown from standard Markdown Editors!

    16
  • jesusthefrog

    This kind of thing would be nice (more markdown support in general), but what I'm specifically after is a superscript notation, something like enclosing text in pairs of carets to make it easier to communicate mathematical formulas.

    x^^2^^ x b^^2^^ = c^^2^^

    3
  • nubftl

    Would 100% love this, i play D&D and use discord for chatting with other players, would be awesome to be able to add tables etc to the markdown blocks

    10
  • tuxlu

    I'd like to create a ranking system, where you could see a leaderboard, tables would help me a lot!

    6
  • Bonts

    Discord, please please please add table formatting! Markdown has it.

    Or even allow sanitized HTML formatting in a HTML block or something.

    9
  • dark Radon

    yes-yes-yes

     

    3
  • Digitalwar669

    Agreed. Please add

    3
  • zzpza

    I would love to see some basic tables and hyperlinking functionality.

    2
  • dimghero

    Yes, the table tool will be a big an great feature. At least in html format. There are plenty of html table generators. I also have a guild for a game where i am the leader and this feature would help me a lot.

    3
  • silverbass

    Tables would be incredibly useful.

    3
  • kbrock

    Most developers use Github Flavored Markdown in github, but also in gitter and other communication mediums.

    It helps with code formatting and tables really make a difference for making communication more clear.

    5
  • Boltzmann

    How hard could people post a table?

    Very hard, they even create a bot to do so, https://top.gg/bot/714144626080088116

    1
  • Greco

    Agree! These features would be so great.

    2
  • MiaLDN

    So three years on, and still this has gained no traction.

    Even providing enumerated lists would be a great start!

    0
  • Pablo LION

    any news?

     

    1
  • Alchana

    I'm gonna second this. Discord isn't just used for ordinary text chat anymore. I often need to organize large amounts of text or data, and the formatting that Discord forces (one text size, left aligned, no tables, no lists, no way to evenly space things horizontally without using a code block, which eliminates all other formatting) makes it very difficult to parse. My ideal scenario is one in which you have the ability to send Rich Text or sanitized HTML messages via an editor opened with the plus button.

    This would be an extremely useful feature for me, and additionally give Discord a leg up on Guilded.gg, which currently has Discord beat in every other way as far as my needs beyond plain text chat.

    2
  • Ggwppino

    Yeah, that would be great! Then discord being, as I understand it, based on Electronjs it is essentially a web page and the markdown implementation shouldn't even be that absurd.

    0
  • Dkman123

    In the meantime to sort of get tables you can use a code block then fixed width your columns.

    ie:

                            output = output + info[Fld.Slot].padStart(2) + " "
                                + info[Fld.Name].substring(0, maxName).padEnd(maxName) + " "
                                + info[Fld.Team].padEnd(4) + " "
                                + info[Fld.Kills].padStart(3) + " "
                                + info[Fld.Deaths].padStart(3) + " "
                                + info[Fld.Assists].padStart(3) + " "
                                + info[Fld.Ping].padStart(4) + "\n";

                            message.channel.send("```" + output+ "```");

    0
  • nziie3

    I agree this would be a great addition to markdown and be very useful.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.