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

https://github.com/itszariep/sgnotes

Simple GTK Notes App, this repo Will be abandoned in favor of https://codeberg.org/ItsZariep/SGNotes
https://github.com/itszariep/sgnotes

gtk gtk3 gtksourceview notes

Last synced: 24 days ago
JSON representation

Simple GTK Notes App, this repo Will be abandoned in favor of https://codeberg.org/ItsZariep/SGNotes

Awesome Lists containing this project

README

        

# SGNotes

Simple GTK Notes App

[![Packaging status](https://repology.org/badge/vertical-allrepos/sgnotes.svg)](https://repology.org/project/sgnotes/versions)

## Features:

- [x] Create, remove and rename notes
- [x] Workspaces
- [x] Custom font
- [x] Side images
- [x] Autosave

Build Instructions

```bash
# Clone the repository
git clone https://codeberg.org/ItsZariep/SGNotes
```

- Build

```bash
make
```
### OR

- Build without SourceView 4 (disables markdown highlight and base SourceView features)

```bash
make WITHOUTSOURCEVIEW=1
```

## Manual
See [Online Manual](https://codeberg.org/ItsZariep/SGNotes/wiki/?action=_pages)