A flexible and feature-rich text editor built with Tiptap, showcasing various extensions and components.
- Flexible implementation architecture
- Modular component arrangement
- Comprehensive showcase of Tiptap extensions
- Rich text editing capabilities
git clone https://github.com/yourusername/wysiwyg-editor.git
cd wysiwyg-editor
npm install
npm run dev
Navigate to http://localhost:3000
to see the editor in action.
This project showcases a wide range of Tiptap extensions, including but not limited to:
- Bold, Italic, Underline, Strike-through
- Headings
- Lists (Bullet and Numbered)
- Code Block & Syntax highlight
- Blockquote
- Link
- Emoji
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Tiptap for providing an excellent framework for building rich-text editors.
- All contributors and users of this project.