Beautiful editor, one of my favorites, and surprisingly free and multi-platform: works in Mac OS, Windows and Linux.
Typora: A truly minimal markdown editor
51–60 of 72 posts
Re: Typora: A truly minimal markdown editor
#52Re: Typora: A truly minimal markdown editor
#53Due 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'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
#54Due 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…
For my every day writings and academic pursuits IA Writer does work really well.
Re: Typora: A truly minimal markdown editor
#55Using Notion.so on work.
Re: Typora: A truly minimal markdown editor
#56Due 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…
Re: Typora: A truly minimal markdown editor
#57Is 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
> HTML preview has been ported from QtWebKit to QtWebEngine (Chromium).
Re: Typora: A truly minimal markdown editor
#58Is 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/
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
#59Earlier 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).
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
#60Also 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