Go to file
Wolf Vollprecht 7307694602 added experimental features for table inline editing and also latex formula editing 2015-06-05 18:37:58 +02:00
.idea modified style handling for GTK 3.16 2015-05-19 22:32:55 +02:00
bin added executable file 2014-09-12 02:03:27 +02:00
data added experimental features for table inline editing and also latex formula editing 2015-06-05 18:37:58 +02:00
debian adjustment ubuntu" 2015-05-20 00:51:02 +02:00
help initial commit sidebar 2014-07-06 22:35:24 +02:00
po adjustment ubuntu" 2015-05-20 00:51:02 +02:00
tests initial commit sidebar 2014-07-06 22:35:24 +02:00
uberwriter added experimental features for table inline editing and also latex formula editing 2015-06-05 18:37:58 +02:00
uberwriter_lib added some of said experimental features 2014-10-02 19:04:22 +02:00
.gitignore added some of said experimental features 2014-10-02 19:04:22 +02:00
.quickly initial commit sidebar 2014-07-06 22:35:24 +02:00
AUTHORS initial commit sidebar 2014-07-06 22:35:24 +02:00
COPYING initial commit sidebar 2014-07-06 22:35:24 +02:00
Ideas.md added click support to autocorrections 2014-10-05 00:18:17 +02:00
README.md added requirements and some readme stuff 2015-05-19 22:19:16 +02:00
lipsum.md fixed a small bug where cursor iter is not transmitted to check_scroll 2014-10-05 09:51:10 +02:00
markdown_test.md initial commit sidebar 2014-07-06 22:35:24 +02:00
requirements.txt added requirements and some readme stuff 2015-05-19 22:19:16 +02:00
setup.py added click support to autocorrections 2014-10-05 00:18:17 +02:00
uberwriter.desktop.in working setup.py for the first time in .. years? 2014-09-12 01:59:05 +02:00

README.md

Uberwriter

Uberwriter is a GTK+ based distraction free Markdown editor, mainly developed by Wolf Vollprecht. It uses pandoc as backend for markdown parsing and offers a very clean and sleek user interface.

To use uberwriter, please make sure you have some dependencies installed:

  • Pandoc, the program used to convert Markdown to basically anything else (the package name should be pandoc in most distributions)
  • Use pip to install python dependencies: sudo pip3 install -r requirements
  • Of course, gtk3 etc. needs to be installed as well since this is a gtk application