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