Merge branch 'main' into feature/node-views

This commit is contained in:
Philipp Kühn
2020-10-30 16:06:53 +01:00
36 changed files with 258 additions and 112 deletions

View File

@@ -6,10 +6,10 @@ Type <code>>&nbsp;</code> at the beginning of a new line and it will magically t
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-blockquote
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-blockquote
```

View File

@@ -9,10 +9,10 @@ The extension will generate the corresponding `<strong>` HTML tags when reading
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-bold
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-bold
```

View File

@@ -9,10 +9,10 @@ The `BulletList` extension is intended to be used with the [`ListItem`](/api/ext
:::
```bash
# With npm
# with npm
npm install @tiptap/extension-bullet-list @tiptap/extension-list-item
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-bullet-list @tiptap/extension-list-item
```

View File

@@ -9,10 +9,10 @@ The CodeBlock extension doesnt come with styling and has no syntax highlighti
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-code-block
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-code-block
```

View File

@@ -5,10 +5,10 @@ Type something with <code>\`back-ticks around\`</code> and it will magically tra
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-code
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-code
```

View File

@@ -6,10 +6,10 @@ Using this in production requires a **tiptap pro** license. [Read more](/sponsor
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-collaboration-cursor
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-collaboration-cursor
```

View File

@@ -7,10 +7,10 @@ Using this in production requires a **tiptap pro** license. [Read more](/sponsor
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-collaboration yjs y-webrtc
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-collaboration yjs y-webrtc
```

View File

@@ -9,10 +9,10 @@ Tiptap 1 tried to hide that node from you, but it has always been there. A tiny,
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-document
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-document
```
@@ -20,4 +20,4 @@ yarn add @tiptap/extension-document
[packages/extension-document/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-document/)
## Usage
<demo name="Extensions/Document" highlight="10,28" />
<demo name="Extensions/Document" highlight="10,28" />

View File

@@ -3,10 +3,10 @@ The HardBreak extensions adds support for the `<br>` HTML tag, which forces a li
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-hard-break
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-hard-break
```

View File

@@ -5,10 +5,10 @@ Type <code>#&nbsp;</code> at the beginning of a new line and it will magically t
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-heading
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-heading
```

View File

@@ -3,10 +3,10 @@ This extension provides history support. All changes to the document will be tra
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-history
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-history
```

View File

@@ -5,10 +5,10 @@ Type three dashes (<code>---</code>) or three underscores and a space (<code>___
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-horizontal-rule
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-horizontal-rule
```

View File

@@ -2,10 +2,10 @@
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-image
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-image
```

View File

@@ -9,10 +9,10 @@ The extension will generate the corresponding `<em>` HTML tags when reading cont
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-italic
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-italic
```

View File

@@ -7,10 +7,10 @@ Pasted URLs will be linked automatically.
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-link
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-link
```

View File

@@ -7,10 +7,10 @@ This extensions is intended to be used with the [`BulletList`](/api/extensions/b
:::
```bash
# With npm
# with npm
npm install @tiptap/extension-list-item
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-list-item
```

View File

@@ -9,10 +9,10 @@ The `OrderedList` extension is intended to be used with the [`ListItem`](/api/ex
:::
```bash
# With npm
# with npm
npm install @tiptap/extension-ordered-list @tiptap/extension-list-item
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-ordered-list @tiptap/extension-list-item
```

View File

@@ -7,10 +7,10 @@ Tiptap 1 tried to hide that node from you, but it has always been there. You hav
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-paragraph
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-paragraph
```

View File

@@ -9,10 +9,10 @@ The extension will generate the corresponding `<s>` HTML tags when reading conte
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-strike
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-strike
```

View File

@@ -2,10 +2,10 @@
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-text-align
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-text-align
```

View File

@@ -7,10 +7,10 @@ Tiptap 1 tried to hide that node from you, but it has always been there. You hav
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-text
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-text
```
@@ -18,4 +18,4 @@ yarn add @tiptap/extension-text
[packages/extension-text/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-text/)
## Usage
<demo name="Extensions/Text" highlight="12,30" />
<demo name="Extensions/Text" highlight="12,30" />

View File

@@ -9,10 +9,10 @@ The extension will generate the corresponding `<u>` HTML tags when reading conte
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-underline
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-underline
```