move some pages
This commit is contained in:
1
docs/src/data/posts/commands.md
Normal file
1
docs/src/data/posts/commands.md
Normal file
@@ -0,0 +1 @@
|
||||
# Commands
|
||||
5
docs/src/data/posts/editor.md
Normal file
5
docs/src/data/posts/editor.md
Normal 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.
|
||||
1
docs/src/data/posts/events.md
Normal file
1
docs/src/data/posts/events.md
Normal file
@@ -0,0 +1 @@
|
||||
# Events
|
||||
1
docs/src/data/posts/extensions.md
Normal file
1
docs/src/data/posts/extensions.md
Normal file
@@ -0,0 +1 @@
|
||||
# Extensions
|
||||
@@ -1,4 +1,4 @@
|
||||
# Install
|
||||
# Installation
|
||||
|
||||
```bash
|
||||
# Using npm
|
||||
3
docs/src/data/posts/renderless.md
Normal file
3
docs/src/data/posts/renderless.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Renderless
|
||||
|
||||
tiptap comes without any CSS.
|
||||
Reference in New Issue
Block a user