Export your notes & decks
Take your work with you - download any note as Markdown, a whole notebook as a zip of Markdown files (Obsidian-ready), and flashcard decks as Anki files.
Everything Notebooker makes for you is yours to take elsewhere. Three exports cover the common destinations:
A single note → Markdown
Any note can be downloaded as a .md file. The filename carries the note’s
title and the body is the note exactly as written - no wrapper, no metadata to
strip.
A whole notebook → zip of Markdown
Export a notebook and you get a zip with one Markdown file per note, named from the note titles. Drop the folder straight into an Obsidian vault, Logseq, or any Markdown editor and everything just opens.
API routes, if you’re scripting it with an API key:
GET https://app.notebooker.ai/api/v1/notebooks/{notebook_id}/export/markdown → notebook-notes.zip
GET https://app.notebooker.ai/api/v1/notes/{note_id}/download → note.md
Full details in the API reference.
Flashcards → Anki
Every flashcards artifact includes an Anki .apkg download. Identifiers
are stable, so re-importing an updated deck updates cards in place instead of
duplicating them. See Flashcards & spaced repetition.
Everything else
- Textbooks, essays, study guides, slideshows download as HTML / PDF (and EPUB or PPTX where it makes sense) - see Creator plugins.
- Podcast episodes are plain MP3s in your private podcast feed.
- Your entire storage - every file Notebooker holds for you - exports as one zip from Settings, and you can bring your own bucket so files never live anywhere else to begin with.