• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H11-Apr-2020-42

data/H11-Apr-2020-1,3871,185

debian/H07-May-2022-473270

meson/H11-Apr-2020-1912

po/H11-Apr-2020-11,7759,089

src/H11-Apr-2020-4,9284,225

vapi/H11-Apr-2020-150103

.editorconfigH A D11-Apr-2020277 1614

.gitignoreH A D11-Apr-2020224 1111

.travis.ymlH A D11-Apr-2020251 2517

AUTHORSH A D11-Apr-202027 21

ISSUE_TEMPLATE.mdH A D11-Apr-2020367 118

LICENSEH A D11-Apr-202034.3 KiB675553

README.mdH A D11-Apr-20201.4 KiB5735

meson.buildH A D03-May-20222.6 KiB9683

README.md

1# ![icon](data/images/icon.png) Quilter
2
3## Focus on your writing
4
5[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.lainsce.quilter)
6
7[![Build Status](https://travis-ci.org/lainsce/quilter.svg?branch=master)](https://travis-ci.org/lainsce/quilter)
8[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
9
10![Screenshot](data/images/shot.png)
11
12## License
13
14Fonts under the `/data/font` directory are under [License: SIL OFL 1.1](http://scripts.sil.org/OFL), also copied there in full.
15
16## Donations
17
18Would you like to support the development of this app to new heights? Then:
19
20[Be my backer on Patreon](https://www.patreon.com/lainsce)
21
22## Dependencies
23
24Please make sure you have these dependencies first before building.
25
26```bash
27valac
28libgranite-dev
29gtk+-3.0
30gtksourceview-3.0-dev
31libwebkit2gtk-4.0-dev
32libmarkdown2-dev
33libgtkspell3-3-dev
34meson
35```
36
37## Building
38
39Simply clone this repo, then:
40
41```bash
42meson build --prefix=/usr && cd build
43sudo ninja install
44```
45
46## Arch Linux
47
48Arch Linux users can find Quilter under the name [quilter-git](https://aur.archlinux.org/packages/quilter-git/) in the **AUR**:
49
50`$ <aur_helper> -S quilter-git`
51
52## Fedora
53
54Fedora users can find Quilter under the name [quilter](https://src.fedoraproject.org/rpms/quilter) in official repository:
55
56`$ sudo dnf install quilter`
57