replace rich-text with rich-text
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# tiptap 2 (Preview!)
|
# tiptap 2 (Preview!)
|
||||||
|
|
||||||
A headless and extendable rich-text editor, based on [ProseMirror](https://github.com/ProseMirror/prosemirror), which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*.
|
A headless and extendable rich text editor, based on [ProseMirror](https://github.com/ProseMirror/prosemirror), which is already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*.
|
||||||
|
|
||||||
<!-- [](https://www.npmjs.com/package/tiptap)
|
<!-- [](https://www.npmjs.com/package/tiptap)
|
||||||
[](https://npmcharts.com/compare/tiptap?minimal=true)
|
[](https://npmcharts.com/compare/tiptap?minimal=true)
|
||||||
@@ -19,7 +19,7 @@ We’re looking for your feedback to improve tiptap 2 before the first public re
|
|||||||
* Follow us on Twitter! [@hanspagel](https://twitter.com/hanspagel) [@_philippkuehn](https://twitter.com/_philippkuehn)
|
* Follow us on Twitter! [@hanspagel](https://twitter.com/hanspagel) [@_philippkuehn](https://twitter.com/_philippkuehn)
|
||||||
|
|
||||||
## Why we built tiptap
|
## Why we built tiptap
|
||||||
We were looking for a text editor for [Vue.js](https://github.com/vuejs/vue) and found some solutions that didn’t really satisfy us. An 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. We came across [ProseMirror](https://github.com/prosemirror) and decided to build on it. ProseMirror is a toolkit for building rich-text editors that are already in use at many well-known companies such as *Atlassian* or *New York Times*.
|
We were looking for a text editor for [Vue.js](https://github.com/vuejs/vue) and found some solutions that didn’t really satisfy us. An 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. We came across [ProseMirror](https://github.com/prosemirror) and decided to build on it. ProseMirror is a toolkit for building rich text editors that are already in use at many well-known companies such as *Atlassian* or *New York Times*.
|
||||||
|
|
||||||
### What does `headless` mean?
|
### What does `headless` mean?
|
||||||
With headless components you'll have (almost) full control over markup and styling. We don’t want to tell you what a menu should look like or where it should be rendered in the DOM. That’s all up to you. There is also a [great article about headless components](https://adamwathan.me/headless-components-in-vuejs/) by Adam Wathan.
|
With headless components you'll have (almost) full control over markup and styling. We don’t want to tell you what a menu should look like or where it should be rendered in the DOM. That’s all up to you. There is also a [great article about headless components](https://adamwathan.me/headless-components-in-vuejs/) by Adam Wathan.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Headless rich-text editor
|
title: Headless rich text editor
|
||||||
---
|
---
|
||||||
|
|
||||||
:::error Don’t try this at home
|
:::error Don’t try this at home
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
link: /examples/v-model
|
link: /examples/v-model
|
||||||
- title: Export HTML or JSON
|
- title: Export HTML or JSON
|
||||||
link: /examples/export-html-or-json
|
link: /examples/export-html-or-json
|
||||||
- title: Share feedback
|
- title: Feedback
|
||||||
link: /overview/feedback
|
link: /overview/feedback
|
||||||
|
|
||||||
- title: Guide
|
- title: Guide
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
[](https://github.com/sponsors/ueberdosis)
|
[](https://github.com/sponsors/ueberdosis)
|
||||||
|
|
||||||
## Introduction
|
## 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*.
|
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
|
## Offical Documentation
|
||||||
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
Documentation can be found on the [tiptap website](https://tiptap.dev).
|
||||||
|
|||||||
Reference in New Issue
Block a user