Skip to content

Rich editor with Tiptap, Tailwind CSS, Headless UI, and Vue3 as frontend, combined with Go as backend to store image

Notifications You must be signed in to change notification settings

kido1611/tiptap-vuejs-example

Repository files navigation

Tiptap Example

Rich editor with Tiptap, Tailwind CSS, Headless UI, and Vue3 as frontend, combined with Go as backend to store image.

example

Feature list :

  • History (Undo, Redo)
  • Heading (1,2,3)
  • Text style (Bold, Italic, Underline, Strikethrough)
  • List (Ordered, Unordered)
  • Link
  • Image (+ example with Go as server)
  • Blockquote
  • Table (Delete table, add column, delete column, add row, delete row, merge or split cell)
  • Youtube
  • Horizontal line

Preview

https://kido1611-tiptap-vuejs-example.vercel.app/

Running Frontend

npm install
npm run dev

Running Backend

cd server
go get
go run main.go

Icon

About

Rich editor with Tiptap, Tailwind CSS, Headless UI, and Vue3 as frontend, combined with Go as backend to store image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages