https://github.com/niazmorshed2007/shadcn-tiptap
Sets of custom extensions & toolbars for tiptap editor. Install with shadcn/cli.
https://github.com/niazmorshed2007/shadcn-tiptap
editor prosemirror rich-text-editor shadcn shadcn-ui tiptap
Last synced: 2 months ago
JSON representation
Sets of custom extensions & toolbars for tiptap editor. Install with shadcn/cli.
- Host: GitHub
- URL: https://github.com/niazmorshed2007/shadcn-tiptap
- Owner: NiazMorshed2007
- License: mit
- Created: 2024-10-17T16:23:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T18:02:06.000Z (8 months ago)
- Last Synced: 2025-04-01T11:06:59.148Z (3 months ago)
- Topics: editor, prosemirror, rich-text-editor, shadcn, shadcn-ui, tiptap
- Language: TypeScript
- Homepage: https://tiptap.niazmorshed.dev
- Size: 440 KB
- Stars: 471
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Shadcn tiptap
Sets of custom extensions & toolbars for tiptap editor, ready to use with shadcn/ui components.
## Tech Stack
- **Framework:** [Next.js](https://nextjs.org)
- **Styling:** [Tailwind CSS](https://tailwindcss.com)
- **UI Components:** [shadcn/ui](https://ui.shadcn.com)
- **Tiptap (Editor):** [Tiptap](https://tiptap.dev)## Running Locally
1. Clone the repository
```bash
git clone https://github.com/NiazMorshed2007/shadcn-tiptap.git
```2. Install dependencies using pnpm
```bash
pnpm install
```3. Start the development server
```bash
pnpm run dev
```