Export
CLI export
Daily note
# Today's note as markdown (stdout)
roam export
# Specific date
roam export --date 2026-03-15
# As JSON
roam export --date 2026-03-15 --format json
# Write to file
roam export --date 2026-03-15 --output notes.mdPage
# Export a page by title
roam export --page "Project Alpha" --format md
# As JSON to file
roam export --page "Meeting Notes" --format json --output meeting.jsonOptions
Flag
Description
Default
In-TUI export
Preset
Keybinding
Markdown format
JSON format
Last updated
Was this helpful?