A minimal, premium-grade text editor for clean writing and editing.
- Copy, New and Clear functionality
- Mobile screen responsive
- Highlight & typography extensions
- LocalStorage content persistence
- Minimal, clean UI optimized for focus
- Fully open-source and customizable
- Markdown support.
Check out the live demo here: Blank Editor Demo
git clone https://github.com/puni9869/blank-editor.git
cd blank-editor
npm installnpm run devThis opens the editor locally at http://localhost:5173.
npm run build
npm run previewnpm run format # Prettier formatting
npm run lint # ESLint checks
npm run 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
npm run 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 ❤️


