Skip to content

ZanyuanYang/Text-Editor-Tiptap

Repository files navigation

Tiptap Text Editor

A text editor built with Tiptap and TailwindCSS for React.

img.png

🧑🏻‍💻 Demo

text-editor-tiptap.vercel.app

🚀 Installation

Open a terminal and run:

npm install
npm run dev

Visit http://localhost:5173/ in your browser.

⛑️ Features

  • Create Threads
    • Same feature as comments in Tiptap(Beta Requirement), but I build it own(Free).
    • img.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