diff --git a/docs/src/docPages/api/events.md b/docs/src/docPages/api/events.md index 1d647f5a..abe20049 100644 --- a/docs/src/docPages/api/events.md +++ b/docs/src/docPages/api/events.md @@ -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({ diff --git a/docs/src/docPages/best-practices/keyboard-shortcuts.md b/docs/src/docPages/best-practices/keyboard-shortcuts.md new file mode 100644 index 00000000..d1fd108d --- /dev/null +++ b/docs/src/docPages/best-practices/keyboard-shortcuts.md @@ -0,0 +1 @@ +# Keyboard Shortcuts \ No newline at end of file diff --git a/docs/src/docPages/best-practices/menus.md b/docs/src/docPages/best-practices/menus.md new file mode 100644 index 00000000..97a2bc33 --- /dev/null +++ b/docs/src/docPages/best-practices/menus.md @@ -0,0 +1 @@ +# Menus \ No newline at end of file diff --git a/docs/src/docPages/best-practices/overview.md b/docs/src/docPages/best-practices/overview.md new file mode 100644 index 00000000..4bba659e --- /dev/null +++ b/docs/src/docPages/best-practices/overview.md @@ -0,0 +1 @@ +# Overview \ No newline at end of file diff --git a/docs/src/docPages/introduction.md b/docs/src/docPages/introduction.md index a55c9224..33b4710d 100644 --- a/docs/src/docPages/introduction.md +++ b/docs/src/docPages/introduction.md @@ -1,5 +1,5 @@ # Introduction -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*. +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.