Editing and Formatting Content
The right sidebar is the main control panel for working with content.
It updates automatically based on what you select in the document. At different moments, it may show block controls, formatting tools, or properties of a specific object. In practice, it is where you configure and adjust everything you create.
How it works
The sidebar is context-sensitive. When you select different elements, the sidebar updates to show relevant controls. Clicking outside of any object clears the panel. If you are working inside nested structures, multiple panels can appear at the same time.
For example, selecting
Structure
Section | Purpose |
|---|---|
Block type panel | Switch between text, math, and code blocks |
Formatting and style | Apply text styles and visual formatting |
Object properties | Edit properties of selected objects |
Bottom menu | Perform document-level actions |
Each section appears depending on context.
Block type panel
Block type | Use | Look |
|---|---|---|
Text | Write paragraphs | |
Math | Write equations | |
Code | Write code |
If the current block is empty, selecting a type replaces it. If it already contains content, a new block of that type is created below.
For example, starting with “Hello” and clicking Math creates a new math block underneath.
Quick insert tools
The top section also includes quick insertion tools for common elements.
Tool | Purpose |
|---|---|
Index | Add subscript |
Label | Add annotation |
Symbol palette | Insert symbols |
For example, starting with
Symbol palette
The symbol palette allows you to insert symbols without typing.
Clicking a symbol inserts it at the cursor position. This is useful when working with less common symbols or when you prefer selection over typing.
Text formatting
The formatting section controls the appearance of text.
Action | Result |
|---|---|
Bold | Makes text bold |
Italic | Applies italic style |
Underline | Adds underline |
Strikethrough | Crosses out text |
Clear formatting | Removes styles |
Formatting applies to the selected text or the current cursor position.
Active objects panel
The active panel is the central part of the sidebar. It appears automatically when you select an object and shows its properties. The available controls depend on the type of object.
Property | Description |
|---|---|
Symbol | Name or representation of the object |
Type | Semantic type (variable, constant, etc.) |
Color | Visual styling |
Value | Numeric value |
Arguments | Inputs for functions |
Labels | Annotations |
Units | Measurement units |
For example, selecting a variable
Function panel
The function panel appears when a function is selected.
Control | Purpose |
|---|---|
Symbol | Function name |
Arguments | Function inputs |
Labels | Annotations |
Parentheses toggle | Show or hide parentheses |
For example, changing
Number panel
The number panel appears when a number is selected.
Control | Purpose |
|---|---|
Value | Numeric value |
Unit | Measurement unit |
Type | Semantic classification |
For example, assigning a unit to 5 results in
Graph panel
The graph panel appears when a graph is selected and includes a live preview.
Control | Purpose |
|---|---|
Expression fields | Define graph equations |
Add expression | Create a new curve |
Remove expression | Delete a curve |
Zoom | Adjust scale |
For example, adding
Sidebar visibility
The sidebar can be shown or hidden.
Press Cmd
Bottom menu
The bottom section contains document-level actions.
Action | Purpose |
|---|---|
Share | Share the document |
Download | Export the document |
Fork | Create a copy |
Chat | Open discussion |
For example, clicking Download opens the export menu.
When the sidebar updates
The sidebar updates automatically during editing.
Trigger | Effect |
|---|---|
Selecting an object | Shows relevant controls |
Moving the cursor | Updates panels |
Changing block type | Switches context |
Editing properties | Reflects changes immediately |
Next: Tables |