diff --git a/README.md b/README.md index ecb2718a..288dad10 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # tiptap -A rich-text editor for Vue.js +A renderless and extendable rich-text editor for [Vue.js](https://github.com/vuejs/vue) -
+| **Package** | **Version** | **Downloads** | **Description** | +| - | - | - | - | +| [`tiptap`](https://github.com/heyscrumpy/tiptap/tree/master/packages/tiptap) | [](https://www.npmjs.com/package/tiptap) | [](https://npmcharts.com/compare/tiptap?minimal=true) | The core package including the vue component. | +| [`tiptap-extensions`](https://github.com/heyscrumpy/tiptap/tree/master/packages/tiptap-extensions) | [](https://www.npmjs.com/package/tiptap-extensions) | [](https://npmcharts.com/compare/tiptap-extensions?minimal=true) | A collection of some basic extensions for tiptap. | +| [`tiptap-commands`](https://github.com/heyscrumpy/tiptap/tree/master/packages/tiptap-commands) | [](https://www.npmjs.com/package/tiptap-commands) | [](https://npmcharts.com/compare/tiptap-commands?minimal=true) | A collection of commands. These are mostly used for extensions. | +| [`tiptap-utils`](https://github.com/heyscrumpy/tiptap/tree/master/packages/tiptap-utils) | [](https://www.npmjs.com/package/tiptap-utils) | [](https://npmcharts.com/compare/tiptap-utils?minimal=true) | A collection of utility functions. | + +[](https://github.com/heyscrumpy/tiptaps) ## Installation ```