mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-08-06 13:38:49 +08:00
add all packages to readme
This commit is contained in:
parent
a37d33f526
commit
11f3f6f6f6
15
README.md
15
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)
|
||||
|
||||
<p>
|
||||
<a href="https://npmcharts.com/compare/tiptap?minimal=true"><img src="https://img.shields.io/npm/dm/tiptap.svg" alt="Downloads"></a>
|
||||
<a href="https://www.npmjs.com/package/tiptap"><img src="https://img.shields.io/npm/v/tiptap.svg" alt="Version"></a>
|
||||
<a href="https://www.npmjs.com/package/tiptap"><img src="https://img.shields.io/npm/l/tiptap.svg" alt="License"></a>
|
||||
</p>
|
||||
| **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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user