Typora Markdown Editor for Linux Ubuntu. Here’s how to install Typora Markdown Editor on Ubuntu 16.04 LTS. Typora will give you a seamless experience as both a reader and a writer. It removes the preview window, mode switcher, syntax symbols of markdown source code, and all other unnecessary distractions. Replace them with a real live preview feature to help you concentrate the content itself.
Useful features:
- Typora use the feature: Live Preview, meaning that you could see these inline styles after you finish typing, and see block styles when you type or after you press Enter key or focus to another paragraph.
- Typora support auto save feature, user could enable it from preference panel.
- Typora support export to PDF or HTML. More data format support as import/export will be integrated in future.
- Typora is using GitHub Flavored Markdown. To see full markdown Syntax references and extra usage, please check Help->Markdown Reference in menu bar or About panel.
- Typora is simple, yet powerful. It can work easily on images, lists, tables, code fences, math blocks, toc, etc.
Install Typora Markdown Editor on Ubuntu 16.04
Run the following commands in Terminal to install Typora Markdown Editor on Ubuntu 16.04, Ubuntu 15.04, Ubuntu 14.04 and other Ubuntu Derivatives:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE
sudo add-apt-repository 'deb https://typora.io linux/'
sudo apt update
sudo apt install typora
Once installed, open Typora from Ubuntu Dash.