move some pages

This commit is contained in:
Philipp Kühn
2020-04-18 20:39:48 +02:00
parent fe1a647028
commit 53d20a454a
10 changed files with 40 additions and 11 deletions

View File

@@ -0,0 +1 @@
# Commands

View File

@@ -0,0 +1,5 @@
# Editor
This class is a central building block of tiptap. It does most of the heavy lifting of creating a working [ProseMirror](https://ProseMirror.net/) editor such as creating the [`EditorView`](https://ProseMirror.net/docs/ref/#view.EditorView), setting the initial [`EditorState`](https://ProseMirror.net/docs/ref/#state.Editor_State) and so on.
Although tiptap tries to hide most of the complexity of [ProseMirror](https://ProseMirror.net/docs/), tiptap 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.

View File

@@ -0,0 +1 @@
# Events

View File

@@ -0,0 +1 @@
# Extensions

View File

@@ -1,4 +1,4 @@
# Install
# Installation
```bash
# Using npm

View File

@@ -0,0 +1,3 @@
# Renderless
tiptap comes without any CSS.