Questions tagged [tiptap]

Are you seeking answers about tiptap, the innovative and versatile Javascript/Typescript rich text editor that is headless, framework-agnostic, and easily extendable? Built on ProseMirror, this powerful tool is designed to enhance your editing experience. Don't forget to also mention [vue.js] or [reactjs] when asking questions related to tiptap.

Create a customized design for the Tiptap editor to mimic the appearance of a Material UI

Is there a way to customize the appearance of a Tiptap editor to match that of a Material-UI text field, particularly the outlined or standard variant? I'm looking for a solution to make the border of the Tiptap editor resemble that of a Material-UI text f ...

"Utilize TipTap with the power of your personalized name

Is it feasible to work around the inability to use the name tag on TipTap for sending data through forms in Laravel? Here's an example of what I have in mind: <tiptap-vuetify v-model="content" :extensions="extensions" ...

Exploring the power of Prosemirror with NextJS through Tiptap v2

Greetings everyone, I am a newcomer to Stack Overflow and I am reaching out for assistance regarding an issue that has arisen. The problem at hand pertains to the development of the Minimum Viable Product (MVP) for my startup which specializes in creating ...

Having trouble declaring a module in an npm package with Typescript?

I'm currently working on a project using Vue.js and TypeScript. Within project "A," I am utilizing a private npm package called "B," which serves as a component library. This package "B" also incorporates another library, 'tiptap,' which unfortunately does ...

Start a websocket server using Next.js (magic server)

I am currently working on developing a Next.js application that involves collaborative editing functionalities. In order to achieve this, my plan is to integrate The TipTap/HocusPocus library. Although I have successfully implemented TipTap in my Next.js ...

Using React Hook Form with the TipTap Editor: A Comprehensive Guide

I have a text input set up using the React Hook Form with the following code: <div className='mb-4'> <label htmlFor='desc'>Description</label> < ...