Live data from Hacker News

Show HN: Caret – Better Markdown Editor for the Desktop

caret.io

31–40 of 59 posts

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

#31
post #9
post #3

Serious question: why is this not implemented a Vim/Sublime/Atom/Emacs plugin?

People writing in markdown aren't necessarily developers that want all the extra baggage. Atom already ships with a markdown preview pane as well.

With the exception of Atom, aren't those all just text editors when not extended? (Another serious question; I don't know for sure.) If so, what would be the extra baggage beyond a markdown only editor?

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

#33
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

GitHub Flavored Markdown editor with PDF export: https://github.com/srpeck/markdowned

The editor happens to fit in an HTML file <9k (excluding the behemoth browser...:).

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

#34
post #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.

Any plans for front matter support?

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

#36
post #32

What Markdown is lacking, in my opinion, is a standard that was curated by the community.

What about http://commonmark.org ?

I like the spirit of that effort, but it has a checkered history; it was born out of input from a private working group without input from the community [1]. I'm fundamentally against this philosophy as an open source advocate.

[1] http://blog.codinghorror.com/standard-flavored-markdown/

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

#37
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

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

#38
post #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.

I've also been using Mou for a good while that gives you a live preview as you edit: http://25.io/mou/

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

#39
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

I use Ulysses (http://www.ulyssesapp.com/) but then again, it's mostly for straight up text writing. As far as I know, it doesn't support code highlighting.

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

#40
I 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, obvious shortcut. My main purpose with Markdown editors is writing READMEs and blog posts, and I usually don't keep live-preview open as I'm writing.

The one missing feature to keep me from pre-ordering is detection of jekyll YAML headers.

Post reply on HN