add missing pages

This commit is contained in:
Hans Pagel 2020-09-15 17:37:11 +02:00
parent 297981c5d8
commit e20d428077
5 changed files with 5 additions and 2 deletions

View File

@ -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({

View File

@ -0,0 +1 @@
# Keyboard Shortcuts

View File

@ -0,0 +1 @@
# Menus

View File

@ -0,0 +1 @@
# Overview

View File

@ -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, its is built on top of its APIs and we strongly recommend you to read through the [ProseMirror Guide](https://ProseMirror.net/docs/guide/). Youll have a better understanding of how everything works under the hood and get familiar with many terms and jargon used by tiptap.