You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/07-Pro Features/01-live-preview-edit.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -252,14 +252,13 @@ To cancel a drag, press `Esc`.
252
252
253
253
The **Edit Hyperlink** feature lets you modify the URL and behavior of anchor (`<a>`) elements directly in the Live Preview.
254
254
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:
256
256
257
-
The input box includes:
258
257
-**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.
0 commit comments