Skip to content

Part of the trycopilot.ai suite

A Markdown-based online file system.

markdownload.ai unifies content ingestion and indexing for retrieval engines. Sign in, upload Markdown into a private virtual directory tree, and connect Google Drive or Gmail to sync content in as plain .md files.

Runs in the browser · sign in with your shared trycopilot account

Simulated
markdownload.ai Google Drive is connected.

File Explorer · Root

trycopilot.ai/
notes/2026/
drive.google.com/
Product notes/
mail.google.com/
Custom Labels/

drive.google.com/Product notes/Design review.md

# Design review

Exported from Google Docs as
Markdown — the Drive file
Design review.gdoc becomes
Design review.md.

## Agenda

- sync scope
- retrieval hand-off
Recent sync jobs
drive.google.com running 128 docs
mail.google.com queued Gmail sync queued
drive.google.com succeeded 84 docs · 2m ago

Hosted markdown workspace

Your private Markdown filesystem.

Sign in with your shared trycopilot account, then upload Markdown files into a simple virtual directory tree that belongs only to you. Connect Google Drive and Gmail to sync content in as Markdown.

Files first

Authenticated visits land in the root of your Markdown workspace, not on a marketing page.

Markdown only

Upload .md or .markdown files, optionally into nested virtual paths like notes/2026/todo.md. Google Docs export as Markdown; Gmail threads render as thread.md.

Per-user scope

Each query is scoped to the authenticated user, so your uploaded files and paths stay private.

How it works

From Google services to one Markdown tree.

Connect

Sign in with Google to let markdownload.ai browse Drive folders and Gmail labels for your account.

Select

Pick Drive files and folders, or Gmail labels, with checkboxes — then Sync selected.

Queue

A background worker runs each sync job: queued → running → succeeded, with a per-connector sync log.

Markdown

Every synced document lands as a plain Markdown file in your virtual directory tree.

Retrieve

One corpus of plain files for retrieval engines to ingest and index.

Uploads work too: bring your own .md files directly, or import from scribe.trycopilot.ai and ocr.trycopilot.ai by URL.

For retrieval engines

One corpus an engine can index.

The file system is the interface: plain Markdown files in a virtual directory tree, previewed as raw source — no proprietary format between your content and an indexer. My, another trycopilot.ai app, indexes Markdown files like these with FTS5/BM25 for retrieval. Click a file.

File Explorer · Root

trycopilot.ai/

scribe/ · ocr/ · cite.pub/ · chrome-history/

notes/2026/
drive.google.com/
Product notes/
mail.google.com/
Custom Labels/Receipts/
Your order has shipped/

messages/

trycopilot.ai/notes/2026/todo.md · sample, simulated · Inspector: Original name todo.md · Virtual path notes/2026/todo.md · Source Upload

# todo

An uploaded Markdown file. The
preview shows the raw source and
the Inspector lists Original
name, Virtual path, Size,
Updated, and Source.

- [ ] connect Google Drive
- [ ] queue first sync
- [ ] point an indexer at the tree
Markdown only Uploads accept .md and .markdown; Google Docs export as Markdown; Gmail threads render as thread.md.
Raw source, not a rendering The preview shows the Markdown source itself, so what an indexer reads is exactly what you see.
Per-user scope Every query is scoped to the authenticated user; connector calls only run once a Google grant exists for the account.

Try it

Open markdownload.ai.

Login or register with your shared trycopilot account, upload Markdown, and connect Google Drive or Gmail to sync content in. Desktop distribution and sync execution stay separate for now.