add why section to tiptap
This commit is contained in:
16
README.md
16
README.md
@@ -1,12 +1,12 @@
|
|||||||
# tiptap
|
# tiptap
|
||||||
A renderless and extendable rich-text editor for [Vue.js](https://github.com/vuejs/vue)
|
A renderless and extendable rich-text editor for [Vue.js](https://github.com/vuejs/vue)
|
||||||
|
|
||||||
| **Package** | **Version** | **Downloads** | **Description** |
|
[](https://www.npmjs.com/package/tiptap)
|
||||||
| --- | --- | --- | --- |
|
[](https://npmcharts.com/compare/tiptap?minimal=true)
|
||||||
| [`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. |
|
[](https://www.npmjs.com/package/tiptap)
|
||||||
| [`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. |
|
## Why I built tiptap
|
||||||
| [`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. |
|
I was looking for a text editor for [Vue.js](https://github.com/vuejs/vue) and found some solutions that didn't really satisfy me. The editor should be easy to extend and not based on old dependencies such as jQuery. For React there is already a great editor called [Slate.js](https://github.com/ianstormtaylor/slate), which impresses with its modularity. I came across [Prosemirror](https://github.com/prosemirror) and decided to build on it. Prosemirror is a toolkit for building rich-text editors that is already in use at many well-known companies such as Atlassian or New York Times.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
To check out some live examples, visit [tiptap.scrumpy.io](https://tiptap.scrumpy.io/).
|
To check out some live examples, visit [tiptap.scrumpy.io](https://tiptap.scrumpy.io/).
|
||||||
@@ -15,6 +15,10 @@ To check out some live examples, visit [tiptap.scrumpy.io](https://tiptap.scrump
|
|||||||
```
|
```
|
||||||
npm install tiptap
|
npm install tiptap
|
||||||
```
|
```
|
||||||
|
or
|
||||||
|
```
|
||||||
|
yarn add tiptap
|
||||||
|
```
|
||||||
|
|
||||||
## Basic Setup
|
## Basic Setup
|
||||||
```vue
|
```vue
|
||||||
|
|||||||
Reference in New Issue
Block a user