docs: update content
This commit is contained in:
@@ -17,4 +17,13 @@ editor.commands.extendMarkRange('link')
|
|||||||
|
|
||||||
// Expand selection to link marks with specific attributes
|
// Expand selection to link marks with specific attributes
|
||||||
editor.commands.extendMarkRange('link', { href: 'https://google.com' })
|
editor.commands.extendMarkRange('link', { href: 'https://google.com' })
|
||||||
|
|
||||||
|
// Expand selection to link mark and update attributes
|
||||||
|
editor
|
||||||
|
.chain()
|
||||||
|
.extendMarkRange('link')
|
||||||
|
.updateAttributes('link', {
|
||||||
|
href: 'https://duckduckgo.com'
|
||||||
|
})
|
||||||
|
.run()
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
# joinForward
|
# joinForward
|
||||||
|
|
||||||
<ContentMissing />
|
<ContentMissing />
|
||||||
|
|
||||||
|
https://prosemirror.net/docs/ref/#commands.joinForward
|
||||||
|
|||||||
Reference in New Issue
Block a user