To publish a Markdown file as a web page, upload the .md file to ShareOne and click publish. You get a URL that renders your document as a properly formatted page — headings, lists, code blocks, tables — readable in any browser. No static site generator, no build step, no git.
The problem with sending .md files
Markdown is a writer's format, not a reader's. Send a .md file to someone and they see raw #, *, and backticks unless they happen to open it in a Markdown-aware app. The document reads like a technical artifact instead of content.
Publishing the file fixes the delivery: the recipient opens a link and sees the document the way you see it in your editor's preview.
Publish from the web app
- Sign up at ShareOne — free.
- Upload the
.mdfile. - Click publish and copy the link.
Publish from an AI assistant (no signup)
If you write in an AI assistant, the faster path is the ShareOne skill:
- Install the ShareOne skill from skillhub or clawhub inside your AI assistant. No signup — the skill handles its own API key.
- Say: "Publish this markdown to ShareOne."
- The link comes back in the conversation. Done.
Options per document
- Password — private docs get their own password per link
- Watermark — discourages copy-paste redistribution
- Comments — readers select any paragraph and comment inline, no account needed
Updating
Republish the new version and the link stays the same. Living documents — specs, changelogs, proposal drafts — sit at one URL that always shows the current version.
FAQ
Is it free?
Yes. The web app needs a free signup; the skill path (inside AI assistants) needs no signup.
What formats does the web app support?
HTML, TXT, and Markdown, single file each. The skill path also publishes PDF, Word, and PowerPoint as links.
Can readers comment without an account?
Yes. Link recipients open and comment without registering.
Can I pull those comments back into my AI chat?
Yes — that's the skill path's core feature. Ask your assistant to pull the comments from your link, and the comments with their positions enter the conversation context for the next revision.
ShareOne: https://shareone.app/en
Top comments (0)