01-Oct-2025 | v7.5.5 | All new article
Admin Editor (WYSIWYG/Code View)
The main content editing interface throughout the admin uses a visual editor coupled with a code view for 100% control over your added content.
Code View
Using the Code View provides full access to your content's underlying code and allows you to add additional code directly to the page, including Javascript, Liquid, SVGs, embed code, and any other text-based code.
The code editing environment utilises the Monaco Editor (the same editor used in VS Code), providing professional, familiar, developer-friendly editing experience.
Features of the Monaco Editor include Syntax highlighting for multiple code languages and IntelliSense support.
When in Code View, additional tools are available in the toolbar which are described below:
WYSIWYG Visual Editor
Text Formatting
These tools allow you to change the appearance of selected text, managing style, font, and color.
Ctrl+B
(or ⌘B
)
Ctrl+I
(or ⌘I
)
Ctrl+U
(or ⌘U
)
Ctrl+S
(or ⌘S
)
N/A
N/A
N/A
N/A
N/A
N/A
Paragraph and Alignment
These tools control the structure, layout, and indentation of text blocks and lists.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
Ctrl+[
(or ⌘[
)
Ctrl+]
(or ⌘]
)
Ctrl+'
(or ⌘'
)Decrease:
Ctrl+Shift+'
(or ⌘⇧'
)
Media and Elements
Use these features to insert objects other media into your content.
Ctrl+K
(or ⌘K
)
Creates a hyperlink on the selected text or inserts a link at the cursor position.
OPTIONS:
Source: Select from the File Manager or site Modules to source the linked item.
URL: The file path (or external web address) to the linked item.
Text: The visible content that displays the link.
Title: The value of the `title` attribute added to the anchor element.
Open in new tab: Informs the link to open in a new browser tab instead of replacing the current page. This is ideal for external links.
Selecting the inserted link will display options for changing/managing the link further.
Ctrl+P
(or ⌘P
)
Inserts an image into the content at the cursor position.
OPTIONS:
Upload: Drag an image file form your computer into the upload area, or click to browse for an image file from your device.
URL: Add the file path (or external web address) to yoru image file.
Browse: Browse the site's File Manager to select an existing image file.
Selecting the inserted image will display additional styling options, such as alignment, sizing, alt text, linking, and various styles and effects.
N/A
Inserts a video element or embed code.
URL: Add an external web address for the video from Youtube or Vimeo. An iFrame element will be inserted to dsiplay the video.
Embedded Code: Add the embed code supplied by the video hosting service.
Selecting the inserted video will display additional options, such as sizing, alignment, and video settings.
N/A
Inserts a HTML table with customizable rows and columns (move your cursor over the grid to define the initial table size and click to insert).
From the inserted table, clicking within a tabel cell will display additional table controls for adding rows, columns and various styling options.
N/A
N/A
N/A
<hr>
(thematic break).Editor Controls
These actions control the state of the editor and modify the viewing mode.
Ctrl+Z
(or ⌘Z
)
Ctrl+Shift+Z
(or ⌘⇧Z
)
N/A
N/A
N/A