OpenPress 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.
- Intuitive Note Taking: OpenPress offers a simple and intuitive note-taking interface, allowing users to quickly jot down their ideas and thoughts.
- 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.
- 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.
- 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.
To start using OpenPress, follow these steps:
- Install the necessary dependencies by running
npm install
in the project directory. - Launch the development server by running
npm run dev
. - Access OpenPress in your web browser at
http://localhost:5173
.
For more information and customization options, refer to the Vite Configuration Reference.
- Node.js (v14 or higher)
- npm (v6 or higher)
We welcome contributions from the community! If you'd like to contribute to OpenPress, please refer to our contribution guidelines for more information.
OpenPress is released under the MIT License.
This template should help get you started developing with Vue 3 in Vite.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
TypeScript 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) to make the TypeScript language service aware of .vue
types.
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:
- Disable the built-in TypeScript Extension
- Run
Extensions: Show Built-in Extensions
from VSCode's command palette - Find
TypeScript and JavaScript Language Features
, right click and selectDisable (Workspace)
- Run
- Reload the VSCode window by running
Developer: Reload Window
from the command palette.
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint