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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,9 +113,9 @@ To insert a line break, press `Shift + Enter`.
113
113
### Text Formatting
114
114
115
115
You can apply formatting to selected text using standard keyboard shortcuts:
116
-
-**Ctrl/Cmd + B** — Bold; wraps selected text in `<b>` tags
117
-
-**Ctrl/Cmd + I** — Italic; wraps selected text in `<i>` tags
118
-
-**Ctrl/Cmd + U** — Underline; wraps selected text in `<u>` tags
116
+
-**Ctrl/Cmd + B**: Bold; wraps selected text in `<b>` tags
117
+
-**Ctrl/Cmd + I**: Italic; wraps selected text in `<i>` tags
118
+
-**Ctrl/Cmd + U**: Underline; wraps selected text in `<u>` tags
119
119
> If the text is already formatted, the formatting will be removed.
120
120
121
121
<!-- TODO: add video showing the edit text workflow -->
@@ -130,11 +130,11 @@ To drag an element: click and hold the element, then move your mouse to the desi
130
130
131
131
#### Visual Indicators
132
132
-**Arrow markers** to indicate the drop position:
133
-
-**Up (↑) or Down (↓) arrows** — Places the element before or after the target element
134
-
-**Left (←) or Right (→) arrows** — Places the element before or after the target element (appears for flex row layouts)
135
-
-**⊕ symbol with a dashed border** — Places the element inside the target as a child
133
+
-**Up (↑) or Down (↓) arrows**: Places the element before or after the target element
134
+
-**Left (←) or Right (→) arrows**: Places the element before or after the target element (appears for flex row layouts)
135
+
-**⊕ symbol with a dashed border**: Places the element inside the target as a child
136
136
137
-
-**Target label** — A small box next to the marker displays the target element's tag name, ID, and classes
137
+
-**Target label**: A small box next to the marker displays the target element's tag name, ID, and classes
138
138
139
139
> When multiple drop targets overlap *(for example, an `img` inside a `div` with aligned edges)*, you can scroll slightly to cycle through targets and drop the element when the correct label appears.
140
140
@@ -222,9 +222,9 @@ You can cut, copy, and paste elements in Edit Mode using standard keyboard short
222
222
### Using Keyboard Shortcuts
223
223
224
224
When you click an element in the Live Preview, keyboard focus moves to the Live Preview. You can then use:
225
-
-**Ctrl/Cmd + X** — Cut the selected element
226
-
-**Ctrl/Cmd + C** — Copy the selected element
227
-
-**Ctrl/Cmd + V** — Paste the copied or cut element below the currently selected element
225
+
-**Ctrl/Cmd + X**: Cut the selected element
226
+
-**Ctrl/Cmd + C**: Copy the selected element
227
+
-**Ctrl/Cmd + V**: Paste the copied or cut element below the currently selected element
228
228
229
229
### Using the More Options Menu
230
230
<!-- TODO: add image showing the More Options menu -->
@@ -239,8 +239,8 @@ Click the **More Options** button *(three-dots icon)* in the Tool Box and select
239
239
240
240
You can undo and redo changes made in Edit Mode using keyboard shortcuts:
241
241
242
-
-**Ctrl/Cmd + Z** — Undo the last change
243
-
-**Ctrl/Cmd + Y** or **Ctrl/Cmd + Shift + Z** — Redo the last undone change
242
+
-**Ctrl/Cmd + Z**: Undo the last change
243
+
-**Ctrl/Cmd + Y** or **Ctrl/Cmd + Shift + Z**: Redo the last undone change
244
244
245
245
These shortcuts work for all Edit Mode operations, including text edits, element moves, deletions, and other modifications.
0 commit comments