{"id":15856896,"url":"https://github.com/ebenjs/openpress","last_synced_at":"2026-02-10T15:32:32.570Z","repository":{"id":207968699,"uuid":"720525431","full_name":"ebenjs/openpress","owner":"ebenjs","description":"A seamless platform for users to organize their thoughts, create detailed notes, and write compelling articles.","archived":false,"fork":false,"pushed_at":"2023-12-03T16:18:50.000Z","size":439,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T02:02:00.401Z","etag":null,"topics":["articles","blogging","note-taking","notebook","writting"],"latest_commit_sha":null,"homepage":"https://exquisite-mermaid-599ac9.netlify.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/ebenjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-11-18T18:51:03.000Z","updated_at":"2023-12-12T09:39:13.000Z","dependencies_parsed_at":"2024-10-27T03:00:36.774Z","dependency_job_id":"76e5e3e3-963f-41ac-99e6-603d58ff98f9","html_url":"https://github.com/ebenjs/openpress","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"f72ddbc9394691e6d8a7485d56a064162c338266"},"previous_names":["ebenjs/openpress"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebenjs%2Fopenpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebenjs%2Fopenpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebenjs%2Fopenpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebenjs%2Fopenpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebenjs","download_url":"https://codeload.github.com/ebenjs/openpress/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246699046,"owners_count":20819665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["articles","blogging","note-taking","notebook","writting"],"created_at":"2024-10-05T20:04:36.633Z","updated_at":"2026-02-10T15:32:32.520Z","avatar_url":"https://github.com/ebenjs.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenPress\n\nOpenPress is a web application designed to enhance note-taking and article writing experiences. With a user-friendly interface and powerful features, OpenPress aims to provide a seamless platform for users to organize their thoughts, create detailed notes, and write compelling articles.\n\n## Screenshot\n\n\u003cimg src=\"./public/screenshot.png\"\nstyle=\"border-radius:5px\" alt=\"screenshot\"/\u003e\n\n## Key Features\n\n- **Intuitive Note Taking**: OpenPress offers a simple and intuitive note-taking interface, allowing users to quickly jot down their ideas and thoughts.\n- **Rich Text Editing**: With OpenPress, users can format their notes and articles using a variety of styling options, including bold, italic, headings, lists, and more.\n- **Collaboration**: OpenPress supports collaboration, enabling multiple users to work together on the same document in real-time, making it ideal for team projects or group discussions.\n- **Tagging and Categorization**: Users can easily organize their notes and articles by assigning tags and categories, making it effortless to find and retrieve information later.\n\n## Getting Started\n\nTo start using OpenPress, follow these steps:\n\n1. Install the necessary dependencies by running `npm install` in the project directory.\n2. Launch the development server by running `npm run dev`.\n3. Access OpenPress in your web browser at `http://localhost:5173`.\n\nFor more information and customization options, refer to the [Vite Configuration Reference](https://vitejs.dev/config/).\n\n## Requirements\n\n- Node.js (v14 or higher)\n- npm (v6 or higher)\n\n## Contributing\n\nWe welcome contributions from the community! If you'd like to contribute to OpenPress, please refer to our [contribution guidelines](CONTRIBUTING.md) for more information.\n\n## License\n\nOpenPress is released under the [MIT License](LICENSE).\n\nThis template should help get you started developing with Vue 3 in Vite.\n\n## Recommended IDE Setup\n\n[VSCode](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\n## Customize configuration\n\nSee [Vite Configuration Reference](https://vitejs.dev/config/).\n\n## Project Setup\n\n```sh\nnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\nnpm run dev\n```\n\n### Type-Check, Compile and Minify for Production\n\n```sh\nnpm run build\n```\n\n### Run Unit Tests with [Vitest](https://vitest.dev/)\n\n```sh\nnpm run test:unit\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\nnpm run lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febenjs%2Fopenpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febenjs%2Fopenpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febenjs%2Fopenpress/lists"}