You write Markdown files on your computer and store them in Google Drive, OneDrive, or Dropbox — but when you grab your Android phone, how do you actually read them? Cloud storage apps can download .md files, but they can’t render them. You just see raw text with # symbols and **asterisks** everywhere.

The solution is a Markdown viewer with native cloud integration. In this guide, we’ll show you how to browse, open, and beautifully render Markdown files from your cloud storage on Android.

The Problem: Cloud Apps Can’t Render Markdown

Here’s what happens when you try to open a .md file from cloud storage apps:

  • Google Drive — shows raw text or prompts you to download
  • OneDrive — displays unformatted plain text
  • Dropbox — same raw text experience
  • Files by Google — no Markdown rendering at all

None of these apps understand Markdown syntax. Your beautifully formatted documentation looks like a jumbled mess of symbols and markup.

The Solution: MerMD Cloud Integration

MerMD connects directly to your cloud storage accounts, letting you browse folders and open Markdown files with full rendering — headings, tables, code blocks, Mermaid diagrams, and KaTeX math all displayed beautifully.

Supported Cloud Providers

ProviderBrowse FoldersOpen FilesSync
Google Drive
OneDrive
Dropbox
GitHub
GitLab

Setting Up Google Drive in MerMD

Step 1: Open Cloud Connections

Open MerMD and tap the navigation drawer (hamburger menu). Under Cloud Storage, tap Google Drive.

Step 2: Sign In

Tap Connect Account and sign in with your Google account. MerMD uses OAuth 2.0 — your password is never stored in the app. You’ll authorize MerMD to read files from your Drive.

Step 3: Browse Your Files

Once connected, you’ll see your Google Drive folder structure. Navigate to any folder containing Markdown files. MerMD shows:

  • Folder hierarchy — tap into nested folders
  • File filtering — only shows supported file types (.md, .markdown, .mdx, .txt)
  • File metadata — size, last modified date
  • Quick preview — tap any file to render it instantly

Step 4: Read Your Documents

Tap any Markdown file to open it with full rendering:

  • Headings styled with proper hierarchy
  • Code blocks with syntax highlighting
  • Tables with clean formatting
  • Mermaid diagrams rendered as interactive charts
  • KaTeX math displayed with proper typesetting
  • Images loaded from relative or absolute URLs

Setting Up OneDrive

The process for OneDrive is almost identical:

  1. Open the navigation drawer → Cloud StorageOneDrive
  2. Sign in with your Microsoft account
  3. Browse your OneDrive folders
  4. Tap any .md file to render it

OneDrive integration is particularly useful for teams using Microsoft 365 — you can read shared documentation, meeting notes, and project wikis directly on your phone.

Setting Up Dropbox

  1. Open the navigation drawer → Cloud StorageDropbox
  2. Sign in with your Dropbox account
  3. Browse and open Markdown files

Dropbox integration works great for developers who store documentation alongside code in shared Dropbox folders.

Common Use Cases

Reading Documentation on the Go

Many teams store project documentation in shared Google Drive folders. With MerMD, you can:

  • Review API documentation during meetings
  • Read onboarding guides on your first day
  • Check deployment runbooks during incidents
  • Browse design documents during commute

Reviewing Meeting Notes

If your team writes meeting notes in Markdown and stores them in OneDrive or Google Drive, MerMD lets you review them beautifully formatted on your phone — including any diagrams or tables.

Studying from Cloud-Synced Notes

Students who take notes in Markdown (using Obsidian, Typora, or VS Code) and sync to cloud storage can review their notes on Android with proper formatting, math equations, and diagrams.

Managing Personal Knowledge Bases

If you maintain a personal wiki or knowledge base in Markdown (Obsidian vault, Foam, Dendron), syncing it to Google Drive or Dropbox lets you access everything from your phone through MerMD.

Tips for Cloud Markdown Workflow

1. Organize with Folders

Create a clear folder structure in your cloud storage:

📁 Documentation/
├── 📁 API/
│   ├── authentication.md
│   └── endpoints.md
├── 📁 Guides/
│   ├── getting-started.md
│   └── deployment.md
└── README.md

When linking between Markdown files, use relative paths. This way, links work both on your computer and in MerMD:

See the [API Guide](./API/authentication.md) for details.

3. Keep Images Accessible

If your Markdown files reference images, make sure they’re:

  • Stored in the same cloud folder (relative paths)
  • Or hosted on a public URL (absolute paths)

4. Star Important Files

In MerMD, you can star frequently accessed files for quick access from the Stars screen — no need to navigate through folders every time.

Offline Access

What if you need to read a cloud-stored Markdown file without internet? MerMD caches recently opened files, so documents you’ve viewed before are available offline. For guaranteed offline access:

  1. Open the file while connected to the internet
  2. The rendered content is cached locally
  3. Access it anytime from Recent Files — even without connectivity

Security and Privacy

MerMD takes your cloud data seriously:

  • OAuth 2.0 — industry-standard authentication, no passwords stored
  • Read-only access — MerMD only reads your files, never modifies them
  • No data collection — your documents are never uploaded to MerMD servers
  • Local rendering — all Markdown processing happens on your device

Comparison: Cloud Markdown Reading Options

FeatureMerMDDrive AppManual Download
Browse cloud folders✅ Native
Render Markdown❌ Raw text❌ Need another app
Mermaid diagrams❌ Most apps
KaTeX math❌ Most apps
Offline cache
Multiple providers✅ 5 providers❌ 1 onlyN/A
Free

Frequently Asked Questions

Can I edit Markdown files from cloud storage in MerMD? MerMD is a dedicated viewer — it focuses on beautiful rendering rather than editing. For editing, use your computer or a dedicated editor, then view the results in MerMD.

Does MerMD support Shared Drives (Google Workspace)? Yes, if you have access to a Google Workspace Shared Drive, MerMD can browse and open files from it.

How much storage does the offline cache use? Minimal — Markdown files are plain text, typically just a few kilobytes each. Even hundreds of cached files use less than 1 MB.

Can I connect multiple Google accounts? Currently, MerMD supports one account per cloud provider. You can switch accounts by disconnecting and reconnecting.

Connect Your Cloud — Free on Google Play

MerMD connects to Google Drive, OneDrive, Dropbox, GitHub, and GitLab. Browse and read your Markdown files from anywhere.

Download MerMD