1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-21 13:51:59 +02:00

Add link to Selection Transforms API Reference in Transforms Concepts

This commit is contained in:
Sunny Hirai 2021-05-20 23:31:11 -07:00
parent ff267767f6
commit 832597fe91

View File

@ -29,6 +29,8 @@ Transforms.move(editor, {
})
```
[Selection Transforms API Reference](api/transforms#selection-transforms)
## Text Transforms
Text transforms act on the text content of the editor. For example, here's how you'd insert a string of text as a specific point: