A open-source tool for writers www.theologeek.ch/manuskript
Go to file
2017-06-20 23:43:45 +02:00
bin Adding a bin file 2016-02-06 09:03:12 +01:00
i18n Adding german translation 2017-05-31 11:32:38 +02:00
icons Merge branch 'feature/Exporter' into develop 2016-04-15 14:27:44 +02:00
libs Adds missing files to pdf.js 2017-06-20 23:43:45 +02:00
manuskript Conditional import of QtWebEngine or QtWebKit 2017-06-20 15:24:15 +02:00
resources Theme, preview, and eternal logos 2015-06-18 21:41:56 +02:00
sample-projects Update settings to last version for sample project 2016-03-31 11:08:44 +02:00
.codeclimate.yml Updates codeclimate config file 2016-03-10 16:36:28 +01:00
.gitignore Updates .gitignore 2016-03-05 00:34:50 +01:00
CHANGELOG.md Updates changelog 2016-02-29 00:07:51 +01:00
COPYING Adds license and credits 2015-06-18 11:39:45 +02:00
CREDITS Adds license and credits 2015-06-18 11:39:45 +02:00
makefile Basic plainText exporter working (preview only) 2016-04-07 12:18:20 +02:00
manuskript.spec Fixes spec file to include translation in releases 2016-04-01 11:53:17 +02:00
README.md Adds: pyqt5-dev-tools 2017-03-24 12:05:43 +01:00
TODO.t2t Updated todo 2015-07-09 16:22:26 +02:00

Manuskript

Manuskript is an open-source tool for writers.

Main view

Download

Running from sources

To run the application without installing just:

Be sure to have all dependencies installed!

Dependencies

  • Python 3
  • PyQt5
  • Qt SVG (libqt5svg5 on Ubuntu)
  • Qt Webkit (python3-pyqt5.qtwebkit on Ubuntu)
  • lxml (python3-lxml on Ubuntu)

Optional:

  • pyenchant
  • zlib

To install dependencies on Linux:

  • Arch Linux: sudo pacman -S --needed python python-pyqt5 qt5-svg python-lxml python-pyenchant zlib

  • Debian based (Ubuntu, Linux Mint, etc.): sudo apt-get install python3-pyqt5 libqt5svg5 python3-lxml python3-enchant zlib1g
    Additional packages that might be needed: python3-pyqt5.qtwebkit pyqt5-dev-tools