{"id":13929104,"url":"https://github.com/maoschanz/notes-extension-gnome","last_synced_at":"2025-10-29T13:41:24.792Z","repository":{"id":41836590,"uuid":"109619544","full_name":"maoschanz/notes-extension-gnome","owner":"maoschanz","description":"A GNOME Shell extension providing customizable sticky notes","archived":false,"fork":false,"pushed_at":"2024-03-08T00:53:41.000Z","size":3857,"stargazers_count":81,"open_issues_count":35,"forks_count":41,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T15:03:50.265Z","etag":null,"topics":["gnome","gnome-extension","gnome-shell","sticky-notes"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maoschanz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-11-05T21:50:55.000Z","updated_at":"2025-01-03T01:34:30.000Z","dependencies_parsed_at":"2024-01-14T18:09:14.056Z","dependency_job_id":null,"html_url":"https://github.com/maoschanz/notes-extension-gnome","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maoschanz%2Fnotes-extension-gnome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maoschanz%2Fnotes-extension-gnome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maoschanz%2Fnotes-extension-gnome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maoschanz%2Fnotes-extension-gnome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maoschanz","download_url":"https://codeload.github.com/maoschanz/notes-extension-gnome/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243832255,"owners_count":20355074,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gnome","gnome-extension","gnome-shell","sticky-notes"],"created_at":"2024-08-07T18:02:07.341Z","updated_at":"2025-10-29T13:41:24.706Z","avatar_url":"https://github.com/maoschanz.png","language":"JavaScript","funding_links":[],"categories":["others","JavaScript"],"sub_categories":[],"readme":"# Sticky notes extension\n\nA GNOME Shell extension providing customizable sticky notes.\n\n![](./notes@maestroschan.fr/screenshots/about_picture.png)\n\n### Compatible versions\n\nVersion 22 has been released the 20/11/2021\n\n| GNOME Shell version | Extension version 23 | 22  | 20  | 19  | 18  |\n|---------------------|----------------------|-----|-----|-----|-----|\n| **42**              | Yes                  | No  |     |     |     |\n| **41**              | Yes                  | No  |     |     |     |\n| **40**              | ??                   | No  |     |     |     |\n| **3.38**            |                      | Yes | Yes | Yes |     |\n| **3.36**            |                      | Yes | Yes | Yes | Yes |\n| **3.34**            |                      |     |     | ??  | Yes |\n| **3.32**            |                      |     |     | ??  | Yes |\n| **3.30**            |                      |     |     | ??  | Yes |\n\n### Available languages\n\n\n| code  | Language name |\n|-------|---------------|\n|       | English       |\n| es    | Castillan     |\n| fr    | French        |\n| hr    | Croatian      |\n| nl    | Dutch         |\n| pt_BR | Brazilian Portuguese |\n| tr    | Turkish       |\n| zh_TW | Chinese (traditional)\n\n----\n\n## Installation\n\n### Recommended\n\nIt's recommended to install the extension from\n[this website](https://extensions.gnome.org/extension/1357/notes/), or from\nthe _GNOME Software_ app if it still can.\n\n[\u003cimg alt=\"\" height=\"100\" src=\"https://raw.githubusercontent.com/andyholmes/gnome-shell-extensions-badge/master/get-it-on-ego.svg?sanitize=true\"\u003e](https://extensions.gnome.org/extension/1357/notes/)\n\n### Not recommended\n\n**Installing unstable code from github means you can have bugs, and you will not\nget updates for the extensions**\n\nTo install an unstable version, download the files, run `./install.sh`, restart\nthe session, and enable the extension.\n\n----\n\n## Storage\n\nData are stored on your disk: files are in `~/.local/share/notes@maestroschan.fr`\n\n\u003c!-- TODO\n\nsi pas de motion ni de release après 1000ms, bouger la note de force (et si\nbesoin relâcher le bouton) ⇒ attention justperfection2 m'a donné de quoi ne plus\nfaire de la merde en termes de move au moins. (j'y crois moyen mais heh)\nhttps://old.reddit.com/r/gnome/comments/h08ysq/sticky_notes_extension_now_compatible_with_gnome/fuzz33o/\nhttps://gitlab.gnome.org/justperfection.channel/gnome-shell-extension-samples/-/blob/master/samples/move-container@example.com/extension.js\nhttps://www.youtube.com/watch?v=2qVn6CjlDUQ\n\n(à revérifier) pas de raise correct quand on focus une note sans focus automatique\n\n\"éditer le titre\" dans le menu :\nle bouton de grab aurait le titre en label, et clic-droit enroulerait\n\n\n    --\u003e\n\n\u003c!-- useful commands to develop:\n\n```\ngjs /usr/share/gnome-shell/org.gnome.Shell.Extensions\ngnome-extensions prefs notes@maestroschan.fr\n```\n    --\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaoschanz%2Fnotes-extension-gnome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaoschanz%2Fnotes-extension-gnome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaoschanz%2Fnotes-extension-gnome/lists"}