make link target _blank the default

This commit is contained in:
Hans Pagel
2020-09-27 10:41:20 +02:00
parent 13c95b602e
commit 30bf37c8c8
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ yarn add @tiptap/extension-link
| class | string | | Add a custom class to the rendered HTML tag. |
| openOnClick | boolean | true | If enabled, links will be opened on click. |
| rel | string | noopener noreferrer nofollow | Configure the `rel` attribute. |
| target | string | _self | Set the default `target` of links. |
| target | string | _blank | Set the default `target` of links. |
## Commands
| Command | Options | Description |