A minimal, premium-grade AI-powered text editor for clean writing and intelligent editing.
- Smart content refinement and clarity improvement.
- Built with TipTap + ProseMirror
- Formatting: bold, italic, underline, strikethrough, highlight
- Headings (H1-H5), bullet/ordered lists, blockquote, code block, divider
- Text alignment controls: left, center, right, justify
- Journal block support
- Auto-save editor content and title in
localStorage - Save and manage notes in IndexedDB
- Search and reopen saved notes from the "All Notes"
- Keyboard shortcuts for save, notes, fullscreen, and quick new page
- Fullscreen mode
- Minimal interface with responsive layout
- Toast feedback for editor actions
Check out the live demo here: Blank Editor Demo
git clone https://github.com/puni9869/blank-editor.git
cd blank-editor
corepack enable
pnpm installIf
corepackis unavailable, install pnpm globally withnpm install -g pnpm.
pnpm devThis opens the editor locally at http://localhost:5173.
pnpm build
pnpm previewpnpm format # Prettier formatting
pnpm lint # ESLint checks
pnpm lint:fix # Auto-fix linting issuesWe ❤️ contributions! See CONTRIBUTING.md for guidelines.
- Fork the repo
- Create a new branch (
feature/your-feature) - Submit pull requests for bug fixes or new features
- Ensure
pnpm lintpasses before submitting
If you find a bug or have a feature request, please open an issue on GitHub: Issues
This project is licensed under the MIT License — see LICENSE for details.
Thanks to all the wonderful contributors ❤️




