Is there any text editor with support for Markdown (formatting syntax used by Ask Ubuntu) which can be used to write questions or answers while you are offline?
Asked
Active
Viewed 4,363 times
4 Answers
16
Try Retext which supports markdown. Retext has been in Ubuntu since 12.04 precise. For earlier Ubuntu releases, or if you want a more recent version of Retext, get it from the project home page or from a PPA.
sudo add-apt-repository ppa:mitya57/ppa
sudo apt-get update
sudo apt-get install retext
This will install Retext.
If you want a gedit plugin with markdown support:
Download this and extract the file in
~/Downloaddirectory.Open a terminal,
cdto the~/Downloads/gedit-markdown-masterdirectory and run./gedit-markdown.sh install.Restart Gedit and you have a markdown plugin, enable it and enjoy ! .
Note: You can anytime preview markdown by entering Ctrl+Alt+M.
6
Remarkable

Remarkable is a fully featured markdown editor with the following features:
- Live Preview
- Syntax Highlighting
- Support for GitHub flavored Markdown
- Editor specialized exclusively for Markdown
- Custom CSS
- Export to HTML & PDF
- And More...

Homepage: Remarkable App
Source Repo: Remarkable on GitHub
License: Open Source under MIT License
Download: Remarkable's Download page provides deb package for Ubuntu
Rohan 'HEXcube' Villoth
- 3,366


