Skip to content

kido1611/tiptap-vuejs-example

Repository files navigation

Tiptap Example

Rich editor with Tiptap, Tailwind CSS, Headless UI, and Vue 3 as frontend, combined with Go as backend to store images.

Now the editor can be used in any components (use v-model, check App.vue).

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 Video
  • Horizontal line

Preview

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

Running Frontend

cp .env.example .env
npm install
npm run dev

Running Backend

cd server
go get
go run cmd/api/main.go

Icon

About

Rich editor with Tiptap, Tailwind CSS, Reka UI (Dialog), and Vue3 as frontend, combined with Go as backend to store images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published