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.
Show HN: Caret – Better Markdown Editor for the Desktop
11–20 of 59 posts
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#12Re: Show HN: Caret – Better Markdown Editor for the Desktop
#13Any 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.
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
#14https://github.com/mahonnaise/vs-code-markdown-theme
The automatic table formatting was pretty cool though (even if it's purely cosmetic).
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#15Re: Show HN: Caret – Better Markdown Editor for the Desktop
#16Re: Show HN: Caret – Better Markdown Editor for the Desktop
#17Re: Show HN: Caret – Better Markdown Editor for the Desktop
#18Too bad it is not based on CommonMark. They made a great effort to make a standard.
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#19The 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
#20Any 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.
Perhaps devd¹ with livereload is a good option here?