apostrophe
v2.6.3
About: Apostrophe is a minimalist text editor supporting Markdown (requires GTK+).
![]() ![]() |
Apostrophe is a GTK+ based distraction free Markdown editor, originally developed by Wolf Vollprecht and currently developed and maintained by Manuel Genovés. It uses pandoc as back-end for parsing Markdown and offers a very clean and sleek user interface.
Also several unofficial builds are available:
pkgs.apostrophe
sudo dnf install apostrophe
If you want to help translating the project, please join us at Damned Lies. Any help is appreciated!
GNOME Builder offers the easiest method to build Apostrophe. Just follow this guide and you'll be up and running in a minute.
To build Apostrophe from source you need to have the following dependencies installed:
meson ninja-build
pandoc
libgtk-3-dev libglib2.0-dev
libwebkit2gtk
gobject-introspection libgirepository1.0-dev gir1.2-gspell1 gettext
python3 python3-regex python3-setuptools python3-levenshtein python3-enchant python3-gi python3-cairo python3-pypandoc
appstream-util
texlive texlive-latex-extra
libjs-mathjax
Depending on your setup you may need to install these schemas before building:
$ sudo cp data/org.gnome.gitlab.somas.Apostrophe.gschema.xml /usr/share/glib-2.0/schemas/org.gnome.gitlab.somas.Apostrophe.gschema.xml
$ sudo glib-compile-schemas /usr/share/glib-2.0/schemas
Once all dependencies are installed you can build Apostrophe using the following commands:
$ git clone https://gitlab.gnome.org/World/apostrophe/
$ cd apostrophe
$ meson builddir --prefix=/usr -Dprofile=development
$ sudo ninja -C builddir install
Then you can run the installed package:
$ apostrophe
Or a local version which runs from the source tree
$ ./builddir/local-apostrophe
It's also possible to build, run and debug a flatpak package. All you need is to setup flatpak-builder and run the following commands:
$ cd build-aux/flatpak
$ flatpak-builder --force-clean --install --user _build org.gnome.gitlab.somas.Apostrophe.json