BlockNote is a powerful, customizable rich text editor with block-based editing capabilities similar to Notion. It offers a seamless writing experience with the added flexibility of drag-and-drop snippets.
You can view a live demo of the Block Note Editor by clicking the link below:
- Block-Based Editing: Create and manipulate content in discrete blocks for better organization and flexibility.
- Rich Text Formatting: Full support for text styling, including bold, italic, underline, tables and more.
- Drag-and-Drop Snippets: Easily insert snippets into your document.
- Next.js
- Tiptap
- Tailwind CSS
- React
To get a local copy up and running, follow these steps:
-
Clone the repository: git clone https://github.com/SawkaDev/block-note-editor.git
-
Navigate to the project directory: cd block-note-editor
-
Install dependencies: npm install
-
Run the development server: npm run dev
-
Open http://localhost:3000 in your browser to see the result.
- Inspired by Notion's block editor
- Built with Next.js, Tiptap, and Tailwind CSS