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
> Text editing is available only for elements that can contain text. It is not supported for elements such as `<img>`, `<video>`, `<br>`, and similar non-text elements.
164
168
165
169
### Formatting Toolbar
@@ -185,16 +189,16 @@ Click the **More** button *(three-dots icon)* on the right side of the toolbar t
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.
195
195
196
196
To drag an element: click and hold the element, then move your mouse to the desired location. The element becomes semi-transparent while dragging. As you hover over potential drop targets, Phoenix Code displays visual indicators showing where the element will be placed.
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:
223
227
224
228
-**URL input**: Edit the link's destination (`href` attribute). Press `Enter` to save your changes or `Esc` to cancel.
225
229
-**Opens in new tab**: Toggle this option to make the link open in a new tab. This adds `target="_blank"` in your source code.
226
230
-**Open this link**: Opens the URL in your default browser. This option is available only in desktop apps.
227
231
228
-
<!-- Add an image here showing the Edit Hyperlink panel with URL input, new tab toggle, and open link button -->
229
-
230
232
## Cut, Copy, and Paste
231
233
232
234
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