Live data from Hacker News

Show HN: Caret – Better Markdown Editor for the Desktop

caret.io

11–20 of 59 posts

Re: Show HN: Caret – Better Markdown Editor for the Desktop

#11
Any Markdown editor worth its salt should have a permanent live preview without having to be pressing Contrl + P all the time.

The lack of good desktop Markdown editors used to haunt me, until I started building one my own and realized how poor the support for Markdown in C++ was.

Re: Show HN: Caret – Better Markdown Editor for the Desktop

#13
post #11

Any Markdown editor worth its salt should have a permanent live preview without having to be pressing Contrl + P all the time. The lack of good desktop Markdown editors used to haunt me, until I started building one my own and realized how poor the support for Markdown in C++ was.

> Any Markdown editor worth its salt should have a permanent live preview

Atom has this with the "Markdown Preview" that pops-up with SHIFT + CTRL + M. It does most of what I want today, but still feels lacking.

Re: Show HN: Caret – Better Markdown Editor for the Desktop

#16
The big thing I would like to see in Markdown editors like this is a pdf export. It'd be nice to be able to send a rendered markdown document to people without them needing to open a web browser to view it. There is a similar open source project here: https://github.com/dvcrn/markright

Re: Show HN: Caret – Better Markdown Editor for the Desktop

#19
post #16

The big thing I would like to see in Markdown editors like this is a pdf export. It'd be nice to be able to send a rendered markdown document to people without them needing to open a web browser to view it. There is a similar open source project here: https://github.com/dvcrn/markright

We are working on PDF export - it's possible that it will be a part of the 1.0.

Re: Show HN: Caret – Better Markdown Editor for the Desktop

#20
post #11

Any Markdown editor worth its salt should have a permanent live preview without having to be pressing Contrl + P all the time. The lack of good desktop Markdown editors used to haunt me, until I started building one my own and realized how poor the support for Markdown in C++ was.

> Any Markdown editor worth its salt should have a permanent live preview

Perhaps devd¹ with livereload is a good option here?

¹) http://corte.si/posts/devd/intro/

Post reply on HN