Prosit is a fullscreen, distraction-free text processor based on Graeme Gott's excellent FocusWriter (http://gottcode.org/focuswriter/). The difference between FocusWriter and Prosit is that Prosit offers options for semantic structure (headings, blockquotes, etc.), and removes purely display-related options such as indent-levels and alignment, in an attempt to mesh better with the idea of what-you-see-is-what-you-mean (WYSIWYM) rather than what-you-see-is-what-you-get (WYSIWYG) editing. As such, and to better separate content from presentation, Prosit abandons the RTF format, instead adopting a lightweight markup language called Proseup (http://code.google.com/p/proseup) as its main input/output format.
Prosit is based on Qt, and so runs on Linux, Windows, and OS X. Prosit's output format is the plaintext format Proseup, a lightweight and humane markup language perfectly readable in any text editor.
Marc Lajoie (manorapide@gmail.com)
You can download the current version (1.3.2.1) of this project in either zip or tar formats.
Or if you prefer to live dangerously, download the unstable source in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/quickhand/Prosit