{"id":29301446,"url":"https://github.com/devklick/noted-gtk","last_synced_at":"2026-06-19T08:32:08.547Z","repository":{"id":300578594,"uuid":"1003257915","full_name":"devklick/noted-gtk","owner":"devklick","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-10T20:34:14.000Z","size":478,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-10T22:15:46.355Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/devklick.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-16T21:48:35.000Z","updated_at":"2025-11-10T20:34:17.000Z","dependencies_parsed_at":"2025-10-27T12:11:05.136Z","dependency_job_id":"b512d8b9-7cf2-44f0-af42-8d69e1dc544d","html_url":"https://github.com/devklick/noted-gtk","commit_stats":null,"previous_names":["devklick/noted-gtk"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/devklick/noted-gtk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devklick%2Fnoted-gtk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devklick%2Fnoted-gtk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devklick%2Fnoted-gtk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devklick%2Fnoted-gtk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devklick","download_url":"https://codeload.github.com/devklick/noted-gtk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devklick%2Fnoted-gtk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34523982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-07-06T22:12:45.771Z","updated_at":"2026-06-19T08:32:08.542Z","avatar_url":"https://github.com/devklick.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    Noted\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    Basic notes application written in \u003ca href='https://gjs.guide/'\u003eGJS\u003c/a\u003e (GNOME JavaScript),\n    \u003cbr\u003e\n    utilizing a \u003ca href='https://www.gtk.org/'\u003eGtk\u003c/a\u003e user interface styled with \n    \u003ca href='https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1.3/index.html'\u003elibadwaita\u003c/a\u003e.\n\u003c/p\u003e\n\n\u003cp align='center'\u003e\n\u003cimg src='./doc/images/example-note-light.png'\u003e\n\u003cimg src='./doc/images/example-note-dark.png'\u003e\n\u003cimg src='./doc/images/example-note-custom-theme.png'\u003e\n\u003c/p\u003e\n\n## Features\n\n- Totally offline - notes only saved to local file system\n- Pre-defined note categories (Favourite, Locked, Hidden)\n- Toggle styles (bold, italic, underline, monospace, font size)\n- Style presets (Headers 1-4, normal)\n- Customizable keyboard shortcuts\n\n## Installation\n\nYou can download the flatpak file from the [latest release page](https://github.com/devklick/noted-gtk/releases/latest). \nTo install, first make sure you have the flatpak relevant runtime installed:\n```\nflatpak install --user flathub org.gnome.Platform//47\n```\nThen you can installed Noted via the flatpak file you downloaded:\n```\nflatpak install --user io.github.devklick.noted.flatpak\n```\n\n\u003e [!NOTE]  \n\u003e Gnome 47 is no longer supported, but there are issues rendering some icons\n\u003e on later versions of Gnome. Noted will stay on 47 until these issues are fixed.\n\n\u003e [!NOTE]  \n\u003e Noted will eventually be hosted on Flathub.\n\n## Keyboard Shortcuts\n\nThere are a lot of keyboard shortcuts for common actions, such as starting a new note, \nchanging text styles etc. You can view and edit these shortcuts in Preferences \u003e Key Bindings.\n\n## Issues and Workarounds\n\n### Open Notes Meta File\n\nThere's an option in the Burger Menu \u003e Open, called Notes Meta File, which opens \na JSON file that contains various metadata about each note in the Noted application. \nDepending on the apps available on your system, it may try to open the file in an \napplication that struggles to display the contents, or example, Firefox.\n\nOne way to get around this is to manually tell gio which application to use when opening \nfiles that use this mime type.\n\nList possible applications:\n```\ngio mime application/json\n```\nExample output:\n```\nRegistered applications:\n\torg.gnome.TextEditor.desktop\n\tfirefox_firefox.desktop\n\tlibreoffice-writer.desktop\nRecommended applications:\n\torg.gnome.TextEditor.desktop\n\tfirefox_firefox.desktop\n```\n\nSet the application you want to use for this mime type:\n```\ngio mime application/json org.gnome.TextEditor.desktop\n```\nThis means that the Notes Meta File will now be opened in the Gnome Text Editor.\n\n\u003e [!NOTE]  \n\u003e This change will affect all JSON files you try to open.\n\u003e \u003cbr/\u003eTo revert this change, run:\n\u003e ```\n\u003e gio mime --reset application/json\n\u003e ```\n\n### Open Notes Directory\n\nSimilar to the Notes Meta File, there's an option to open the Notes Directory, \nand it's possible that your system will try to open this in the wrong application. \n\nIf you want to change the application that opens, first list the possible apps:\n```\ngio mime inode/directory\n```\nExample output:\n```\nRegistered applications:\n\torg.gnome.Nautilus.desktop\n\torg.gnome.baobab.desktop\nRecommended applications:\n\torg.gnome.Nautilus.desktop\n\torg.gnome.baobab.desktop\n```\nSet the application you want to use for this mime type:\n```\ngio mime inode/directory org.gnome.Nautilus.desktop\n```\nThis means that the Notes Directory will now be opened in the Nautilus (Aka Files).\n\n\u003e [!NOTE]  \n\u003e This change will affect all Directory links you try to open.\n\u003e \u003cbr/\u003eTo revert this change, run:\n\u003e ```\n\u003e gio mime --reset inode/directory\n\u003e ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevklick%2Fnoted-gtk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevklick%2Fnoted-gtk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevklick%2Fnoted-gtk/lists"}