Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main
This commit is contained in:
@@ -136,7 +136,6 @@ export default {
|
|||||||
extensions: [
|
extensions: [
|
||||||
...defaultExtensions(),
|
...defaultExtensions(),
|
||||||
Collaboration.configure({
|
Collaboration.configure({
|
||||||
provider: this.provider,
|
|
||||||
type: this.type,
|
type: this.type,
|
||||||
}),
|
}),
|
||||||
CollaborationCursor.configure({
|
CollaborationCursor.configure({
|
||||||
|
|||||||
@@ -32,7 +32,6 @@
|
|||||||
link: /examples/export-html-or-json
|
link: /examples/export-html-or-json
|
||||||
- title: Use v-model
|
- title: Use v-model
|
||||||
link: /examples/v-model
|
link: /examples/v-model
|
||||||
draft: true
|
|
||||||
- title: Share feedback
|
- title: Share feedback
|
||||||
link: /overview/feedback
|
link: /overview/feedback
|
||||||
|
|
||||||
|
|||||||
@@ -4,13 +4,11 @@ import {
|
|||||||
} from 'y-prosemirror'
|
} from 'y-prosemirror'
|
||||||
|
|
||||||
export interface CollaborationOptions {
|
export interface CollaborationOptions {
|
||||||
provider: any,
|
|
||||||
type: any,
|
type: any,
|
||||||
}
|
}
|
||||||
|
|
||||||
const Collaboration = Extension.create({
|
const Collaboration = Extension.create({
|
||||||
defaultOptions: <CollaborationOptions>{
|
defaultOptions: <CollaborationOptions>{
|
||||||
provider: null,
|
|
||||||
type: null,
|
type: null,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
15
yarn.lock
15
yarn.lock
@@ -2144,6 +2144,21 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
defer-to-connect "^1.0.1"
|
defer-to-connect "^1.0.1"
|
||||||
|
|
||||||
|
"@tiptap/core@2.x":
|
||||||
|
version "2.0.0-alpha.1"
|
||||||
|
dependencies:
|
||||||
|
"@types/prosemirror-schema-list" "^1.0.1"
|
||||||
|
prosemirror-commands "^1.1.3"
|
||||||
|
prosemirror-inputrules "^1.1.3"
|
||||||
|
prosemirror-keymap "^1.1.3"
|
||||||
|
prosemirror-model "^1.12.0"
|
||||||
|
prosemirror-schema-list "^1.1.4"
|
||||||
|
prosemirror-state "^1.3.3"
|
||||||
|
prosemirror-tables "^1.1.1"
|
||||||
|
prosemirror-transform "^1.2.8"
|
||||||
|
prosemirror-utils "^1.0.0-0"
|
||||||
|
prosemirror-view "^1.16.1"
|
||||||
|
|
||||||
"@types/babel-types@*", "@types/babel-types@^7.0.0":
|
"@types/babel-types@*", "@types/babel-types@^7.0.0":
|
||||||
version "7.0.9"
|
version "7.0.9"
|
||||||
resolved "https://registry.yarnpkg.com/@types/babel-types/-/babel-types-7.0.9.tgz#01d7b86949f455402a94c788883fe4ba574cad41"
|
resolved "https://registry.yarnpkg.com/@types/babel-types/-/babel-types-7.0.9.tgz#01d7b86949f455402a94c788883fe4ba574cad41"
|
||||||
|
|||||||
Reference in New Issue
Block a user