Skip to main content

5 posts tagged with "Visual Editor"

Visual editor updates, styling, DOM manipulation, and editing workflows.

View All Tags

New Editor Hotkeys for Faster Workflows

· 2 min read

For users who spend a lot of time in the editor, small workflow improvements can make a big difference. To help speed things up, we’ve added keyboard shortcuts (hotkeys) for some of the most common editor actions.

These shortcuts allow you to quickly switch modes, navigate views, and save changes without leaving the keyboard.

Undo Style Changes in the Editor

· One min read

We’re excited to introduce the Undo Style Change feature in the editor, designed to give you more control and confidence when modifying element styles in your experiments.

Now, you can quickly see what has been changed on any element and revert individual style changes without affecting other edits.

Insert Operation in the Visual Editor

· 3 min read

We’ve added a new Insert operation to the Visual Editor, giving you an easy way to inject custom HTML directly relative to elements on the page.

With this feature, you can insert HTML before, after, inside the beginning, or inside the end of any selected element — all without writing custom DOM-handling logic.