An open API service indexing awesome lists of open source software.

https://github.com/zanyuanyang/text-editor-tiptap

A rich text editor built with Tiptap and TailwindCSS for React.
https://github.com/zanyuanyang/text-editor-tiptap

editor javascript react rich-text- tailwindcss tiptap tiptap-editor typescript

Last synced: about 1 month ago
JSON representation

A rich text editor built with Tiptap and TailwindCSS for React.

Awesome Lists containing this project

README

        

# Tiptap Text Editor

A text editor built with [Tiptap](https://tiptap.dev/) and [TailwindCSS](https://tailwindcss.com/) for React.

![img.png](src/assets/img.png)

## 🧑🏻‍💻 Demo
[text-editor-tiptap.vercel.app](https://text-editor-tiptap.vercel.app/)

## 🚀 Installation
Open a terminal and run:
```bash
npm install
npm run dev
```
Visit http://localhost:5173/ in your browser.

## ⛑️ Features

- [Create Threads](https://tiptap.dev/docs/editor/comments/introduction)
- Same feature as comments in Tiptap(`Beta` Requirement), but I build it own(`Free`).
- ![img.png](src/assets/thread.png)
- Upload .docx
- Heading
- Bold
- Italic
- Underline
- Strikethrough
- Code
- Blockquote
- Bullet List
- Ordered List
- Code Block
- Alignment(Left, Center, Right, Justify)
- Table
- Color
- Redo & Undo
- Image(This extension does only the rendering of images.)

## 📄 License
[MIT](./LICENSE)