Briefs
Briefs are polished documents for sharing your analysis. Unlike raw notebooks with exploratory code and dead ends, briefs show only what matters—connected to the work that produced it.
Creating Briefs
From the Briefs page:
- Click New brief
- Enter a title
- Optionally link to a source notebook (enables artifact embedding)
- Click Create brief
You'll land in the rich text editor.
The Editor
The brief editor is a block-based writing environment:
- Type anywhere to start writing
- Press / to open the command menu
- Use the floating toolbar for formatting
Block Types
Type / and choose from:
| Block | Description |
|---|---|
| Paragraph | Normal text |
| Heading 1–3 | Section headings |
| Bullet List | Unordered list |
| Numbered List | Ordered list |
| Blockquote | Quoted text |
| Code Block | Syntax-highlighted code |
| Horizontal Rule | Visual separator |
| Artifact | Chart, table, or image from your notebook |
Formatting
Select text to see the bubble toolbar:
- Bold – Ctrl/Cmd + B
- Italic – Ctrl/Cmd + I
- Strikethrough
- Code – Inline code formatting
- Link – Add a URL
Drag and Reorder
Click the grip handle (⋮⋮) on the left of any block to:
- Drag it to a new position
- Access block actions (delete, duplicate, etc.)
Embedding Artifacts
When your brief is linked to a notebook, you can embed outputs directly.
Insert from Command Menu
- Press
/and select Artifact from Notebook - Choose a cell with outputs
- Select the specific output (chart, table, image, or text)
- The artifact appears in your brief
Insert from Toolbar
- Click Insert Artifact in the top toolbar
- Browse your notebook's outputs
- Click to embed
Notebook Preview Slideover
For faster embedding:
- Click Notebook Preview in the toolbar (or press Ctrl/Cmd + Shift + N)
- A side panel shows your notebook
- Click Insert on any output to add it
How Artifacts Work
Artifacts maintain a live connection to your notebook:
- Each artifact stores the cell ID and output ID
- Viewers see the output as it was when last saved
- Re-run your notebook and save to update artifacts
Saving
Briefs auto-save as you edit:
| Status | Meaning |
|---|---|
| Unsaved | Changes pending |
| Saving... | Save in progress |
| Saved | All changes saved |
Press Ctrl/Cmd + S to force an immediate save.
Previewing
Click Preview to see your brief as readers will see it—without editing controls, in read-only mode.
Sharing
Briefs can be shared publicly:
- Click the Share button
- Toggle Public on
- Set a URL slug (letters, numbers, hyphens)
- Optionally add a public title and description
- Copy the public link
Your brief is now live at:
marginfordata.com/@username/briefs/your-slug
What Viewers See
Public brief viewers see:
- ✅ Your narrative text
- ✅ Embedded charts, tables, and images
- ✅ Markdown formatting
- ❌ Your notebook code
- ❌ Your raw datasets
- ❌ Other notebooks or private work
Making Briefs Private
Toggle Public off in the share modal. The public URL stops working immediately.
Tips for Great Briefs
- Lead with the insight – Put conclusions up front
- Use headings – Break up long analyses into sections
- Show, don't tell – Embed charts instead of describing them
- Keep it focused – This isn't your exploratory notebook
- Add context – Briefly explain what viewers are looking at
Next Steps
- Learn about sharing in depth
- Upload datasets for your analysis
- Master notebooks for better outputs