mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-25 12:39:03 +08:00
add missing pages
This commit is contained in:
parent
297981c5d8
commit
e20d428077
@ -4,7 +4,7 @@
|
||||
This content is written for tiptap 1 and needs an update.
|
||||
:::
|
||||
|
||||
There are some events you can listen for. A full list of events can be found [here](/api/classes.md#editor-options).
|
||||
There are some events you can listen for. A full list of events can be found here.
|
||||
|
||||
```js
|
||||
const editor = new Editor({
|
||||
|
1
docs/src/docPages/best-practices/keyboard-shortcuts.md
Normal file
1
docs/src/docPages/best-practices/keyboard-shortcuts.md
Normal file
@ -0,0 +1 @@
|
||||
# Keyboard Shortcuts
|
1
docs/src/docPages/best-practices/menus.md
Normal file
1
docs/src/docPages/best-practices/menus.md
Normal file
@ -0,0 +1 @@
|
||||
# Menus
|
1
docs/src/docPages/best-practices/overview.md
Normal file
1
docs/src/docPages/best-practices/overview.md
Normal file
@ -0,0 +1 @@
|
||||
# Overview
|
@ -1,5 +1,5 @@
|
||||
# Introduction
|
||||
tiptap is a <g-link to="/renderless">renderless</g-link> wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text editors that are already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*.
|
||||
tiptap is a renderless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich-text editors that are already in use at many well-known companies such as *New York Times*, *The Guardian* or *Atlassian*.
|
||||
|
||||
Although tiptap tries to hide most of the complexity of ProseMirror, it’s is built on top of its APIs and we strongly recommend you to read through the [ProseMirror Guide](https://ProseMirror.net/docs/guide/). You’ll have a better understanding of how everything works under the hood and get familiar with many terms and jargon used by tiptap.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user