I was always fascinated with the looks and feel of markdown format. It's so simple and minimalistic but would always have issues writing perfect markdown. Using available open source tools, i made textmark to do it. Essentially you have a rich text editor for text input. Corresponding markdown for it appears on the right. Simply copy the markdown in you .md
files. An Editor for all your markdown needs.
Textmark can do following:
- bold
- italics
- strike through
- H1
- H2
- code
- block quote
- unordered list
- ordered list
- links
- images via direct online paste
Contributions in form of pull request and issues welcome. For proposing a new feature use feature request. For bug and other issues use bug report.
- @domechristie for turndown and turndown-plugin-gfm
- @jhchen for quill
textmark is released under MIT License.