Cursor

Publish Markdown from Cursor

The Markdown files you and Cursor write together (specs, ADRs, postmortems) become shareable URLs with one command. No leaving the editor.

Cursor lives next to your code. So do most of your .md files: README.md, ARCHITECTURE.md, the docs/ folder, ADRs in decisions/. Sharing them with someone outside the repo is the part that always breaks your flow.

OpenDocs slots into that gap. Stay in Cursor, open the integrated terminal, run opendocs publish, paste the URL into Slack. That's the whole loop.

The two-line setup

# Install once
npm install -g @opendocs.cc/cli

# Authenticate (one-time, opens browser)
opendocs login --browser

# Publish, get a shareable URL back
opendocs publish report.md

Add it to your Cursor rules so the agent knows to publish when you ask it to "share" a file. Sample rule: "When the user asks to share a Markdown file, run opendocs publish <file> and return the URL."

Use cases inside Cursor

Want the fuller writeup with a sample .cursor/rules rule? See the Cursor integration page.

Add OpenDocs to your Cursor workflow.

Free plan publishes up to 10 docs. No credit card.

Sign up free
Publish Markdown from Cursor · OpenDocs