Live data from Hacker News

Typora: A truly minimal markdown editor

typora.io

11–20 of 72 posts

Re: Typora: A truly minimal markdown editor

#11
post #7

Hard to say that it is "truly minimal" when it uses Electron. There was a time when 75MB of memory usage would have been considered absolutely massive for an application with similar functionality. Nice UI though.

I agree, but I feel it's justified using Electron in this case, because Markdown can be combined with any HTML. So when you need a rendering engine, you might as well use Chromium's from Electron.

Re: Typora: A truly minimal markdown editor

#13
post #7

Hard to say that it is "truly minimal" when it uses Electron. There was a time when 75MB of memory usage would have been considered absolutely massive for an application with similar functionality. Nice UI though.

Typora is probably the best Electron app I've ever seen, but I ultimately switched to the MarkdownLivePreview package for Sublime Text. I definitely prefer having a more native app over Electron.

[1] https://packagecontrol.io/packages/MarkdownLivePreview

Re: Typora: A truly minimal markdown editor

#15
post #12

Also check out the near-identical open source clone, marktext. Typora will no longer be free once out of beta. https://github.com/marktext/marktext

this is really good to know. I've been using Typora for the past year and, at this point, I can't live without it for making md files before committing. Thanks!

Re: Typora: A truly minimal markdown editor

#16
post #12

Also check out the near-identical open source clone, marktext. Typora will no longer be free once out of beta. https://github.com/marktext/marktext

Thanks for sharing, this editor has quite a few nice features! Using @ for quickly inserting different markdown formattings is a nice touch compared to having to remember them.

Re: Typora: A truly minimal markdown editor

#17
After trying nearly every markdown editor out there (Mou, Byword, Macdown, iA Writer, and Caret, to name a few), I found Typora. I've been using it for the past year and find it delightful - it does everything that I want a markdown editor to do, in an elegant and intuitive way. I'm not tied to the company in any way, just really love the software (and hope it succeeds). I'll happily pay to support it when it comes out of beta.

Re: Typora: A truly minimal markdown editor

#18
Most features can be covered by a few VSCode extensions like these:

https://marketplace.visualstudio.com/items?itemName=yzhang.m...

https://marketplace.visualstudio.com/items?itemName=mushan.v...

Other code editors probably have similar extensions and syncing the notes could be done with Dropbox/git/whatever...

I am also surprised how well https://tabnine.com/ works with auto-completion for arbitrary notes.

Post reply on HN