Greasy Fork is available in English.

Markdown Preview in txti

When EDITING a txti (txti.es/*/edit) in txti.es you should be able to preview your changes (a toggle preview button appears)

Yazar
aeonfr
Günlük kurulumlar
0
Toplam kurulumlar
14
Değerlendirmeler
0 0 0
Versiyon
0.1
Oluşturulma
13.09.2016
Güncellenme
13.09.2016
Lisans
N/A
Geçerli

After installing, whenever you're editing a txti you will be able to see a "Toggle Preview" button. It will toggle between a preview of what your txti would look like if you hit "SAVE".

I made this after being very confused with all the different Markdown "variants", like github flavoured markdown.

It fetches an external library for parsing markdown that it's called "showdown". In tampermonkey, the code is: @require https://cdnjs.cloudflare.com/ajax/libs/showdown/1.3.0/showdown.min.js

The script is pretty straight-foward. No malicius code or extra bloatware was included.