diff --git a/packages/core/README.md b/packages/core/README.md new file mode 100644 index 00000000..fa37a49d --- /dev/null +++ b/packages/core/README.md @@ -0,0 +1,14 @@ +# @tiptap/core +[![Version](https://img.shields.io/npm/v/@tiptap/core.svg?label=version)](https://www.npmjs.com/package/@tiptap/core) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/core.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/core.svg)](https://www.npmjs.com/package/@tiptap/core) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/core/package.json b/packages/core/package.json index 68fc163e..4013c39f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/core", "version": "2.0.0-alpha.1", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "headless", "wysiwyg", "text editor"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-core.cjs.js", "umd": "dist/tiptap-core.umd.js", "module": "dist/tiptap-core.esm.js", diff --git a/packages/extension-blockquote/README.md b/packages/extension-blockquote/README.md new file mode 100644 index 00000000..4a606ea7 --- /dev/null +++ b/packages/extension-blockquote/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-blockquote +[![Version](https://img.shields.io/npm/v/@tiptap/extension-blockquote.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-blockquote) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-blockquote.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-blockquote.svg)](https://www.npmjs.com/package/@tiptap/extension-blockquote) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-blockquote/package.json b/packages/extension-blockquote/package.json index e7a64ac4..a33a9dac 100644 --- a/packages/extension-blockquote/package.json +++ b/packages/extension-blockquote/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-blockquote", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-blockquote.cjs.js", "umd": "dist/tiptap-extension-blockquote.umd.js", "module": "dist/tiptap-extension-blockquote.esm.js", diff --git a/packages/extension-bold/README.md b/packages/extension-bold/README.md new file mode 100644 index 00000000..9394b11d --- /dev/null +++ b/packages/extension-bold/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-bold +[![Version](https://img.shields.io/npm/v/@tiptap/extension-bold.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-bold) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-bold.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-bold.svg)](https://www.npmjs.com/package/@tiptap/extension-bold) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-bold/package.json b/packages/extension-bold/package.json index 9a17db9e..37c6c1b7 100644 --- a/packages/extension-bold/package.json +++ b/packages/extension-bold/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-bold", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-bold.cjs.js", "umd": "dist/tiptap-extension-bold.umd.js", "module": "dist/tiptap-extension-bold.esm.js", diff --git a/packages/extension-bullet-list/README.md b/packages/extension-bullet-list/README.md new file mode 100644 index 00000000..bb4ca64b --- /dev/null +++ b/packages/extension-bullet-list/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-bullet-list +[![Version](https://img.shields.io/npm/v/@tiptap/extension-bullet-list.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-bullet-list) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-bullet-list.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-bullet-list.svg)](https://www.npmjs.com/package/@tiptap/extension-bullet-list) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-bullet-list/package.json b/packages/extension-bullet-list/package.json index 181500db..a4ac509d 100644 --- a/packages/extension-bullet-list/package.json +++ b/packages/extension-bullet-list/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-bullet-list", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-bullet-list.cjs.js", "umd": "dist/tiptap-extension-bullet-list.umd.js", "module": "dist/tiptap-extension-bullet-list.esm.js", diff --git a/packages/extension-code-block/README.md b/packages/extension-code-block/README.md new file mode 100644 index 00000000..2e31f092 --- /dev/null +++ b/packages/extension-code-block/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-bode-block +[![Version](https://img.shields.io/npm/v/@tiptap/extension-bode-block.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-bode-block) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-bode-block.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-bode-block.svg)](https://www.npmjs.com/package/@tiptap/extension-bode-block) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-code-block/package.json b/packages/extension-code-block/package.json index 03036a79..62167934 100644 --- a/packages/extension-code-block/package.json +++ b/packages/extension-code-block/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-code-block", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-code-block.cjs.js", "umd": "dist/tiptap-extension-code-block.umd.js", "module": "dist/tiptap-extension-code-block.esm.js", diff --git a/packages/extension-code/README.md b/packages/extension-code/README.md new file mode 100644 index 00000000..b41b85f0 --- /dev/null +++ b/packages/extension-code/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-code +[![Version](https://img.shields.io/npm/v/@tiptap/extension-code.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-code) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-code.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-code.svg)](https://www.npmjs.com/package/@tiptap/extension-code) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-code/package.json b/packages/extension-code/package.json index 788aac55..e5c0927d 100644 --- a/packages/extension-code/package.json +++ b/packages/extension-code/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-code", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-code.cjs.js", "umd": "dist/tiptap-extension-code.umd.js", "module": "dist/tiptap-extension-code.esm.js", diff --git a/packages/extension-collaboration-cursor/README.md b/packages/extension-collaboration-cursor/README.md new file mode 100644 index 00000000..e4b74325 --- /dev/null +++ b/packages/extension-collaboration-cursor/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-collaboration-cursor +[![Version](https://img.shields.io/npm/v/@tiptap/extension-collaboration-cursor.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-collaboration-cursor) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-collaboration-cursor.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-collaboration-cursor.svg)](https://www.npmjs.com/package/@tiptap/extension-collaboration-cursor) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-collaboration-cursor/package.json b/packages/extension-collaboration-cursor/package.json index 6c7bbbf2..7a8c6e4f 100644 --- a/packages/extension-collaboration-cursor/package.json +++ b/packages/extension-collaboration-cursor/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-collaboration-cursor", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-collaboration-cursor.cjs.js", "umd": "dist/tiptap-extension-collaboration-cursor.umd.js", "module": "dist/tiptap-extension-collaboration-cursor.esm.js", diff --git a/packages/extension-collaboration/README.md b/packages/extension-collaboration/README.md new file mode 100644 index 00000000..700ed277 --- /dev/null +++ b/packages/extension-collaboration/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-collaboration +[![Version](https://img.shields.io/npm/v/@tiptap/extension-collaboration.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-collaboration) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-collaboration.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-collaboration.svg)](https://www.npmjs.com/package/@tiptap/extension-collaboration) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-collaboration/package.json b/packages/extension-collaboration/package.json index 44282a95..8c46e83e 100644 --- a/packages/extension-collaboration/package.json +++ b/packages/extension-collaboration/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-collaboration", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-collaboration.cjs.js", "umd": "dist/tiptap-extension-collaboration.umd.js", "module": "dist/tiptap-extension-collaboration.esm.js", diff --git a/packages/extension-document/README.md b/packages/extension-document/README.md new file mode 100644 index 00000000..45d5b93d --- /dev/null +++ b/packages/extension-document/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-document +[![Version](https://img.shields.io/npm/v/@tiptap/extension-document.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-document) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-document.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-document.svg)](https://www.npmjs.com/package/@tiptap/extension-document) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-document/package.json b/packages/extension-document/package.json index 203f2f49..c3cdb25f 100644 --- a/packages/extension-document/package.json +++ b/packages/extension-document/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-document", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-document.cjs.js", "umd": "dist/tiptap-extension-document.umd.js", "module": "dist/tiptap-extension-document.esm.js", diff --git a/packages/extension-dropcursor/README.md b/packages/extension-dropcursor/README.md new file mode 100644 index 00000000..c73ea740 --- /dev/null +++ b/packages/extension-dropcursor/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-dropcursor +[![Version](https://img.shields.io/npm/v/@tiptap/extension-dropcursor.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-dropcursor) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-dropcursor.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-dropcursor.svg)](https://www.npmjs.com/package/@tiptap/extension-dropcursor) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-dropcursor/package.json b/packages/extension-dropcursor/package.json index aa9460e0..7cd0c10c 100644 --- a/packages/extension-dropcursor/package.json +++ b/packages/extension-dropcursor/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-dropcursor", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-dropcursor.cjs.js", "umd": "dist/tiptap-extension-dropcursor.umd.js", "module": "dist/tiptap-extension-dropcursor.esm.js", diff --git a/packages/extension-focus/README.md b/packages/extension-focus/README.md new file mode 100644 index 00000000..2d22a2f7 --- /dev/null +++ b/packages/extension-focus/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-focus +[![Version](https://img.shields.io/npm/v/@tiptap/extension-focus.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-focus) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-focus.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-focus.svg)](https://www.npmjs.com/package/@tiptap/extension-focus) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-focus/package.json b/packages/extension-focus/package.json index a5f07813..84fe3515 100644 --- a/packages/extension-focus/package.json +++ b/packages/extension-focus/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-focus", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-focus.cjs.js", "umd": "dist/tiptap-extension-focus.umd.js", "module": "dist/tiptap-extension-focus.esm.js", diff --git a/packages/extension-font-family/README.md b/packages/extension-font-family/README.md new file mode 100644 index 00000000..e1581b7d --- /dev/null +++ b/packages/extension-font-family/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-font-family +[![Version](https://img.shields.io/npm/v/@tiptap/extension-font-family.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-font-family) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-font-family.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-font-family.svg)](https://www.npmjs.com/package/@tiptap/extension-font-family) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-font-family/package.json b/packages/extension-font-family/package.json index 38185ac5..dd2fd833 100644 --- a/packages/extension-font-family/package.json +++ b/packages/extension-font-family/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-font-family", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-font-family.cjs.js", "umd": "dist/tiptap-extension-font-family.umd.js", "module": "dist/tiptap-extension-font-family.esm.js", diff --git a/packages/extension-gapcursor/README.md b/packages/extension-gapcursor/README.md new file mode 100644 index 00000000..bfcbe8bf --- /dev/null +++ b/packages/extension-gapcursor/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-gapcursor +[![Version](https://img.shields.io/npm/v/@tiptap/extension-gapcursor.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-gapcursor) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-gapcursor.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-gapcursor.svg)](https://www.npmjs.com/package/@tiptap/extension-gapcursor) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-gapcursor/package.json b/packages/extension-gapcursor/package.json index bc089725..85d0a05c 100644 --- a/packages/extension-gapcursor/package.json +++ b/packages/extension-gapcursor/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-gapcursor", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-gapcursor.cjs.js", "umd": "dist/tiptap-extension-gapcursor.umd.js", "module": "dist/tiptap-extension-gapcursor.esm.js", diff --git a/packages/extension-hard-break/README.md b/packages/extension-hard-break/README.md new file mode 100644 index 00000000..5399f588 --- /dev/null +++ b/packages/extension-hard-break/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-hard-break +[![Version](https://img.shields.io/npm/v/@tiptap/extension-hard-break.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-hard-break) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-hard-break.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-hard-break.svg)](https://www.npmjs.com/package/@tiptap/extension-hard-break) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-hard-break/package.json b/packages/extension-hard-break/package.json index 2f99e4dc..3f8e8897 100644 --- a/packages/extension-hard-break/package.json +++ b/packages/extension-hard-break/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-hard-break", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-hard-break.cjs.js", "umd": "dist/tiptap-extension-hard-break.umd.js", "module": "dist/tiptap-extension-hard-break.esm.js", diff --git a/packages/extension-heading/README.md b/packages/extension-heading/README.md new file mode 100644 index 00000000..28b84472 --- /dev/null +++ b/packages/extension-heading/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-heading +[![Version](https://img.shields.io/npm/v/@tiptap/extension-heading.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-heading) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-heading.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-heading.svg)](https://www.npmjs.com/package/@tiptap/extension-heading) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-heading/package.json b/packages/extension-heading/package.json index ebd38d37..892fdf1c 100644 --- a/packages/extension-heading/package.json +++ b/packages/extension-heading/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-heading", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-heading.cjs.js", "umd": "dist/tiptap-extension-heading.umd.js", "module": "dist/tiptap-extension-heading.esm.js", diff --git a/packages/extension-highlight/README.md b/packages/extension-highlight/README.md new file mode 100644 index 00000000..c77f62db --- /dev/null +++ b/packages/extension-highlight/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-highlight +[![Version](https://img.shields.io/npm/v/@tiptap/extension-highlight.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-highlight) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-highlight.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-highlight.svg)](https://www.npmjs.com/package/@tiptap/extension-highlight) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-highlight/package.json b/packages/extension-highlight/package.json index 7152e176..6b0de501 100644 --- a/packages/extension-highlight/package.json +++ b/packages/extension-highlight/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-highlight", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-highlight.cjs.js", "umd": "dist/tiptap-extension-highlight.umd.js", "module": "dist/tiptap-extension-highlight.esm.js", diff --git a/packages/extension-history/README.md b/packages/extension-history/README.md new file mode 100644 index 00000000..beabb686 --- /dev/null +++ b/packages/extension-history/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-history +[![Version](https://img.shields.io/npm/v/@tiptap/extension-history.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-history) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-history.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-history.svg)](https://www.npmjs.com/package/@tiptap/extension-history) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-history/package.json b/packages/extension-history/package.json index 05c417c7..740b40b8 100644 --- a/packages/extension-history/package.json +++ b/packages/extension-history/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-history", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-history.cjs.js", "umd": "dist/tiptap-extension-history.umd.js", "module": "dist/tiptap-extension-history.esm.js", diff --git a/packages/extension-horizontal-rule/README.md b/packages/extension-horizontal-rule/README.md new file mode 100644 index 00000000..70897d39 --- /dev/null +++ b/packages/extension-horizontal-rule/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-horizontal-rule +[![Version](https://img.shields.io/npm/v/@tiptap/extension-horizontal-rule.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-horizontal-rule) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-horizontal-rule.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-horizontal-rule.svg)](https://www.npmjs.com/package/@tiptap/extension-horizontal-rule) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-horizontal-rule/package.json b/packages/extension-horizontal-rule/package.json index b901ebc3..05efffe2 100644 --- a/packages/extension-horizontal-rule/package.json +++ b/packages/extension-horizontal-rule/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-horizontal-rule", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-horizontal-rule.cjs.js", "umd": "dist/tiptap-extension-horizontal-rule.umd.js", "module": "dist/tiptap-extension-horizontal-rule.esm.js", diff --git a/packages/extension-image/README.md b/packages/extension-image/README.md new file mode 100644 index 00000000..03351fcd --- /dev/null +++ b/packages/extension-image/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-image +[![Version](https://img.shields.io/npm/v/@tiptap/extension-image.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-image) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-image.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-image.svg)](https://www.npmjs.com/package/@tiptap/extension-image) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-image/package.json b/packages/extension-image/package.json index a1db60da..35a4b0b4 100644 --- a/packages/extension-image/package.json +++ b/packages/extension-image/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-image", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-image.cjs.js", "umd": "dist/tiptap-extension-image.umd.js", "module": "dist/tiptap-extension-image.esm.js", diff --git a/packages/extension-italic/README.md b/packages/extension-italic/README.md new file mode 100644 index 00000000..f153737a --- /dev/null +++ b/packages/extension-italic/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-italic +[![Version](https://img.shields.io/npm/v/@tiptap/extension-italic.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-italic) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-italic.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-italic.svg)](https://www.npmjs.com/package/@tiptap/extension-italic) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-italic/package.json b/packages/extension-italic/package.json index d84e9187..6633e7c9 100644 --- a/packages/extension-italic/package.json +++ b/packages/extension-italic/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-italic", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-italic.cjs.js", "umd": "dist/tiptap-extension-italic.umd.js", "module": "dist/tiptap-extension-italic.esm.js", diff --git a/packages/extension-link/README.md b/packages/extension-link/README.md new file mode 100644 index 00000000..012261b3 --- /dev/null +++ b/packages/extension-link/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-link +[![Version](https://img.shields.io/npm/v/@tiptap/extension-link.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-link) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-link.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-link.svg)](https://www.npmjs.com/package/@tiptap/extension-link) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-link/package.json b/packages/extension-link/package.json index ef91a623..61cb2b74 100644 --- a/packages/extension-link/package.json +++ b/packages/extension-link/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-link", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-link.cjs.js", "umd": "dist/tiptap-extension-link.umd.js", "module": "dist/tiptap-extension-link.esm.js", diff --git a/packages/extension-list-item/README.md b/packages/extension-list-item/README.md new file mode 100644 index 00000000..42c60c51 --- /dev/null +++ b/packages/extension-list-item/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-list-item +[![Version](https://img.shields.io/npm/v/@tiptap/extension-list-item.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-list-item) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-list-item.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-list-item.svg)](https://www.npmjs.com/package/@tiptap/extension-list-item) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-list-item/package.json b/packages/extension-list-item/package.json index fca273c0..99acd0c3 100644 --- a/packages/extension-list-item/package.json +++ b/packages/extension-list-item/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-list-item", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-list-item.cjs.js", "umd": "dist/tiptap-extension-list-item.umd.js", "module": "dist/tiptap-extension-list-item.esm.js", diff --git a/packages/extension-ordered-list/README.md b/packages/extension-ordered-list/README.md new file mode 100644 index 00000000..bfea99cd --- /dev/null +++ b/packages/extension-ordered-list/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-ordered-list +[![Version](https://img.shields.io/npm/v/@tiptap/extension-ordered-list.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-ordered-list) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-ordered-list.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-ordered-list.svg)](https://www.npmjs.com/package/@tiptap/extension-ordered-list) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-ordered-list/package.json b/packages/extension-ordered-list/package.json index 567eb958..9937a355 100644 --- a/packages/extension-ordered-list/package.json +++ b/packages/extension-ordered-list/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-ordered-list", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-ordered-list.cjs.js", "umd": "dist/tiptap-extension-ordered-list.umd.js", "module": "dist/tiptap-extension-ordered-list.esm.js", diff --git a/packages/extension-paragraph/README.md b/packages/extension-paragraph/README.md new file mode 100644 index 00000000..13d6af50 --- /dev/null +++ b/packages/extension-paragraph/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-paragraph +[![Version](https://img.shields.io/npm/v/@tiptap/extension-paragraph.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-paragraph) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-paragraph.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-paragraph.svg)](https://www.npmjs.com/package/@tiptap/extension-paragraph) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-paragraph/package.json b/packages/extension-paragraph/package.json index a5862f77..b1014458 100644 --- a/packages/extension-paragraph/package.json +++ b/packages/extension-paragraph/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-paragraph", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-paragraph.cjs.js", "umd": "dist/tiptap-extension-paragraph.umd.js", "module": "dist/tiptap-extension-paragraph.esm.js", diff --git a/packages/extension-strike/README.md b/packages/extension-strike/README.md new file mode 100644 index 00000000..2984666f --- /dev/null +++ b/packages/extension-strike/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-strike +[![Version](https://img.shields.io/npm/v/@tiptap/extension-strike.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-strike) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-strike.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-strike.svg)](https://www.npmjs.com/package/@tiptap/extension-strike) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-strike/package.json b/packages/extension-strike/package.json index 6c2b6941..697d9f3a 100644 --- a/packages/extension-strike/package.json +++ b/packages/extension-strike/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-strike", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-strike.cjs.js", "umd": "dist/tiptap-extension-strike.umd.js", "module": "dist/tiptap-extension-strike.esm.js", diff --git a/packages/extension-task-item/README.md b/packages/extension-task-item/README.md new file mode 100644 index 00000000..2bf09e32 --- /dev/null +++ b/packages/extension-task-item/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-task-item +[![Version](https://img.shields.io/npm/v/@tiptap/extension-task-item.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-task-item) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-task-item.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-task-item.svg)](https://www.npmjs.com/package/@tiptap/extension-task-item) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-task-item/package.json b/packages/extension-task-item/package.json index 37c8b89f..625e3028 100644 --- a/packages/extension-task-item/package.json +++ b/packages/extension-task-item/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-task-item", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-task-item.cjs.js", "umd": "dist/tiptap-extension-task-item.umd.js", "module": "dist/tiptap-extension-task-item.esm.js", diff --git a/packages/extension-task-list/README.md b/packages/extension-task-list/README.md new file mode 100644 index 00000000..d7e4d8c6 --- /dev/null +++ b/packages/extension-task-list/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-task-list +[![Version](https://img.shields.io/npm/v/@tiptap/extension-task-list.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-task-list) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-task-list.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-task-list.svg)](https://www.npmjs.com/package/@tiptap/extension-task-list) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-task-list/package.json b/packages/extension-task-list/package.json index 67285fff..71516ede 100644 --- a/packages/extension-task-list/package.json +++ b/packages/extension-task-list/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-task-list", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-task-list.cjs.js", "umd": "dist/tiptap-extension-task-list.umd.js", "module": "dist/tiptap-extension-task-list.esm.js", diff --git a/packages/extension-text-align/README.md b/packages/extension-text-align/README.md new file mode 100644 index 00000000..fc856a48 --- /dev/null +++ b/packages/extension-text-align/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-text-align +[![Version](https://img.shields.io/npm/v/@tiptap/extension-text-align.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-text-align) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-text-align.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-text-align.svg)](https://www.npmjs.com/package/@tiptap/extension-text-align) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-text-align/package.json b/packages/extension-text-align/package.json index a475d11a..f53cd872 100644 --- a/packages/extension-text-align/package.json +++ b/packages/extension-text-align/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-text-align", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-text-align.cjs.js", "umd": "dist/tiptap-extension-text-align.umd.js", "module": "dist/tiptap-extension-text-align.esm.js", diff --git a/packages/extension-text-style/README.md b/packages/extension-text-style/README.md new file mode 100644 index 00000000..d91d7aa8 --- /dev/null +++ b/packages/extension-text-style/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-text-style +[![Version](https://img.shields.io/npm/v/@tiptap/extension-text-style.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-text-style) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-text-style.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-text-style.svg)](https://www.npmjs.com/package/@tiptap/extension-text-style) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-text-style/package.json b/packages/extension-text-style/package.json index faefd146..89fb00c8 100644 --- a/packages/extension-text-style/package.json +++ b/packages/extension-text-style/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-text-style", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-text-style.cjs.js", "umd": "dist/tiptap-extension-text-style.umd.js", "module": "dist/tiptap-extension-text-style.esm.js", diff --git a/packages/extension-text/README.md b/packages/extension-text/README.md new file mode 100644 index 00000000..87aa3fca --- /dev/null +++ b/packages/extension-text/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-text +[![Version](https://img.shields.io/npm/v/@tiptap/extension-text.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-text) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-text.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-text.svg)](https://www.npmjs.com/package/@tiptap/extension-text) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-text/package.json b/packages/extension-text/package.json index d1c987a5..d95f812e 100644 --- a/packages/extension-text/package.json +++ b/packages/extension-text/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-text", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-text.cjs.js", "umd": "dist/tiptap-extension-text.umd.js", "module": "dist/tiptap-extension-text.esm.js", diff --git a/packages/extension-typography/README.md b/packages/extension-typography/README.md new file mode 100644 index 00000000..ac274a62 --- /dev/null +++ b/packages/extension-typography/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-typography +[![Version](https://img.shields.io/npm/v/@tiptap/extension-typography.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-typography) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-typography.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-typography.svg)](https://www.npmjs.com/package/@tiptap/extension-typography) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-typography/package.json b/packages/extension-typography/package.json index b9c86c4d..0953bad4 100644 --- a/packages/extension-typography/package.json +++ b/packages/extension-typography/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-typography", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-typography.cjs.js", "umd": "dist/tiptap-extension-typography.umd.js", "module": "dist/tiptap-extension-typography.esm.js", diff --git a/packages/extension-underline/README.md b/packages/extension-underline/README.md new file mode 100644 index 00000000..9953862e --- /dev/null +++ b/packages/extension-underline/README.md @@ -0,0 +1,14 @@ +# @tiptap/extension-underline +[![Version](https://img.shields.io/npm/v/@tiptap/extension-underline.svg?label=version)](https://www.npmjs.com/package/@tiptap/extension-underline) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/extension-underline.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/extension-underline.svg)](https://www.npmjs.com/package/@tiptap/extension-underline) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/extension-underline/package.json b/packages/extension-underline/package.json index f9ca7f63..b1866dc4 100644 --- a/packages/extension-underline/package.json +++ b/packages/extension-underline/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/extension-underline", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap extension"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-extension-underline.cjs.js", "umd": "dist/tiptap-extension-underline.umd.js", "module": "dist/tiptap-extension-underline.esm.js", diff --git a/packages/html/README.md b/packages/html/README.md new file mode 100644 index 00000000..8d4b1063 --- /dev/null +++ b/packages/html/README.md @@ -0,0 +1,14 @@ +# @tiptap/html +[![Version](https://img.shields.io/npm/v/@tiptap/html.svg?label=version)](https://www.npmjs.com/package/@tiptap/html) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/html.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/html.svg)](https://www.npmjs.com/package/@tiptap/html) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/html/package.json b/packages/html/package.json index dfe730a6..7f6e73bd 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/html", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap utility"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-html.cjs.js", "umd": "dist/tiptap-html.umd.js", "module": "dist/tiptap-html.esm.js", diff --git a/packages/starter-kit/README.md b/packages/starter-kit/README.md new file mode 100644 index 00000000..7c732735 --- /dev/null +++ b/packages/starter-kit/README.md @@ -0,0 +1,14 @@ +# @tiptap/starter-kit +[![Version](https://img.shields.io/npm/v/@tiptap/starter-kit.svg?label=version)](https://www.npmjs.com/package/@tiptap/starter-kit) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/starter-kit.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/starter-kit.svg)](https://www.npmjs.com/package/@tiptap/starter-kit) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/starter-kit/package.json b/packages/starter-kit/package.json index 3c880f0c..fe7f30d0 100644 --- a/packages/starter-kit/package.json +++ b/packages/starter-kit/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/starter-kit", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap starter kit"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-starter-kit.cjs.js", "umd": "dist/tiptap-starter-kit.umd.js", "module": "dist/tiptap-starter-kit.esm.js", diff --git a/packages/vue-starter-kit/README.md b/packages/vue-starter-kit/README.md new file mode 100644 index 00000000..0ced0098 --- /dev/null +++ b/packages/vue-starter-kit/README.md @@ -0,0 +1,14 @@ +# @tiptap/vue-starter-kit +[![Version](https://img.shields.io/npm/v/@tiptap/vue-starter-kit.svg?label=version)](https://www.npmjs.com/package/@tiptap/vue-starter-kit) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/vue-starter-kit.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/vue-starter-kit.svg)](https://www.npmjs.com/package/@tiptap/vue-starter-kit) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/vue-starter-kit/package.json b/packages/vue-starter-kit/package.json index dbed05b8..a23f118c 100644 --- a/packages/vue-starter-kit/package.json +++ b/packages/vue-starter-kit/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/vue-starter-kit", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap starter kit"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-vue-starter-kit.cjs.js", "umd": "dist/tiptap-vue-starter-kit.umd.js", "module": "dist/tiptap-vue-starter-kit.esm.js", diff --git a/packages/vue/README.md b/packages/vue/README.md new file mode 100644 index 00000000..33f362c3 --- /dev/null +++ b/packages/vue/README.md @@ -0,0 +1,14 @@ +# @tiptap/vue +[![Version](https://img.shields.io/npm/v/@tiptap/vue.svg?label=version)](https://www.npmjs.com/package/@tiptap/vue) +[![Downloads](https://img.shields.io/npm/dm/@tiptap/vue.svg)](https://npmcharts.com/compare/tiptap?minimal=true) +[![License](https://img.shields.io/npm/l/@tiptap/vue.svg)](https://www.npmjs.com/package/@tiptap/vue) +[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis) + +## Introduction +tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text WYSIWYG editors, which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*. + +## Offical Documentation +Documentation can be found on the [tiptap website](https://tiptap.dev). + +## License +tiptap is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md). diff --git a/packages/vue/package.json b/packages/vue/package.json index 3089e4ab..c6d8e0ba 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,13 @@ { "name": "@tiptap/vue", "version": "1.0.0", + "homepage": "https://tiptap.dev", + "keywords": ["tiptap", "tiptap vue components"], + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, "main": "dist/tiptap-vue.cjs.js", "umd": "dist/tiptap-vue.umd.js", "module": "dist/tiptap-vue.esm.js",