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/08-Features/08-Live Preview/index.md
+17-18Lines changed: 17 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,28 +77,24 @@ The left side of the toolbar groups three controls:
77
77
78
78
***Design Mode**: The maximize icon after the reload button is for Design Mode. This mode hides the editor and expands the Live Preview to take over the full window, giving you more room to work on the page with [Edit Mode](../../Pro%20Features/edit-mode-live-preview) or [Phoenix Code AI](../../Pro%20Features/ai-chat). Click the icon again to exit Design Mode.
79
79
80
-
***Edit / Preview Toggle**: The pencil icon. Toggles between **Edit Mode***(Pro)* and **Preview Mode**. The pencil lights up when Edit Mode is active. Press `F8`for the same toggle.
80
+
***Live Preview Modes**: The pen icon lets you quickly switch between [Edit Mode](../../Pro%20Features/edit-mode-live-preview) and Preview Mode. The pen lights up when Edit Mode is active. You can also press `F8`to toggle between these two modes.
-**Preview Mode**: View-only. The page behaves like a normal browser but still updates in real-time as you edit code.
91
-
-**Highlight Mode**: Click any element to see its size, padding, and margins. Phoenix Code jumps to that element in your source code so you can start editing.
92
-
-**Edit Mode***(Pro)*: Edit elements directly in the preview, change text, drag elements, swap images, and more. Phoenix Code updates your source code automatically. [Learn more](../../Pro%20Features/edit-mode-live-preview).
86
+
-**Preview Mode**: View-only. The page behaves like a normal browser but still updates as you edit code. All interactions with the page (clicks, hovers, etc.) are disabled.
87
+
-**Highlight Mode**: Click any element to see its paddings and margins. Phoenix Code also jumps to that element in your source code so you can start editing right away.
88
+
-**Edit Mode**: Edit elements directly in the preview. Insert elements, change text, drag elements, swap images, and more. Phoenix Code updates your source code automatically. [Learn more](../../Pro%20Features/edit-mode-live-preview).
When Edit Mode is active, two extra options appear in the same dropdown:
97
91
98
-
When Edit Mode is active (Pro), two extra options appear in the same dropdown:
92
+
-**Inspect Element on Hover**: Highlights elements as you hover, instead of only on click. This option is enabled by default. [Learn more](../../Pro%20Features/edit-mode-live-preview#inspect-element-on-hover).
93
+
-**Show Measurements**: Displays ruler lines from the edges of the selected element to the edges of the Live Preview, with labels showing the exact pixel positions. This option is disabled by default. [Learn more](../../Pro%20Features/measurements).
99
94
100
-
-**Inspect Element on Hover**: Highlights elements as you hover, instead of only on click.
101
-
-**Show Measurements**: Shows ruler-style guide lines around the selected element with its size and spacing.
95
+
:::note
96
+
Edit Mode and the two extra options above are Phoenix Pro features.
97
+
:::
102
98
103
99
104
100

@@ -114,8 +110,11 @@ The center section of the toolbar groups three controls for the currently previe
***Browser Icons** — Select a specific browser icon to open the page in that browser. This helps you see how your page looks across different browsers. The icons are hidden by default. You need to hover over the toolbar to reveal them.
118
-
> This option is available only in Desktop apps.
113
+
***Browser Icons**: Select a specific browser icon to open the page in that browser. This helps you see how your page looks across different browsers. The icons are hidden by default and only appear when you hover over the toolbar.
114
+
115
+
:::note
116
+
This option is available only in Desktop apps.
117
+
:::
119
118
120
119
121
120

@@ -124,7 +123,7 @@ The right end of the toolbar has two controls:
124
123
125
124
***Live Preview Settings**: The gear icon on the left. Clicking it opens the Live Preview settings dialog. This icon is hidden by default and only appears when you hover over the toolbar. [Read more about Live Preview Settings](./live-preview-settings/#accessing-live-preview-settings).
126
125
127
-
***Device Size Presets***(Pro)*: Resize the Live Preview to common phone, tablet, and desktop widths. Click the icon to cycle through sizes, or click the chevron for the full list. See [Resize Ruler](../../Pro%20Features/resize-ruler) for more.
126
+
***Device Size Presets**: Resize the Live Preview to common phone, tablet, and desktop widths. Click the icon to cycle through sizes, or click the chevron for the full list. See [Resize Ruler](../../Pro%20Features/resize-ruler) for more.
0 commit comments