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
- Host: GitHub
- URL: https://github.com/itszariep/sgnotes
- Owner: ItsZariep
- License: gpl-3.0
- Created: 2023-10-08T00:50:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T18:45:03.000Z (about 1 month ago)
- Last Synced: 2025-05-08T22:14:48.452Z (28 days ago)
- Topics: gtk, gtk3, gtksourceview, notes
- Language: C
- Homepage: https://codeberg.org/ItsZariep/SGNotes
- Size: 177 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SGNotes
Simple GTK Notes App
[](https://repology.org/project/sgnotes/versions)
## Features:
- [x] Create, remove and rename notes
- [x] Workspaces
- [x] Custom font
- [x] Side images
- [x] AutosaveBuild 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)