{"id":25216636,"url":"https://github.com/jun-murakami/monaco-notepad","last_synced_at":"2026-04-04T07:04:31.520Z","repository":{"id":275601647,"uuid":"926593516","full_name":"Jun-Murakami/monaco-notepad","owner":"Jun-Murakami","description":"A cloud-synchronized notepad application built for programmers","archived":false,"fork":false,"pushed_at":"2026-03-22T09:27:37.000Z","size":7291,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-23T00:34:25.613Z","etag":null,"topics":["go","golang","mui","mui-material","react","reactjs","typescript","wails","wails-app","wails2"],"latest_commit_sha":null,"homepage":"https://jun-murakami.web.app/#monacoNotepad","language":"Go","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/Jun-Murakami.png","metadata":{"files":{"readme":"README.en.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-02-03T14:33:20.000Z","updated_at":"2026-03-22T09:17:03.000Z","dependencies_parsed_at":"2026-02-12T17:00:56.733Z","dependency_job_id":null,"html_url":"https://github.com/Jun-Murakami/monaco-notepad","commit_stats":null,"previous_names":["jun-murakami/monaco-notepad"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/Jun-Murakami/monaco-notepad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jun-Murakami%2Fmonaco-notepad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jun-Murakami%2Fmonaco-notepad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jun-Murakami%2Fmonaco-notepad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jun-Murakami%2Fmonaco-notepad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jun-Murakami","download_url":"https://codeload.github.com/Jun-Murakami/monaco-notepad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jun-Murakami%2Fmonaco-notepad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["go","golang","mui","mui-material","react","reactjs","typescript","wails","wails-app","wails2"],"created_at":"2025-02-10T19:31:02.962Z","updated_at":"2026-04-01T23:14:04.144Z","avatar_url":"https://github.com/Jun-Murakami.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monaco Notepad\n\n**English** | [日本語](README.ja.md)\n\n**Like OS Notepad × VS Code × Evernote divided by 10**\n\nA programmer's notepad powered by Monaco Editor (the same engine as VS Code). Edit files directly or convert them to cloud notes and sync across devices.\n\n\u003cimg width=\"2700\" height=\"1684\" alt=\"Monaco Notepad Screenshot\" src=\"https://github.com/user-attachments/assets/7609b7c5-2037-4801-bf5d-c70cb2d61e79\" /\u003e\n\n[Download](https://github.com/jun-murakami/monaco-notepad/releases/latest)\n\n## Features\n\n### 💡 Hybrid Approach\n\n- **Direct file editing** — Open and edit local files directly\n- **Convert to cloud notes** — Transform local files into cloud notes, syncing across devices like Evernote\n- **Private storage** — Cloud notes use your Google Drive (app only accesses its dedicated folder)\n- **Offline ready** — Works completely without network\n\n### 📝 Editor\n\n- **Monaco Editor** with syntax highlighting for 50+ languages\n- **Auto-save** with 3-second debounce\n- **Customizable** font family, font size, and editor themes\n- **Convenient features** — Word wrap and minimap toggles\n- **Dark / Light mode** with smooth theme switching\n- **Side-by-side view** for editing two notes simultaneously\n- **Markdown preview** with GitHub Flavored Markdown (GFM) support\n\n### 📁 Note Management\n\n- **Basic operations** — Create, edit, archive, and delete notes\n- **Folder organization** with drag-and-drop reordering\n- **Full-text search** across all notes and file contents with match navigation\n\n### 💾 Local File Editing\n\n- **Open and edit** local files directly\n- **Save / Save As** functionality\n- **Unsaved changes indicator**\n- **Convert to cloud notes** — Transform local files into cloud notes\n- **Drag \u0026 drop** to open files\n\n## Keyboard Shortcuts\n\n| Shortcut                 | Action                    |\n| ------------------------ | ------------------------- |\n| `Ctrl/Cmd + N`           | New note                  |\n| `Ctrl/Cmd + O`           | Open file                 |\n| `Ctrl/Cmd + S`           | Save file                 |\n| `Ctrl/Cmd + Alt + S`     | Save As                   |\n| `Ctrl/Cmd + W`           | Close file / Archive note |\n| `Ctrl/Cmd + Tab`         | Next note                 |\n| `Ctrl/Cmd + Shift + Tab` | Previous note             |\n\n## Tech Stack\n\n| Layer    | Technology                                                  |\n| -------- | ----------------------------------------------------------- |\n| Backend  | Go + [Wails v2](https://wails.io/)                          |\n| Frontend | React 19 + TypeScript + Vite                                |\n| Editor   | [Monaco Editor](https://microsoft.github.io/monaco-editor/) |\n| UI       | Material UI (MUI) v7                                        |\n| Sync     | Google Drive API v3                                         |\n\n## Building from Source\n\n### Prerequisites (Google Drive Credentials)\n\nTo use Google Drive sync, create `backend/credentials.json`.\nCreate an OAuth client in Google Cloud Console, then set `client_id` and `client_secret` like this:\n\n```json\n{\n  \"installed\": {\n    \"client_id\": \"XXX\",\n    \"project_id\": \"monaco-notepad\",\n    \"auth_uri\": \"https://accounts.google.com/o/oauth2/auth\",\n    \"token_uri\": \"https://oauth2.googleapis.com/token\",\n    \"auth_provider_x509_cert_url\": \"https://www.googleapis.com/oauth2/v1/certs\",\n    \"client_secret\": \"XXX\",\n    \"redirect_uris\": [\"http://localhost\"]\n  }\n}\n```\n\n### Development\n\n```bash\nwails dev\n```\n\n### Production\n\n```bash\n# macOS\n./build_mac.sh\n\n# Windows (PowerShell)\n./build.ps1\n```\n\n## License\n\n[MIT](LICENSE.txt)\n\n## Author\n\nJun-Murakami ([official site](https://jun-murakami.web.app/))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjun-murakami%2Fmonaco-notepad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjun-murakami%2Fmonaco-notepad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjun-murakami%2Fmonaco-notepad/lists"}