Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lainsce/quilter
[DEPRECATED] Focus on your writing.
https://github.com/lainsce/quilter
focus linux markdown-editor minimalistic nanowrimo writing-application
Last synced: 5 days ago
JSON representation
[DEPRECATED] Focus on your writing.
- Host: GitHub
- URL: https://github.com/lainsce/quilter
- Owner: lainsce
- License: gpl-3.0
- Created: 2017-06-03T05:47:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T23:02:30.000Z (12 months ago)
- Last Synced: 2024-12-07T15:35:56.333Z (15 days ago)
- Topics: focus, linux, markdown-editor, minimalistic, nanowrimo, writing-application
- Language: Vala
- Homepage:
- Size: 23.8 MB
- Stars: 291
- Watchers: 12
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ![icon](data/images/icon.png) Quilter
## Focus on your writing
[![Please do not theme this app](https://stopthemingmy.app/badge.svg)](https://stopthemingmy.app)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)![Screenshot](data/images/shot.png)
## License
Fonts under the `/data/font` directory are under [License: SIL OFL 1.1](http://scripts.sil.org/OFL), also copied there in full.
## Donations
Would you like to support the development of this app to new heights? Then:
[Be my backer on Patreon](https://www.patreon.com/lainsce)
## Dependencies
Please make sure you have these dependencies first before building.
```bash
valac
gtk+-3.0
gtksourceview-4-dev
libwebkit2gtk-4.0-dev
libmarkdown2-dev
libgtkspell3-3-dev
libadwaita-1-dev >= 0.80.0
meson
```## Building
Simply clone this repo, then:
```bash
meson build --prefix=/usr && cd build
sudo ninja install
```## Arch Linux
Arch Linux users can find Quilter under the name [quilter-git](https://aur.archlinux.org/packages/quilter-git/) in the **AUR**:
`$ -S quilter-git`
## Fedora
Fedora users can find Quilter under the name [quilter](https://src.fedoraproject.org/rpms/quilter) in official repository:
`$ sudo dnf install quilter`