An open API service indexing awesome lists of open source software.

https://github.com/wpkelso/slate

The text editor that's dumb as rocks
https://github.com/wpkelso/slate

elementary-apps elementary-os text-editor vala-applications

Last synced: 5 months ago
JSON representation

The text editor that's dumb as rocks

Awesome Lists containing this project

README

          


An icon consisting of a black square with a thick brown border and a white grid

Slate


The text editor that's dumb as rocks

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
[![CI](https://github.com/wpkelso/slate/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/wpkelso/slate/actions/workflows/ci.yml)


Made for elementary OS


Get it on AppCenter

## Building

Make sure you have the following dependencies:

```bash
libgranite-7-dev
gtk-4.0
libgio-2.0
meson
valac
```

Clone the repository and run:

```bash
meson setup build --prefix=/usr
cd build
ninja
```

Then to install run:

```bash
sudo ninja install
```

To build flatpak:
```bash
flatpak-builder build io.github.wpkelso.slate.yaml --user --install --force-clean --install-deps-from=appcenter
```