ueberdosis/tiptap

[Documentation]: How do you get the content from the Editor?

Open

#6,689 opened on Jul 20, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (1,979 forks)batch import
area: docscomplexity: trivialgood first issueimpact: low

Repository metrics

Stars
 (23,454 stars)
PR merge metrics
 (Avg merge 4d 13h) (46 merged PRs in 30d)

Description

What’s the URL to the page you’re sending feedback for?

https://tiptap.dev/docs

What part of the documentation needs improvement?

Tiptap Docs Build exactly the editor your product needs, start with a lightweight open-source core and expand with fully managed Cloud services and AI extensions.

Use the headless editor and more than 100 extensions directly in your app and add real-time collaboration, comments, AI integrations, file conversion, etc.

Get started with a template Integrate the Tiptap Editor into your application with our editor templates or pick and choose your own UI components. Once integrated you can extend it with more headless Tiptap extensions and custimze it to your liking. Usage After installation, use the SimpleEditor component in your React or Next.js project:

import { SimpleEditor } from '@/components/tiptap-templates/simple/simple-editor'

export default function App() {
  return <SimpleEditor />
}

What is helpful about that part?

Normally, editors like this have a basic guide right on the front page, something like: Step 1: Install Step 2: Import component Step 3: Get editor content

What is hard to understand, missing or misleading?

My friend said Tiptap is one of the worst-documented libraries out there. I said I didn’t believe that. Then my friend asked: Which part of the documentation shows how to get the content from the editor? I couldn’t find it in the Tiptap docs. I had to ask ChatGPT instead.

Anything to add? (optional)

No response

Contributor guide