Also check out the near-identical open source clone, marktext. Typora will no longer be free once out of beta.<p><a href="https://github.com/marktext/marktext" rel="nofollow">https://github.com/marktext/marktext</a>
Due to the bugs in Apple Notes on macOS 10.15 and iOS 13, I just spent some time evaluating as many note taking apps for Mac as possible. I ended up picking <a href="https://ia.net/writer" rel="nofollow">https://ia.net/writer</a><p>Typora was interesting but it was very buggy, and doesn't handle tags which are important for notes.<p>My main criteria were an open file format, ideally editing plain text files on disk using Markdown as the formatting. This ruled out apps like OneNote, InkDrop, Standard Notes and others.<p>If you don't mind about having a proprietary database so long as the data can be exported to Markdown, <a href="https://bear.app" rel="nofollow">https://bear.app</a> is my favourite so long as you're on an Apple device.<p>I will also be interested in <a href="https://nvultra.com/" rel="nofollow">https://nvultra.com/</a> once it comes out of private beta.<p>I published my full writeup today at <a href="https://davidmytton.blog/the-best-note-taking-apps-for-mac-markdown-open-format-cross-platform/" rel="nofollow">https://davidmytton.blog/the-best-note-taking-apps-for-mac-m...</a>
Most features can be covered by a few VSCode extensions like these:<p><a href="https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one" rel="nofollow">https://marketplace.visualstudio.com/items?itemName=yzhang.m...</a><p><a href="https://marketplace.visualstudio.com/items?itemName=mushan.vscode-paste-image" rel="nofollow">https://marketplace.visualstudio.com/items?itemName=mushan.v...</a><p>Other code editors probably have similar extensions and syncing the notes could be done with Dropbox/git/whatever...<p>I am also surprised how well <a href="https://tabnine.com/" rel="nofollow">https://tabnine.com/</a> works with auto-completion for arbitrary notes.
Are most of you using dedicated markdown editors?<p>What about using your code editor's markdown plugin and real time preview in a browser?<p>For example with Vim, one of the plugins launches a browser and then you get a real time preview while you type in Vim. The nice thing is you can tell it to use a specific CSS file so you can get a 100% copy of GitHub's README styles. It even syncs your cursor if you want that behavior.<p>I demo'd the above set up here: <a href="https://nickjanetakis.com/blog/writing-and-previewing-markdown-in-real-time-with-vim-8" rel="nofollow">https://nickjanetakis.com/blog/writing-and-previewing-markdo...</a>
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.
I tried about every noteworthy Markdown editor in recent years. Typora is the one I am still using. Great work. I hope they don’t ask for a subscription fee, but one time payment, once out of beta.
Using this since at least two years and it constantly got better and expanded. The one thing that I still love this for is that it starts quick and it is a incredible way to explain markdown to beginners.<p>One thing that could improve is the update mechanism which sometimes distrafts you from writing at startup, but that is really a tiny nitpick.
I have used Boostnote and Remarkable, on Ubuntu. After using Boostnote for a while, it started to bug me because it's slow load time (it's an Electron app), so I searched for something native and found Remarkable, which is simple and really fast. It just lacks some of the organization features that Boostnote offers.
I'm happier with retext (<a href="https://github.com/retext-project/retext" rel="nofollow">https://github.com/retext-project/retext</a>). Fully open-sourced, live preview, and taking ~50% less resources than Typora to deliver the same features. If I'm not using vim, I'm in live preview mode in retext.
Has anyone found a decent solution to real time rendering of ReStructruedText (<a href="https://en.wikipedia.org/wiki/ReStructuredText" rel="nofollow">https://en.wikipedia.org/wiki/ReStructuredText</a>)?
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.<p>Nice UI though.
I keep coming back to simplenote (<a href="https://app.simplenote.com/" rel="nofollow">https://app.simplenote.com/</a>) each time I try one of these "minimal markdown editors". Works on every platform I've tried, open source, and maintained. I enjoy seeing folks making improvements to the minimal model, but I personally haven't found any life-changing enough to switch. Keep recommending options, though, I'm looking forward to seeing what folks create!