Skip to content

Commit 9292023

Browse files
committed
feat: updated edit hyperlink docs
1 parent 51ced2b commit 9292023

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/07-Pro Features/01-live-preview-edit.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,13 @@ To cancel a drag, press `Esc`.
252252

253253
The **Edit Hyperlink** feature lets you modify the URL and behavior of anchor (`<a>`) elements directly in the Live Preview.
254254

255-
To edit a hyperlink, select an `<a>` element and click the **Edit Hyperlink** button *(chain icon)* in the Control Box. An editing panel appears near the element.
255+
To edit a hyperlink, select an `<a>` element and click the **Edit Hyperlink** button *(chain icon)* in the [Control Box](#control-box). A panel appears near the element with the following options:
256256

257-
The input box includes:
258257
- **URL input**: Edit the link's destination (`href` attribute). Press `Enter` to save your changes or `Esc` to cancel.
259-
- **Opens in new tab**: Check this option to make the link open in a new tab. Checking this option will add `target="_blank"` in your source code.
260-
- **Open this link**: Clicking on this button opens the URL in your default browser. This option is available only in desktop apps.
258+
- **Opens in new tab**: Toggle this option to make the link open in a new tab. This adds `target="_blank"` in your source code.
259+
- **Open this link**: Opens the URL in your default browser. This option is available only in desktop apps.
261260

262-
![Edit Hyperlink](./images/edit-hyperlink.png "Edit Hyperlink")
261+
<!-- Add an image here showing the Edit Hyperlink panel with URL input, new tab toggle, and open link button -->
263262

264263
---
265264

0 commit comments

Comments
 (0)