Features

Everything Saguinus can do, grouped by where it fits in your workflow.

Capture
Quick Note
2026-07-24 09:41
Check variance on validation set before 3pm
Open in Editor ↗
Quick Note (Alt+N)
A floating notepad that opens instantly from anywhere on your desktop — even while another app has focus. Hides rather than closes, so the next press is immediate. Auto-saves continuously.
Meeting notes —
Started at 2026-07-24 14:32:07
--now → full timestamp
--date · --time
Timestamp shortcuts
Type --now for a full date-and-time stamp, --date for today's date, --time for the time. Each is replaced the moment you finish typing.
Results from the latest run:
chart_comparison.png
Paste and drop images
Drag or paste image files directly into the editor. Clipboard screenshots are saved automatically to an assets/ folder beside your document.
Write
**Results** show a *clear* trend
Results show a clear trend
cursor here → raw syntax
elsewhere → rendered
Live rich rendering
Headings, bold, italics, links, and images render as you type. Raw markdown is only shown right where your cursor is — no separate preview pane to toggle.
Section 2: Methodology
The analysis uses a weighted average across all test cases to normalise for outlier effects...
Section 3: Results
Page guides
Write in one continuous flow with no interruptions. Subtle guides show exactly where each page will fall on export — what you see while writing is what you get in the PDF.
Standard deviation formula:
σ = (Σ(xᵢ − μ)² ÷ N)
Math with KaTeX
Inline math with $…$ and block equations with $$…$$. Formulas render live via KaTeX, with editable source and dedicated toolbar buttons.
Method Accuracy
Baseline 84.2%
Method A 91.7%
Submit draft by Friday
Review with supervisor
Tables and task lists
Tab through table cells, Enter to add rows. Checkbox task lists render cleanly and round-trip to plain markdown without losing structure.
Contents
Introduction 1
Methodology 3
Results 7
Table of contents
Insert a TOC block that builds from your headings with real page numbers. Three visual styles: Classic (dotted leaders), Simple, and Minimal.
...end of the introduction.
Page Break
Section 2: Methodology
Page breaks
Insert a hard break with Ctrl+Enter, by typing --pagebreak, or from the Insert menu. Forces a real page break in the exported PDF.
Chapter 3: Results
The collected data supports the hypothesis across all three test conditions...
Paragraph and image alignment
Set any paragraph or heading to left, centre, or right from the toolbar. Images can be aligned independently and arranged in multi-image rows.
This approach was first described by Smith et al.1 and later refined in subsequent work.2
1 Smith et al., 2021 — Nature Methods, p. 412
2 Jones & Park, 2022 — JMLR vol. 23
Footnotes
Standard [^1] syntax, auto-renumbered as you add or move them. Hover a marker to preview it inline. Placed at the bottom of the correct page on export.
# normalise to [0, 1]
def normalise(x, lo, hi):
    return (x - lo) / (hi - lo)
Code blocks
Fenced code blocks with syntax highlighting across 16 languages. Code pasted from AI tools is automatically formatted as a proper code block.
Export & Files
Q3 Analysis Report.pdf 1 / 4 · 100%
Q3 Analysis Report
This report outlines methodology, key findings, and recommendations for the next evaluation cycle.
Q3 Report 1
Accurate PDF export
One click. The page layout in the editor — breaks, alignment, TOC page numbers — is exactly the layout in the PDF. Configurable page size and margins.
Q3 Analysis Report.pdf 2 / 4 · 100%
Bookmarks
Introduction
Background
Methodology
Results
Conclusion
Q3 Analysis Report
Findings outline the methodology and key results across all conditions...
PDF bookmarks
Every heading becomes a bookmark in the exported PDF — the kind that appear in Adobe Reader's sidebar so readers can jump directly to any section.
Q3 Analysis Report.pdf 2 / 9 · 100%
Q3 Analysis Page 2 of 9 Confidential
This section presents the key findings from the Q3 evaluation period, drawing on data collected across all test conditions.
July 2026 Draft
Headers and footers
Configure left, centre, and right zones for both. Use {title}, {page}, and {pages} tokens filled in automatically at export.
# Q3 Analysis Report

This report presents **findings** from...

## Methodology

We applied a *weighted* approach...
Clean markdown files
Every document is a plain .md file you own. Store it anywhere, open it in any editor, put it in version control. No proprietary format, no vendor lock-in.