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/02-edit-mode-live-preview.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Edit Mode - Live Preview
2
+
title: Live Preview Edit
3
3
---
4
4
5
5
import React from 'react';
@@ -18,7 +18,7 @@ import VideoPlayer from '@site/src/components/Video/player';
18
18
19
19
## Enabling Edit Mode
20
20
21
-
To switch to Edit Mode, click the **chevron icon** next to the **Preview Mode** button *(pen icon)* in the Live Preview toolbar, then select **Edit Mode**.
21
+
To switch to Edit Mode, click the **chevron icon** next to the **pen icon** in the Live Preview toolbar, then select **Edit Mode**.
@@ -96,7 +96,7 @@ The Hover Box helps you quickly identify elements as you move your cursor over t
96
96
97
97
By default, in Edit Mode, hovering over elements in the Live Preview highlights them and displays the [Hover Box](#hover-box). You can change this behavior to show highlights only when you click elements instead.
98
98
99
-
To toggle this setting, click the **chevron icon** next to the **Preview Mode** button *(pen icon)* in the Live Preview toolbar and unselect **Inspect Element on Hover**. By default, this option remains checked.
99
+
To toggle this setting, click the **chevron icon** next to the **pen icon** in the Live Preview toolbar and unselect **Inspect Element on Hover**. By default, this option remains checked.
100
100
101
101
<!-- Add an image here showing the Inspect Element on Hover option in the mode selector dropdown -->
102
102
@@ -108,7 +108,7 @@ When **Inspect Element on Hover** is unchecked:
108
108
- Hovering over elements has no effect
109
109
- Clicking an element shows highlights and the Control Box
110
110
111
-
Alternatively, you can change this setting by updating the `livePreviewInspectElement` preference in the preferences file. Set it to `”hover”` (default) or `”click”`.
111
+
Alternatively, you can change this setting by updating the `livePreviewInspectElement` preference in the preferences file. Set it to `"hover"` (default) or `"click"`.
112
112
See [Editing Preferences](../editing-text#editing-preferences) to learn how to edit the preferences file.
113
113
114
114
## Edit Element Properties
@@ -196,12 +196,6 @@ Click the **More** button *(three-dots icon)* on the right side of the toolbar t
The **Image Gallery** lets you browse and select images from online image providers or your device and use them in your project directly.
202
-
203
-
[Read More](./image-gallery)
204
-
205
199
## Drag and Drop
206
200
207
201
The **Drag and Drop** feature lets you reposition elements in the Live Preview by dragging them to a new location. The source code is automatically updated with the new structure when you drop the element.
@@ -240,12 +234,6 @@ To edit a hyperlink, select an `<a>` element and click the **Edit Hyperlink** bu
240
234
241
235
<!-- Add an image here showing the Edit Hyperlink panel with URL input, new tab toggle, and open link button -->
242
236
243
-
## Measurements
244
-
245
-
The **Measurements** feature displays ruler lines from the edges of a selected element to the document edges, showing exact pixel positions.
246
-
247
-
[Read More](./measurements)
248
-
249
237
## Cut, Copy, and Paste
250
238
251
239
You can cut, copy, and paste elements in Edit Mode using standard keyboard shortcuts or the Control Box **More Options** menu *(three-dots icon)*.
0 commit comments