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?
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?
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.
This will install Retext.
If you want a gedit plugin with markdown support:
Download this and extract the file in
~/Download
directory.Open a terminal,
cd
to the~/Downloads/gedit-markdown-master
directory 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.
You can try Retext or Haroopad (both let you edit your markdown code and preview it)
Retext
Image source
Haroopad
Image Source - Haroopad
Remarkable
Remarkable is a fully featured markdown editor with the following features:
Homepage: Remarkable App
Source Repo: Remarkable on GitHub
License: Open Source under MIT License
Download: Remarkable's Download page provides deb package for Ubuntu
Atom has built-in support for Markdown editing;
You can hit SHIFT+CTRL+M at any time to toggle the Markdown preview window: