From 9e58f3ad55a2c5728c16152f68b0dcda9da5d112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Sun, 3 Oct 2021 20:53:30 +0200 Subject: [PATCH] docs: update content --- docs/api/extensions.md | 2 +- docs/api/extensions/unique-id.md | 6 +++--- docs/links.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api/extensions.md b/docs/api/extensions.md index 2d5b318d..998052ec 100644 --- a/docs/api/extensions.md +++ b/docs/api/extensions.md @@ -23,7 +23,7 @@ There are also some extensions with more capabilities. We call them [nodes](/api | [History](/api/extensions/history) | Included | [GitHub](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-history/) | | [Placeholder](/api/extensions/placeholder) | – | [GitHub](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-placeholder/) | | [TextAlign](/api/extensions/text-align) | – | [GitHub](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text-align/) | -| [UniqueId](/api/extensions/unique-id) | – | Requires a tiptap pro subscription | +| [UniqueID](/api/extensions/unique-id) | – | Requires a tiptap pro subscription | | [Typography](/api/extensions/typography) | – | [GitHub](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-typography/) | You don’t have to use it, but we prepared a `@tiptap/starter-kit` which includes the most common extensions. Read more about [`StarterKit`](/guide/configuration#default-extensions). diff --git a/docs/api/extensions/unique-id.md b/docs/api/extensions/unique-id.md index 97ac6622..a4c11926 100644 --- a/docs/api/extensions/unique-id.md +++ b/docs/api/extensions/unique-id.md @@ -1,8 +1,8 @@ -# UniqueId -The `UniqueId` extension adds unique IDs to all nodes. The extension keeps track of your nodes, even if you split them, merge them, undo/redo changes, crop content, paste content … It just works. +# UniqueID +The `UniqueID` extension adds unique IDs to all nodes. The extension keeps track of your nodes, even if you split them, merge them, undo/redo changes, crop content, paste content … It just works. Also, you can configure which node types get an unique ID, and which not, and you can customize how those IDs are generated. :::pro Pro extension -The UniqueId extension is the first tiptap pro extension we have released on top of all the free extensions. Access to the extension and the documentation requires a tiptap pro subscription. [Become a tiptap pro now!](/pricing) +The UniqueID extension is the first tiptap pro extension we have released on top of all the free extensions. Access to the extension and the documentation requires a tiptap pro subscription. [Become a tiptap pro now!](/pricing) ::: diff --git a/docs/links.yaml b/docs/links.yaml index b7873d29..135ce6a0 100644 --- a/docs/links.yaml +++ b/docs/links.yaml @@ -361,7 +361,7 @@ link: /api/extensions/text-align - title: Typography link: /api/extensions/typography - - title: UniqueId + - title: UniqueID link: /api/extensions/unique-id type: pro - title: Utilities