Tdesktop: Text formatting as bold, italic/emphasized, underlined and strikethrough

Created on 5 Nov 2015  路  8Comments  路  Source: telegramdesktop/tdesktop

The idea is to support the formatting of text like on Google+ (or like Markdown, but this one only has bold and italics) by wrapping text between certain characters. For example, writing *bold text* would produce bold text.

Example possibilities:

  • Underscore signs ( _ ) for _emphasized/italic text_.
  • Asterisks ( * ) for bold text.
  • Minus signs ( - ) for strikethrough text.
  • Double underscore signs ( __ ) for underlined text.

This feature could allow a mix of these formattings, for example: *_bold and italic_* would publish as _bold and italic_ text.

This builds on the recently implemented idea of monowidth code, wrapped in backticks ( ` ), which works very similar to this.

api issue

Most helpful comment

Comment along with closing maybe?

All 8 comments

+1 for support, shouldn't be hard to implement given that we now have backticks for blocks of code.

+1, but iirc only bots are able to send those, they are supported. Just not for users.

Comment along with closing maybe?

+1, but iirc only bots are able to send those, they are supported. Just not for users.

Can one become a bot?

@okutane there's no need to -- it's not an api issue anymore

+1, but iirc only bots are able to send those, they are supported. Just not for users.

What was the idea behind this @auchri ? Telegram users need this, along with better markdown support like code highlighting

@BlkPingu there are already options for everything api supports.

better markdown support

that's an api issue

code highlighting

250

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TheAppService picture TheAppService  路  3Comments

beppe9000 picture beppe9000  路  3Comments

Yanrishatum picture Yanrishatum  路  3Comments

Justinzobel picture Justinzobel  路  3Comments

LeonTheOriginal picture LeonTheOriginal  路  3Comments