allmd
CLI

Google Docs

Convert published Google Docs to markdown.

Usage

allmd gdoc <url> -o output.md

Supported Formats

  • docs.google.com URLs

The document must be published to the web or shared with link access.

Example

# Convert a Google Doc to markdown
allmd gdoc https://docs.google.com/document/d/1a2b3c/edit -o doc.md

# Output to stdout
allmd gdoc https://docs.google.com/document/d/1a2b3c/edit

On this page