Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vixalien/sticky
A simple sticky notes app for GNOME
https://github.com/vixalien/sticky
gjs gnome gtk gtk4 linux notes sticky
Last synced: 13 days ago
JSON representation
A simple sticky notes app for GNOME
- Host: GitHub
- URL: https://github.com/vixalien/sticky
- Owner: vixalien
- License: mit
- Created: 2023-02-27T13:18:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T10:47:50.000Z (22 days ago)
- Last Synced: 2024-10-25T09:13:20.783Z (20 days ago)
- Topics: gjs, gnome, gtk, gtk4, linux, notes, sticky
- Language: TypeScript
- Homepage: https://flathub.org/apps/details/com.vixalien.sticky
- Size: 771 KB
- Stars: 196
- Watchers: 7
- Forks: 31
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Sticky Notes
[![Please do not theme this app](https://stopthemingmy.app/badge.svg)](https://stopthemingmy.app)
Sticky Notes is a simple note taking application for the GNOME desktop. It is
written in GJS and uses GTK4.![All notes](data/resources/screenshots/notes.png)
![Note](data/resources/screenshots/note.png)## Installation
### From Flathub
Sticky Notes is available to download on
[Flathub](https://flathub.org/apps/details/com.vixalien.sticky).### From source
To install from source, you need `nodejs` and `yarn` installed. Then, you need
to clone the repository by being careful to also pull in the submodules:```sh
git clone https://github.com/vixalien/sticky.git --recurse-submodules
```Open the project in GNOME Builder and click "Run Project".
> Note: Other non-Flatpak environments are no longer supported. This is because
Sticky Notes uses an upcoming version of libadwaita.