-
-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Description
this my provider
const provider = new HocuspocusProvider({
url: 'ws://127.0.0.1:1234',
name: 'example-document',
})
const extensions = [
BaseKit.configure({
// Show placeholder
placeholder: {
showOnlyCurrent: true,
},
// Character count
characterCount: {
limit: 50_000,
},
}),
Collaboration.configure({
document: provider.document,
}),
CollaborationCursor.configure({
provider: provider,
user: {
name: 'Cyndi Lauper',
color: '#f783ac',
},
}),
// Import Extensions Here
Bold
]

piro0919 and lanizz
Metadata
Metadata
Assignees
Labels
No labels