evgeny-nadymov / telegram-react

Experimental Telegram web client with tdlib, webassembly and react js under the hood
https://evgeny-nadymov.github.io/telegram-react/
GNU General Public License v3.0
2.32k stars 605 forks source link

Text formatting #202

Open erotavlasme opened 4 years ago

erotavlasme commented 4 years ago

Hi, I would be very useful to have the possibility to format text as in other clients. Thank

evgeny-nadymov commented 4 years ago

Text formatting is available through keyboard shortcuts: cmd + i italic cmd + b bold cmd + k mono alt + cmd + k paste url alt + cmd + n clear format

erotavlasme commented 4 years ago

Good, I did not know about this. Is documented?

evgeny-nadymov commented 4 years ago

No documentation currently. Just these shortcuts and

**bold**
__italic__ 
`mono`
```pre```
Sajilck commented 4 years ago

@evgeny-nadymov in other apps cmd+k is normally used for links right?