Go to file
Manuel Genovés 9bc8dcc19d Fix search not scrolling to ocurrences 2020-03-20 03:44:43 +01:00
.gitlab/issue_templates update issue templates 2020-03-17 21:35:57 +01:00
apostrophe Fix search not scrolling to ocurrences 2020-03-20 03:44:43 +01:00
build-aux Update all references of the app's name 2020-03-15 01:11:37 +01:00
data UI (mainly labels) fixes 2020-03-20 02:42:53 +01:00
help Update all references of the app's name 2020-03-15 01:11:37 +01:00
po update por 2020-03-20 02:51:54 +01:00
screenshots Update all references of the app's name 2020-03-15 01:11:37 +01:00
scripts Update all references of the app's name 2020-03-15 01:11:37 +01:00
tests Update all references of the app's name 2020-03-15 01:11:37 +01:00
.gitignore Update flatpak manifestos 2020-03-12 03:57:00 +01:00
AUTHORS Update AUTHORS 2020-03-20 02:45:55 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-07-18 20:57:45 +02:00
LICENSE Add missing licenses 2020-02-02 13:22:19 +01:00
PKGBUILD Update all references of the app's name 2020-03-15 01:11:37 +01:00
README.md Update all references of the app's name 2020-03-15 01:11:37 +01:00
apostrophe.in Update all references of the app's name 2020-03-15 01:11:37 +01:00
lipsum.md Update all references of the app's name 2020-03-15 01:11:37 +01:00
markdown_test.md initial commit sidebar 2014-07-06 22:35:24 +02:00
meson.build Update all references of the app's name 2020-03-15 01:11:37 +01:00
meson_options.txt Build system: init porting to meson 2019-07-01 12:43:26 +02:00
requirements.txt Remove non-Python requirements from requirements.txt 2019-05-04 16:34:12 +01:00

README.md

Please do not theme this app

Apostrophe

About

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

Install

You can get Apostrophe on Flathub! Get it now

Contributions and localization

If you want to help to localize the project, just join us at Poeditor Any help is appreciated!

Building from Git

$ git clone https://github.com/Apostrophe/apostrophe.git
$ cd apostrophe
$ meson builddir --prefix=/usr
# sudo ninja -C builddir install

To use apostrophe, 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)
  • Of course, gtk3 etc. needs to be installed as well since this is a gtk application
  • webkit2gtk is also needed for the preview panel
  • Please find these packages on your distribution: python3 python3-regex python3-setuptools python3-levenshtein python3-enchant python3-gi python3-cairo
  • Optional dependencies are texlive for the pdftex module.

Running it without installing it

You can run Apostrophe with ./apostrophe.in without installing it in the system, but you'll need to install and compile the schemas before:

# sudo cp data/de.wolfvollprecht.UberWriter.gschema.xml /usr/share/glib-2.0/schemas/de.wolfvollprecht.UberWriter.gschema.xml
# sudo glib-compile-schemas /usr/share/glib-2.0/schemas

Building a flatpak package

It's also possible to build, run and debug a flatpak package. You'll need flatpak-builder for this:

$ cd build-aux/flatpak
$ flatpak-builder --force-clean --install --user _build de.wolfvollprecht.UberWriter.json