A modern, customizable text editor built with Quill.js featuring multiple themes and a responsive design.
- Multiple color themes (Light, Dark, Sepia, Nosferatu)
- Responsive design with collapsible side menu
- Settings panel for customization
- Theme persistence using localStorage
To run the project locally:
python -m http.server 8080Then visit http://localhost:8080/editor.html
This project is configured for deployment on Netlify:
- Connect your GitHub repository to Netlify
- Netlify will automatically detect the configuration from
netlify.toml - The site will be built and deployed automatically
MIT