What’s the URL to the page you’re sending feedback for?
https://tiptap.dev/installation#vanilla-java-script
What part of the documentation needs improvement?
It says vanilla javascript but then it mixes up nodejs:
import { Editor } from '@tiptap/core'
import StarterKit from '@tiptap/starter-kit'
with vanilla javascript:
document.querySelector('.element')
There is no document in nodejs and there are no package imports in vanilla javascript.
This makes no sense.
What is helpful about that part?
Absolutely nothing.
What is hard to understand, missing or misleading?
As described above
Anything to add? (optional)
“Frameworks” are bloatware.