Live data from Hacker News

Ask HN: Is there any beautiful Markdown editor?

news.ycombinator.com

41–50 of 59 posts

Re: Ask HN: Is there any beautiful Markdown editor?

#43

Org mode with markdown export through pandoc

Export to markdown is available, though depending on the version it's not visible in the export list initially (it shows up after you manually call the export function). 'ob-md-export-{to,as}-markdown

True, but I often have to format for github and it's simply easier to have pandoc within my flow to do things like not escape underscores, control heading levels etc.

Re: Ask HN: Is there any beautiful Markdown editor?

#44
post #8

I've had good results with https://typora.io/ writing articles a couple of years ago. It was free when I was using it because it was in beta, it's now $15. If I needed to write in markdown more regularly I'd probably buy it.

Even if it was free and ad-free, doing Markdown editing on the cloud is inappropriate. Come on.

Re: Ask HN: Is there any beautiful Markdown editor?

#46

Earlier quoted context omitted.

Export to markdown is available, though depending on the version it's not visible in the export list initially (it shows up after you manually call the export function). 'ob-md-export-{to,as}-markdown

True, but I often have to format for github and it's simply easier to have pandoc within my flow to do things like not escape underscores, control heading levels etc.

There is an export to github flavoured markdown. It might help.

Re: Ask HN: Is there any beautiful Markdown editor?

#47
I'm the founder of a beautiful Markdown editor. Actually, two:

Nota - https://nota.md. It's a notes app but a lot of our users use it as a markdown editor. Nota is quite powerful as a markdown editor. It has a lot of smartness built into it.

Caret - https://caret.io. We started with this - a beautiful Markdown editor. We aren't implementing new features for it but if you are on Windows or Linux it might be worth trying out. We still have new users coming in.

A common feature of the two is that they both are pleasant to use. We've put a lot of hard work into the UX (which is also hard to market and one of the reasons why you probably haven't heard about us).

Re: Ask HN: Is there any beautiful Markdown editor?

#49
I always look for MathJax/latex support with at minimum a live preview pane (split view) and ideally WYSIWYG.

By this criterion, MarkText seems to be great. As others said Typora is similar but not OpenSource.

Nota is nice but has no side by side preview pane.

VSCode + markdown plug-in is good — not sure if it supports math. I also like the Marp plugin for making slides in markdown (it does have math)

Post reply on HN