unmarkdown53 downloadsPaste notes into Google Docs, Word, Slack, OneNote, or Email with formatting intact. Publish to the web with one click.
Copy Obsidian notes as formatted Google Docs, Word, Slack, OneNote, Email, or Plain Text. Publish notes to the web with 62 templates.
Right-click any note and copy it formatted for:
Publish any note as a beautifully formatted web page. Choose from 62 templates. Share the URL with anyone.
Click "Connect account" in settings, authorize in your browser, and you're ready to go. Free account required.
To publish:
This plugin connects to the Unmarkdown API (https://unmarkdown.com/api/v1) to:
No data is sent without user action. No telemetry or analytics are collected by the plugin. All API calls require authentication via OAuth 2.1 + PKCE.
Privacy policy: https://unmarkdown.com/privacy
The plugin itself is free and open source. A free Unmarkdown account is required for all features. Some features require a paid Pro subscription.
| Command | Description |
|---|---|
| Copy for Google Docs | Copy active note/selection formatted for Google Docs |
| Copy for Word | Copy formatted for Microsoft Word |
| Copy for Slack | Copy as Slack mrkdwn |
| Copy for OneNote | Copy formatted for OneNote |
| Copy for Email | Copy with inline CSS for email |
| Copy as Plain Text | Copy as clean plain text |
| Publish this note | Create or update a published web page |
| Update published note | Push content changes to published page |
| Unpublish this note | Remove the published page |
| Open published page | Open the published URL in browser |
| Open published notes panel | Show sidebar with all published notes |
# Install dependencies
npm install
# Build for production
npm run build
# Start watch mode (auto-rebuilds on file change)
npm run dev
# Run linter
npm run lint
# Run tests
npm test
# Symlink plugin to your vault
ln -s /path/to/obsidian-unmarkdown /path/to/vault/.obsidian/plugins/unmarkdown
# In Obsidian: Settings > Community Plugins > Enable "Unmarkdown"
# Ctrl+Shift+I for developer console, Ctrl+R to reload after changes
MIT