{"id":13486462,"url":"https://github.com/danielgolden/volon","last_synced_at":"2026-01-23T01:51:58.925Z","repository":{"id":65272983,"uuid":"586071782","full_name":"danielgolden/volon","owner":"danielgolden","description":"Volón is a plain text, markdown-focused, local-first notes app with text-editing keyboard shortcuts.","archived":false,"fork":false,"pushed_at":"2024-08-26T14:06:03.000Z","size":605,"stargazers_count":33,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T20:40:24.111Z","etag":null,"topics":["codemirror","typescript","vite","vue"],"latest_commit_sha":null,"homepage":"https://volon.app","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielgolden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-01-06T21:37:01.000Z","updated_at":"2025-02-26T12:52:09.000Z","dependencies_parsed_at":"2024-01-16T09:00:45.442Z","dependency_job_id":"0a56cae7-9bc7-4ced-b592-b074a70c4532","html_url":"https://github.com/danielgolden/volon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danielgolden/volon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielgolden%2Fvolon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielgolden%2Fvolon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielgolden%2Fvolon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielgolden%2Fvolon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielgolden","download_url":"https://codeload.github.com/danielgolden/volon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielgolden%2Fvolon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28677714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"ssl_error","status_checked_at":"2026-01-23T01:00:19.529Z","response_time":144,"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":["codemirror","typescript","vite","vue"],"created_at":"2024-07-31T18:00:46.612Z","updated_at":"2026-01-23T01:51:58.903Z","avatar_url":"https://github.com/danielgolden.png","language":"Vue","funding_links":[],"categories":["Applications"],"sub_categories":[],"readme":"![readme HEader](https://user-images.githubusercontent.com/812989/215299854-049f8ae8-ca31-4468-a518-56679ea4a534.jpg)\n\n# [Volon](https://volon.app)\nVolon is a plain text, markdown-focused, local-first notes app with IDE like [text-editing keyboard shortcuts](#text-editing-shortcuts). It's meant the local storage of notes, but you can also log in to sync your notes across devices. Other helpful features:\n- Multiple cursors, \n- GitHub style markdown link pasting \n- Command palette for finding notes (⌘K)\n\n### Text editing shortcuts\n- Move line up: `Alt + Up`\n- Move line down: `Alt + Down`\n- Copy line up: `Shift + Alt + Up`\n- Copy line down: `Shift + Alt + Down`\n- Insert blank line: `Cmd + Enter` (`Ctrl + Enter` on Windows)\n- Select line: `Ctrl + l` (`Alt + l` on Windows)\n- Indent less: `Cmd + [` (Ctrl + [ on Windows)\n- Indent more: `Cmd + ]` (Ctrl + ] on Windows)\n- Delete line: `Shift + Cmd + k` (`Shift + Ctrl + k` on Windows)\n- Toggle comment: `Cmd + /` (`Ctrl + /` on Windows)\n- Bold: `Cmd + b`\n- Italicize: `Cmd + i`\n\n### Screenshots\n##### Minimal UI\n\u003cimg width=\"1581\" alt=\"Captura de Pantalla 2023-01-28 a la(s) 9 08 02 p m\" src=\"https://user-images.githubusercontent.com/812989/215300470-43ddba87-0fa0-4d83-beaa-ffff8ac554f2.png\"\u003e\n\n##### Notes list and markdown preview enabled\n\u003cimg width=\"1583\" alt=\"Captura de Pantalla 2023-01-28 a la(s) 9 08 22 p m\" src=\"https://user-images.githubusercontent.com/812989/215300483-404d5263-fd14-4b12-9b9f-bd0add897409.png\"\u003e\n\n---\n\n## Local dev (Vue 3 + TypeScript + Vite)]\n(*Subtitute `pnpm` for your package manager of choice*)\n```bash\npnpm install\npnpm run dev\n```\n### Recommended IDE Setup\n\n- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).\n\n### Type Support For `.vue` Imports in TS\n\nTypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.\n\nIf the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:\n\n1. Disable the built-in TypeScript Extension\n   1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette\n   2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`\n2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielgolden%2Fvolon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielgolden%2Fvolon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielgolden%2Fvolon/lists"}