Merge branch 'feature/suggestions' of https://github.com/ueberdosis/tiptap-next into feature/suggestions
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
# Mention
|
# Mention
|
||||||
|
|
||||||
:::pro Fund the development 💖
|
|
||||||
We need your support to maintain, update, support and develop tiptap 2. If you’re waiting for this extension, [become a sponsor and fund open source](/sponsor).
|
|
||||||
:::
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
```bash
|
```bash
|
||||||
# with npm
|
# with npm
|
||||||
|
|||||||
@@ -256,8 +256,6 @@ $menuBreakPoint: 800px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
&--sponsor {
|
&--sponsor {
|
||||||
color: $colorWhite;
|
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: '💖';
|
content: '💖';
|
||||||
font-family: 'JetBrainsMono', monospace;
|
font-family: 'JetBrainsMono', monospace;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user