Really? Only .txt and .md? I’d expect any plain text files to be readable.
Especially since there is syntax coloring for HTML in text files… (Which is quite nice, compared to other Markdown editors. Some of my files have HTML, such as iFrame code.)
Really? Only .txt and .md? I’d expect any plain text files to be readable.
Especially since there is syntax coloring for HTML in text files… (Which is quite nice, compared to other Markdown editors. Some of my files have HTML, such as iFrame code.)
Glad you’re enjoying the HTML syntax coloring! ![]()
To set expectations: we’re building a dedicated Markdown editor, not a general-purpose plain-text editor. So broad support for arbitrary text formats isn’t on our short-term roadmap. The focus right now is on doing Markdown really well rather than handling every .txt-style file.
Down the line we may expand the editor to other formats, or at least offer some kind of preview for them. For now, Markdown is the priority.