When comparing typora vs Yi, the Slant community recommends typora for most people. In the question“What are the best programming text editors?” typora is ranked 40th while Yi is ranked 46th. The most important reason people chose typora is:
Typora immediately renders what's typed on the screen in Markdown format. This helps users to have a better understanding of how their document is being formatted.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Live preview
Typora immediately renders what's typed on the screen in Markdown format. This helps users to have a better understanding of how their document is being formatted.
Pro Hybrid interface
The editor and preview dual-pane setup typical of desktop Markdown editors are gone; instead, a singular interface makes for a WYSIWYG experience. This streamlines the workflow and encourages direct manipulation.
Pro Support for LaTeX expressions
It supports LaTeX expressions, with an easy-to-use MaxJax panel.
Pro Syntax highlight for fenced codes
It supports GFM's code fences, with syntax highlight support for C/C++, java, etc.
Pro Custom theme support
Typora has clean yet beautiful built-in themes and allows for users to create new themes using CSS.
Pro Support for tables
It supports tables for Markdown Extra. And also provides a GUI to make it easy to insert and edit them.
Pro Inline images
It won't display image like ![alt](http://image-url)
, But shows the image content inside the editor.
Pro Free during beta
Pro Shows table of contents for the document
It supports an outline for the document, by showing a table of contents on the left side of the screen.
Pro Cross-platform
Currently works on Windows, Mac and Linux.
Pro Natural typing experience
Editing in Markdown, either in WYSIWYG mode or in markdown code mode, feels natural. It never gets in the way.
Pro Make charts and diagrams with Mermaid, FlowChart and Sequence
Use fenced code-blocks to render diagrams using syntax from Mermaid and FlowChart.js.
Pro Sidebar with a list of files
You can open any folder in sidebar and see a list of other markdown files.
Pro Syncs with iCloud
Pro Combines and improves upon the best text-editing features from your favorite editors
Yi has default configurations for Vim, Emacs, as well as CUA. It also makes several improvements that includes Sublime-like (multiple) cursors.
Pro More performant than Vim
Vim can be rather slow due the age of its code base. In particular, running large macros in Vim can be rather painful. Since Yi is being built from scratch it has been engineered for performance and with the benefit of hindsight.
Pro Extensible and modular editing features
As far as extensibility goes, Yi easily outstrips any other open-source text editor. Motions can be built from parser combinators, making them simultaneously flexible and modular - an open source hacker's dream.
Pro Plugins work together
Packages work together because they compile together.
Cons
Con No mobile (Android/iOS) apps
Con In beta
Typora is still in beta and may be prone to changes or bugs.
Con Unusable image management
Con The immediate rendering of Markdown is hard on the eyes
Having Markdown immediately render causes text to jump into formatted text, which is distracting and hard on the eyes.
Con No portable version (Windows)
You need admin rights on a managed Windows computer to install it. There currently is no portable version available.
Con Very few plugins available
Even though Yi is a general purpose text editor similar to Vim and Emacs, almost all of the plugins that have been written for Yi so far focus on supporting Haskell as a programming environment.
Con No way to reuse your existing customizations and keybindings
If you have spent years crafting your .vimrc
or .emacs
, there's no way to reuse it in Yi. You have to start from scratch.
Con Requires Haskell to compile and configure
GHC + Haskell packages makes for a rather large installation, which is a big ask for a relatively obscure terminal editor.