Merge branch 'feature/suggestions' of https://github.com/ueberdosis/tiptap-next into feature/suggestions

This commit is contained in:
Philipp Kühn
2021-01-20 09:24:16 +01:00
3 changed files with 1 additions and 10 deletions

View File

@@ -1,9 +1,5 @@
# Mention # Mention
:::pro Fund the development 💖
We need your support to maintain, update, support and develop tiptap 2. If youre waiting for this extension, [become a sponsor and fund open source](/sponsor).
:::
## Installation ## Installation
```bash ```bash
# with npm # with npm

View File

@@ -256,8 +256,6 @@ $menuBreakPoint: 800px;
} }
&--sponsor { &--sponsor {
color: $colorWhite;
&::after { &::after {
content: '💖'; content: '💖';
font-family: 'JetBrainsMono', monospace; font-family: 'JetBrainsMono', monospace;

View File

@@ -35,9 +35,6 @@
link: /examples/drawing link: /examples/drawing
- title: Multiple editors - title: Multiple editors
link: /examples/multiple-editors link: /examples/multiple-editors
- title: Comments
link: /examples/comments
draft: true
- title: Guide - title: Guide
@@ -160,7 +157,7 @@
items: items:
- title: Annotation - title: Annotation
link: /api/extensions/annotation link: /api/extensions/annotation
draft: true type: draft
- title: Collaboration - title: Collaboration
link: /api/extensions/collaboration link: /api/extensions/collaboration
type: pro type: pro