{"id":51167889,"url":"https://github.com/drewling/docmost-wrapper","last_synced_at":"2026-06-26T21:02:22.661Z","repository":{"id":341068574,"uuid":"1168665981","full_name":"drewling/docmost-wrapper","owner":"drewling","description":"Native macOS app for Docmost - collaborative wiki and documentation software","archived":false,"fork":false,"pushed_at":"2026-02-27T19:52:21.000Z","size":649,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-27T23:58:01.231Z","etag":null,"topics":[],"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/drewling.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-02-27T16:52:31.000Z","updated_at":"2026-02-27T19:52:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/drewling/docmost-wrapper","commit_stats":null,"previous_names":["drewling/docmost-wrapper"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/drewling/docmost-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewling%2Fdocmost-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewling%2Fdocmost-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewling%2Fdocmost-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewling%2Fdocmost-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drewling","download_url":"https://codeload.github.com/drewling/docmost-wrapper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewling%2Fdocmost-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34832916,"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-26T02:00:06.560Z","response_time":106,"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":"2026-06-26T21:02:22.090Z","updated_at":"2026-06-26T21:02:22.639Z","avatar_url":"https://github.com/drewling.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docmost Desktop\n\nA native macOS desktop application for [Docmost](https://docmost.com) - the open-source collaborative wiki and documentation software.\n\n![Docmost Desktop](assets/screenshot.png)\n\n## Features\n\n- **Native macOS Experience** - Clean, native window controls and menu bar integration\n- **Keyboard Shortcuts** - Full support for Docmost's editor shortcuts via menu bar\n- **Configurable URL** - Connect to any self-hosted Docmost instance\n- **Persistent Sessions** - Stay logged in between app restarts\n- **Dark Mode** - Matches Docmost's dark theme seamlessly\n\n### Menu Bar Integration\n\n| Menu | Features |\n|------|----------|\n| **Navigate** | Quick Search (`Cmd+K`), Back, Forward, Go Home |\n| **Format** | Bold, Italic, Underline, Headings, Lists, Code Blocks, Blockquotes |\n| **View** | Reload, Zoom Controls, Fullscreen, DevTools |\n\n### Keyboard Shortcuts\n\nAll standard Docmost editor shortcuts work natively:\n\n| Action | Shortcut |\n|--------|----------|\n| Quick Search | `Cmd+K` |\n| Bold | `Cmd+B` |\n| Italic | `Cmd+I` |\n| Heading 1-3 | `Cmd+Alt+1/2/3` |\n| Bullet List | `Cmd+Shift+8` |\n| Numbered List | `Cmd+Shift+7` |\n| Code Block | `Cmd+Alt+C` |\n| Find \u0026 Replace | `Cmd+F` |\n\n[View all shortcuts](https://docmost.com/docs/user-guide/editor#keyboard-shortcuts)\n\n## Installation\n\n### Download\n\nDownload the latest release from the [Releases](https://github.com/drewling/docmost-wrapper/releases) page.\n\n| File | Architecture | For |\n|------|--------------|-----|\n| `Docmost-x.x.x-arm64.dmg` | Apple Silicon | M1/M2/M3 Macs |\n| `Docmost-x.x.x.dmg` | Intel | Intel-based Macs |\n\n### Requirements\n\n- macOS 10.15 (Catalina) or later\n- A Docmost instance (self-hosted or cloud)\n\n### First Run\n\n1. Open the downloaded DMG file\n2. Drag **Docmost** to your Applications folder\n3. Launch Docmost from Applications\n4. Enter your Docmost instance URL when prompted\n5. Start documenting!\n\n\u003e **Note**: On first launch, macOS may ask you to confirm opening an app from an unidentified developer. Go to **System Settings → Privacy \u0026 Security** and click **Open Anyway**.\n\n## Configuration\n\n### Changing the Instance URL\n\n1. Go to **Docmost → Settings...** (or press `Cmd+,`)\n2. Enter your new Docmost URL\n3. Click **Save \u0026 Reload**\n\n### Config File Location\n\nSettings are stored at:\n```\n~/Library/Application Support/docmost-wrapper/config.json\n```\n\n## Development\n\n### Prerequisites\n\n- Node.js 18+\n- npm\n\n### Setup\n\n```bash\n# Clone the repository\ngit clone https://github.com/drewling/docmost-wrapper.git\ncd docmost-wrapper\n\n# Install dependencies\nnpm install\n\n# Run in development\nnpm start\n\n# Build for macOS\nnpm run build:mac\n```\n\n### Build Commands\n\n| Command | Description |\n|---------|-------------|\n| `npm start` | Run development app |\n| `npm run build:mac` | Build for both architectures |\n| `npm run build:mac-arm` | Build for Apple Silicon |\n| `npm run build:mac-intel` | Build for Intel |\n\n## Tech Stack\n\n- [Electron](https://www.electronjs.org/) - Cross-platform desktop apps\n- [electron-store](https://github.com/sindresorhus/electron-store) - Persistent settings\n\n## Related\n\n- [Docmost](https://github.com/docmost/docmost) - The Docmost project\n- [Docmost Documentation](https://docmost.com/docs) - Official docs\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n---\n\nMade with ❤️ by [Drewling](https://github.com/drewling)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewling%2Fdocmost-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrewling%2Fdocmost-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewling%2Fdocmost-wrapper/lists"}