Ask HN: Is there any beautiful Markdown editor?
21–30 of 59 posts
Re: Ask HN: Is there any beautiful Markdown editor?
#22https://news.ycombinator.com/item?id=32716762
One thing I forgot to mention is that Emacs's normal `M-q` "filling" works well with `markdown-mode` -- makes the text tidier, and makes nested bullets and enumerations more legible. (And you might want to `M-x customize-variable RET fill-column RET` to 79 or 80, rather than the historical default of 72.)
Re: Ask HN: Is there any beautiful Markdown editor?
#23However, if I have to flush out an editor focusing on writing, then iA Writer[1] is beautiful. I got my copy long back when they released it and never had to pay additional to use it or a subscription. Have an attachment with iA.net as one of those clean, minimal design companies, and my long-term product design friend used to intern with the company.
Re: Ask HN: Is there any beautiful Markdown editor?
#24Re: Ask HN: Is there any beautiful Markdown editor?
#25Typora has an elegant, minimalist interface: https://typora.io/
No weird 2nd pane just to have the readable pretty markdown.
For android: https://jotterpad.app/ (also has a desktop app, never tested it though)
Re: Ask HN: Is there any beautiful Markdown editor?
#26Desktop: https://typora.io/
Mobile (and Desktop): https://jotterpad.app/
Re: Ask HN: Is there any beautiful Markdown editor?
#27Re: Ask HN: Is there any beautiful Markdown editor?
#28If you use Emacs, these face tweaks (and `imenu-list`) I mentioned the other day help aesthetics and readability lot, IMHO: https://news.ycombinator.com/item?id=32716762 One thing I forgot to mention is that Emacs's normal `M-q` "filling" works well with `markdown-mode` -- makes the text tidier, and makes nested bullets and enumerations more legible. (And you might want to `M-x customize-variable RET fill-column RET`…
Re: Ask HN: Is there any beautiful Markdown editor?
#29Personally I'd say vim, but I respect those that will say emacs.