Source Mode
Source Mode allows you to edit the underlying HTML of your document.
info
This is an advanced feature intended for users familiar with HTML.
Where to find Source Mode
You can toggle Source Mode using the Source button in the editor toolbar.

How it works
- Click Source to switch from visual mode to HTML view
- The document is displayed as raw HTML
- Edit the content directly
- Click Source again to return to visual mode
Changes are applied immediately.
When to use Source Mode
Use Source Mode when you need to:
- make precise layout adjustments
- edit HTML directly
- apply changes not available in the visual editor
Important notes
- Source Mode is intended for advanced use
- Incorrect HTML may break the document layout
- Some changes may not be fully reflected in visual mode
info
Changes made in Source Mode directly affect the document structure.
Next steps
- Control structure → Document Elements
- Insert dynamic logic → Components
Was this article helpful?
Yes
No