Images & Figures¶
Add images, figures, and diagrams to your Opus documents.
Inserting Images¶
Drag and Drop¶
The easiest way: drag an image file directly into the editor. Opus uploads it and inserts the Markdown automatically.
Slash Command¶
Type /image to open the image picker:
- Upload a new image
- Select from previously uploaded images
- Paste an image URL
Markdown Syntax¶
Figure Captions¶
For proper academic figures with captions, use this syntax:
The alt text becomes the caption. For multi-line captions:

Figure References¶
Add a label to reference figures in your text:
{#fig:results}
As shown in @fig:results, the treatment group showed improvement.
Opus automatically numbers figures and updates cross-references.
Image Sizing¶
Width¶
Height¶
Both¶
Image Alignment¶
{.left}
{.center}
{.right}
Multiple Images¶
Side by Side¶
Use a figure div:
::: {.figure}
{width=45%}
{width=45%}
Caption for both figures.
:::
Grid Layout¶
::: {.figure-grid}




Four-panel figure showing different conditions.
:::
Subfigures¶
For figures with labeled parts (a, b, c...):
::: {#fig:panels}
{#fig:panel-a}
{#fig:panel-b}
Comparison of control and treatment groups.
:::
As shown in @fig:panel-a, the control group...
Image Formats¶
Opus supports:
- PNG - Best for screenshots, diagrams
- JPEG - Best for photographs
- SVG - Best for vector graphics, scales perfectly
- GIF - Supported but not recommended for academic work
- WebP - Modern format, good compression
Use SVG for Diagrams
SVG images scale perfectly at any size and look crisp in both PDF and web exports.
Image Storage¶
Images are stored with your document. When you upload an image:
- It's uploaded to your Opus storage
- A unique filename is generated
- The image travels with your document
Storage Limits¶
- Personal plan: 5 GB total
- Pro plan: 25 GB total
- Team plan: 100 GB shared
Managing Images¶
View all images in a document:
- Open the document
- Click Attachments in the sidebar
- See all images with sizes
- Delete unused images
Best Practices¶
Image Quality¶
- Print/PDF: Use at least 300 DPI
- Web only: 72-150 DPI is sufficient
- File size: Compress images to reduce document size
Alt Text¶
Always provide meaningful alt text:
<!-- Good -->

<!-- Bad -->

Consistent Sizing¶
Use consistent widths throughout your document:
Figure Placement¶
In academic documents, figures typically appear:
- Near their first reference
- At the top or bottom of pages
- Never splitting paragraphs
Opus handles placement automatically during export.
Diagrams with Mermaid¶
Opus supports Mermaid diagrams:
See Mermaid documentation for syntax.
Next Steps¶
- Tables - Presenting data
- Equations - Mathematical figures
- PDF Export - High-quality output