yuri-val / tgmde

A simple wysywyg editor with only markdown subset supported by Telegram

Home Page:https://www.postmark.media

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TgMDE - Telegram Markdown Editor

Simple WYSIWYG Markdown editor with only support for Telegram flawored text.

All rules that is supported:

*bold text*
_italic text_
[inline URL](http://www.example.com/)
[inline mention of a user](tg://user?id=123456789)
`inline fixed-width code`
```block_language
pre-formatted fixed-width code block
```

Project is based on the beautiful SimpleMDE Markdown Editor.

About

A simple wysywyg editor with only markdown subset supported by Telegram

https://www.postmark.media

License:MIT License


Languages

Language:JavaScript 99.1%Language:CSS 0.9%