Type Editor / @type-editor/commands / auto-link
auto-link
Type Aliases
| Type Alias | Description |
|---|---|
Type definition for the trigger key that activates auto-linking. |
Functions
| Function | Description |
|---|---|
Automatically converts URLs to clickable links when Enter or Space is pressed. This command detects URLs in the editor and automatically wraps them with a link mark when the user presses Enter or Space. It supports both explicit protocols (http://, https://) and implicit URLs (example.com). Example typescript Remarks
|