A desktop visual text editor made using web technologies.
Status: unfinished.
Features:
- Block document structure
- Visual editor powered by ProseMirror
- Organizing pages into folders
Technologies used include: Electron, Vue,Tailwind ,ProseMirror, SQLite.
-
Install dependencies
npm install
-
(Important) Rebuild native modules
npm run rebuild
-
Run the app
npm run dev
Or run npm run package to run it in production mode.
Copyright (c) 2024 Андрей Храмцов. Licensed under the MIT License.
See the LICENSE file for details.