Live data from Hacker News

Typora: A truly minimal markdown editor

typora.io

51–60 of 72 posts

Re: Typora: A truly minimal markdown editor

#53
post #49

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 https://ia.net/writer Typora was interesting but it was very buggy, and doesn't handle tags which are important for notes. My main criteria were an open file format, ideally editing plain text files on disk using Markdown as the formatting. This ruled out apps li…

What a very complete and interesting writeup, thank you for sharing.

I've also recently started using iA Writer, on Win 10 and Android. The program is solid to a fault and extremely well designed, with the flexibility of saving .md files that you can save and export everywhere. Highly recommended!

Re: Typora: A truly minimal markdown editor

#54
post #49

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 https://ia.net/writer Typora was interesting but it was very buggy, and doesn't handle tags which are important for notes. My main criteria were an open file format, ideally editing plain text files on disk using Markdown as the formatting. This ruled out apps li…

I have been using IA Writer too, but it doesn't support GitHub flavor markdown. So sometimes when I take content from IA Writer and paste it into GitHub (or even Discourse) the formatting and specifics are off or just not working without massaging things a bit.

For my every day writings and academic pursuits IA Writer does work really well.

Re: Typora: A truly minimal markdown editor

#56
post #49

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 https://ia.net/writer Typora was interesting but it was very buggy, and doesn't handle tags which are important for notes. My main criteria were an open file format, ideally editing plain text files on disk using Markdown as the formatting. This ruled out apps li…

You should check out org-mode in emacs. Fits your main criteria perfectly. :)

Re: Typora: A truly minimal markdown editor

#57

Is there any JavaScript-free WYSIWYG Markdown editor?

On Linux I found Ghostwriter¹. It's working really fine, I use it for all my personal writings. There is also a port² on Windows but it seems less reliable, I've seen it crash a few times, I still have to report it or try to fix it. ¹ https://wereturtle.github.io/ghostwriter/ ² https://github.com/michelolvera/vs-ghostwriter

Ghostwriter depend on QtWebKit/QtWebEngine, so is not JavaScript-free.

> HTML preview has been ported from QtWebKit to QtWebEngine (Chromium).

Re: Typora: A truly minimal markdown editor

#58

Is there any JavaScript-free WYSIWYG Markdown editor?

Maybe this: https://github.com/tcr/edit-text But yeah, most browser based WYSIWYG editors are JS based, since you need to manipulate the DOM. If you are not targeting the browser then you maybe find something here: https://philippegroarke.com/posts/2018/c++_ui_solutions/

> Maybe this: https://github.com/tcr/edit-text

Nope, this is not what I expected for:

> Both the server and client are written in Rust, and its frontend is cross-compiled WebAssembly and TypeScript.

Re: Typora: A truly minimal markdown editor

#59

Earlier quoted context omitted.

On Linux I found Ghostwriter¹. It's working really fine, I use it for all my personal writings. There is also a port² on Windows but it seems less reliable, I've seen it crash a few times, I still have to report it or try to fix it. ¹ https://wereturtle.github.io/ghostwriter/ ² https://github.com/michelolvera/vs-ghostwriter

Ghostwriter depend on QtWebKit/QtWebEngine, so is not JavaScript-free. > HTML preview has been ported from QtWebKit to QtWebEngine (Chromium).

Yeah the HTML preview is using QtWebEngine, but not the text editor part.

I suppose there is a way to deactivate Javascript execution in QtWebEngine but I don't know enough about it. But given that Markdown allows inline HTML and JavaScript, I don't see how you could have an accurate WYSIWYG representation if you don't have a Javascript engine available somewhere.

Re: Typora: A truly minimal markdown editor

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

Also, here it is a list with even more alternatives https://www.saashub.com/typora-alternatives

I also love the AlternativeTo as a resource for alternatives:

https://alternativeto.net/software/typora/

Post reply on HN