{"id":50730202,"url":"https://github.com/apple101012/easynotes","last_synced_at":"2026-06-10T08:01:28.535Z","repository":{"id":357720957,"uuid":"1238063175","full_name":"apple101012/easynotes","owner":"apple101012","description":"Antinote-style popup scratchpad and Antinote for Windows alternative","archived":false,"fork":false,"pushed_at":"2026-05-14T01:02:39.000Z","size":615,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-14T03:08:18.523Z","etag":null,"topics":["antinote","antinote-alternative","antinote-windows","notes","scratchpad","tauri","windows"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apple101012.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-13T19:23:27.000Z","updated_at":"2026-05-14T01:02:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/apple101012/easynotes","commit_stats":null,"previous_names":["apple101012/easynotes"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/apple101012/easynotes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple101012%2Feasynotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple101012%2Feasynotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple101012%2Feasynotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple101012%2Feasynotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apple101012","download_url":"https://codeload.github.com/apple101012/easynotes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple101012%2Feasynotes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34142643,"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-10T02:00:07.152Z","response_time":89,"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":["antinote","antinote-alternative","antinote-windows","notes","scratchpad","tauri","windows"],"created_at":"2026-06-10T08:01:20.413Z","updated_at":"2026-06-10T08:01:28.515Z","avatar_url":"https://github.com/apple101012.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyNotes\n\n**An Antinote-style scratchpad for Windows.**\n\nEasyNotes is a small Windows popup notepad for quick notes. It is built for people searching for an **Antinote for Windows alternative**: press a keybind, jot something down, switch between small notes, and hide it again.\n\nEasyNotes is an independent open-source project and is not affiliated with Antinote.\n\n## Features\n\n- Global show/hide hotkey, default `Alt+A`\n- System tray persistence with Show, Hide, and Quit\n- Always-on-top compact note window\n- Autosave while typing\n- Formatted checklist mode: type `/list` at the top of a note and press Enter\n- Visible purple `/list` command line that can be deleted to return to plain text\n- Stack-style note navigation\n- Empty notes are cleaned up when you move away from them\n- Configurable shortcuts for show/hide, previous note, and next note\n- Optional Mouse4/Mouse5 navigation for previous and next note\n- Header arrow buttons for switching notes\n- Original EasyNotes light and dark themes\n- Theme JSON import support\n\n## Default Shortcuts\n\n- Show/hide: `Alt+A`\n- Previous note: `Ctrl+Shift+ArrowLeft`\n- Next note: `Ctrl+Shift+ArrowRight`\n- Legacy previous note: `Ctrl+Shift+[`\n- Legacy next note: `Ctrl+Shift+]`\n- Mouse4/back: previous note\n- Mouse5/forward: next note\n- Checklist toggle: click the round check bubble or press `Ctrl+Enter`\n\nChecklist mode is controlled by the first line. If the top `/list` command is deleted or changed, EasyNotes keeps the item text and removes the checklist formatting.\n\nNote navigation shortcuts can distinguish side-specific modifiers such as `LeftCtrl`, `RightCtrl`, `LeftShift`, and `RightShift`. The global show/hide shortcut uses the operating system global hotkey API, so Control/Alt modifiers are treated generically there.\n\n## Windows Install\n\nUse the installer from `src-tauri/target/release/bundle/nsis/` after building:\n\n```powershell\nnpm install\nnpm run tauri build\n```\n\nThe Windows installer is generated as:\n\n```text\nsrc-tauri/target/release/bundle/nsis/EasyNotes_0.1.0_x64-setup.exe\n```\n\n## Development\n\nPrerequisites:\n\n- Rust\n- Node.js\n- Tauri v2 system dependencies\n\nCommands:\n\n```powershell\nnpm install\nnpm run tauri dev\nnpm run tauri build\n```\n\n## Notes\n\nEasyNotes includes original light and dark themes. It does not ship third-party copyrighted theme packs.\n\n## Tech Stack\n\n- Tauri 2\n- Rust\n- Vanilla HTML/CSS/JS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapple101012%2Feasynotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapple101012%2Feasynotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapple101012%2Feasynotes/lists"}