Simple GTK Notes App
- Create, remove and rename notes
- Workspaces
- Custom font
- Side images
- Autosave
Build Instructions
# Clone the repository
git clone https://codeberg.org/ItsZariep/SGNotes
- Build
make
- Build without SourceView 4 (disables markdown highlight and base SourceView features)
make WITHOUTSOURCEVIEW=1
See Online Manual