docs: use regular case for Tiptap

This commit is contained in:
Hans Pagel
2021-10-19 22:30:45 +02:00
parent 3fe97621e7
commit f45c8d0ca7
77 changed files with 203 additions and 203 deletions

View File

@@ -9,7 +9,7 @@ Using the collaborative editing commercially? [Become a sponsor](/sponsor) to fu
:::
## Introduction
This example shows how you can use tiptap to let multiple users collaborate in the same document in real-time.
This example shows how you can use Tiptap to let multiple users collaborate in the same document in real-time.
It connects all clients to a WebSocket server and merges changes to the document with the power of [Y.js](https://github.com/yjs/yjs). If you want to learn more about collaborative text editing, check out [our guide on collaborative editing](/guide/collaborative-editing).

View File

@@ -1,4 +1,4 @@
# Drawing
Did you ever wanted to draw in a text editor? Me neither. Anyway, here is an example how that could work with tiptap. If you want to build something like that, [learn more about node views](/guide/node-views).
Did you ever wanted to draw in a text editor? Me neither. Anyway, here is an example how that could work with Tiptap. If you want to build something like that, [learn more about node views](/guide/node-views).
https://embed.tiptap.dev/preview/Examples/Drawing

View File

@@ -3,7 +3,7 @@
:::pro What about …
Wed love to build more features related to images: Resizeable images, images with a caption, floating images … But that takes time.
Though thousands of developers use tiptap every day, its still not our full-time job. Wed like to change that. Are you able to help us reach our goal?
Though thousands of developers use Tiptap every day, its still not our full-time job. Wed like to change that. Are you able to help us reach our goal?
[Become a sponsor on GitHub →](https://github.com/sponsors/ueberdosis)
:::