Too bad it is not based on CommonMark. They made a great effort to make a standard.
Show HN: Caret – Better Markdown Editor for the Desktop
41–50 of 59 posts
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#42The 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
I'm used to thinking about markdown as just a tool for lazy people (like me) to get basic HTML formatting. Particularly for Github READMEs, and the like. LaTeX is the document preparation system that I really use (largely because of publication expectations, but I'm also pretty comfy with it at this point). The learning curve is steep.
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#43Any 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.
What makes markdown annoying for me are the different flavours of markdown. Github is different from Mediawiki is different from... and so on. I find myself constantly looking up syntax just to be sure I wrote it correctly..
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#44Re: Show HN: Caret – Better Markdown Editor for the Desktop
#45Guess we can't keep waiting for the vaporware that is Mou 1.0.
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#46Well done, looking forward to 2.0!
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#47I just want to say great job with this. Really really enjoying using it so far today. More than happy to preorder. Well done, looking forward to 2.0!
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#48Earlier quoted context omitted.
It'd be nice to have it be part of the editor, but `pandoc document.md -o document.pdf` does the trick. http://pandoc.org/getting-started.html
That's fine for a single document, but definitely doesn't work for an entire directory structure worth of Markdown files
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#49The 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
Interesting - is the idea behind free markdown desktop editing with PDF export to basically replace traditional document editors like Word or Open/Libre Office? I'm used to thinking about markdown as just a tool for lazy people (like me) to get basic HTML formatting. Particularly for Github READMEs, and the like. LaTeX is the document preparation system that I really use (largely because of publication expectations,…
Re: Show HN: Caret – Better Markdown Editor for the Desktop
#50RAM may be at a surplus now, but in my mind there’s no reason for such a light task to be that resource intensive. What’d I’d really like to see is a sort of “sublime” approach to markdown editing — a cross-platform, ultra-light, lean and mean editor written in C++. If all of the functionality Sublime Text encompasses only requires ~30MB of memory, something as specialized as a Markdown editor ought to be able to be chopped down to two-thirds or even half of that.