gmickel / tiptap-comment-extension

Google docs like commenting solution for Tiptap 2.

Home Page:https://tiptap-comment-extension.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tiptap-comment-extension

Extension for having google docs like commenting in TipTap. Give a star to the repo if you like this project.

Note: this is vue 3 version. If you want react version, the repo is here.

Bildschirmaufnahme.2021-12-11.um.21.53.26.mov

How to use

Copy the comment.ts and CommentComponent.vue file in your extensions folder. You might have to change the component and extension depending on whether you're using TypeScript and Vue3 or not. Enough of English, let's talk code.

I jest of course, I don't think you need documentation for this. Just take look at Tiptap.vue for an example implementation and come up with your own implementation of your own(or just copy paste pretending this is some solution you found on StackOverflow). If there's any question, I'll be at the Bar(reference to Burn Butcher Burn from Withcer Season 2).

contributing to the project.

Clone the repo, do something, make a PR(or not). You know what's the drill. Looking forward you amazing devs.

Stuff that nobody really cares about(Project setup)

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Google docs like commenting solution for Tiptap 2.

https://tiptap-comment-extension.vercel.app/


Languages

Language:Vue 79.0%Language:TypeScript 12.0%Language:JavaScript 5.5%Language:HTML 3.2%Language:CSS 0.3%