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
Both of these like promising applications, but I've just been using the Atom IDE ( https://atom.io/ ) with the "Markdown Preview" and "Markdown to PDF" packages.
Show HN: Caret – Better Markdown Editor for the Desktop
51–59 of 59 posts
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#52Really bizarre.
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#53I tried the application, and it looks great! One thing Caret gets right that other Markdown editors (Macdown is what I currently use) don't is wordcount. In Caret, the document wordcount is always visible in the upper right corner, and if I select some text, the wordcount for the selection is displayed again. Others have mentioned the lack of live-preview as a deal-breaker, but I'm ok with this because of the easy, o…
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#54Any 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.
try http://typora.io ?
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#55I tried the application, and it looks great! One thing Caret gets right that other Markdown editors (Macdown is what I currently use) don't is wordcount. In Caret, the document wordcount is always visible in the upper right corner, and if I select some text, the wordcount for the selection is displayed again. Others have mentioned the lack of live-preview as a deal-breaker, but I'm ok with this because of the easy, o…
Why is so important for you the wordcount feature? I don't get it.
Also, if you're serious about word count and other metadata about your document then you should look into Marked 2. It's got that and much more.
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#56Any 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
#57* Live preview
* Saves content in LocalStorage so it can persist closing the browser
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#58Any 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.
For me, the point of Markdown (and LaTeX for that matter) is that I can focus on just the writing, not what my document will look like.
Of course the document looks clean as it should and stands out from the rest, but still, I wasn't able to focus on writing, I had to always double-check for errors. VIM plugin for latex helped a great deal.
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#59Earlier quoted context omitted.
> 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.
I've also been using Mou for a good while that gives you a live preview as you edit: http://25.io/mou/