Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Publish Single Note as Webpage

lucaslucas11 downloads

Publish your notes to Alibaba Cloud OSS and share them as a link with one click.

  • Overview
  • Scorecard
  • Updates4

An Obsidian plugin that publishes your notes to Alibaba Cloud OSS and shares them as a link with one click — or exports them as polished, standalone web pages locally.

Features

  • One-click publishing to Alibaba Cloud OSS with a shareable link copied to clipboard
  • Local HTML export — generates a self-contained folder (HTML + CSS + images) you can open in any browser
  • Linked notes — optionally include all internally linked notes, with working navigation between them
  • Rich content rendering:
    • Math expressions via KaTeX ($ ... $ and $$ ... $$)
    • Code blocks with syntax highlighting and one-click copy button
    • Callouts with fold/unfold support
    • Responsive tables
    • Image galleries with lightbox (supports the Image Cluster imgs block format)
    • Dataview DQL queries rendered as HTML tables/lists
    • Obsidian Bases rendered as table or card layouts
  • Auto-generated Table of Contents sidebar (h1–h4), with scroll tracking and mobile drawer support
  • Status bar indicator — share icon turns green when the current note is published

Installation

Currently not listed in the Obsidian community plugins registry. Install manually:

  1. Download the latest release files (main.js, manifest.json, styles.css) from the Releases page.
  2. Copy them to your vault's plugin folder: <vault>/.obsidian/plugins/publish-as-link/
  3. Reload Obsidian and enable the plugin under Settings → Community plugins.

Usage

Export to Local

Run the command "Export to Desktop" (or the configured export path) from the command palette. A folder is created at the export destination:

note-name-timestamp/
├── index.html
├── style.css
└── images/
    └── ...

Open index.html in any browser.

Publish Online

  1. Configure your OSS credentials in the plugin settings (see Configuration).
  2. Click the share icon in the status bar, then choose Publish (or use the command palette).
  3. The shareable URL is copied to your clipboard automatically.

Once published, clicking the status bar icon gives you:

Action Description
Open Link Open the published page in your browser
Update Content Re-upload after edits (link stays the same)
Stop Sharing Delete from cloud; link becomes invalid
Export to Local Save a local copy

Configuration

Open Settings → Deploy Single Note as Webpage:

Setting Description Default
Include Linked Notes Export all directly linked markdown notes together Off
Export Path Destination folder for local exports ~/Desktop
OSS Region Alibaba Cloud OSS region (e.g. oss-cn-hangzhou) —
OSS Bucket Your OSS bucket name —
Access Key ID OSS access key ID —
Access Key Secret OSS access key secret —
Upload Prefix Path Path prefix inside the bucket notes
Custom Domain Custom domain or CDN URL to replace the default OSS endpoint —

Security: Never commit data.json (where settings are stored) to version control. It is already included in .gitignore.

Development

# Install dependencies
npm install

# Start dev build with watch
npm run dev

# Production build
npm run build

Tech stack: TypeScript · Obsidian API · esbuild · ali-oss · marked · KaTeX

Requirements

  • Obsidian 0.15.0 or later
  • Desktop only (mobile is not supported)

License

MIT

84%
HealthExcellent
ReviewCaution
About
Publish a single note as a shareable webpage to Alibaba Cloud OSS or export a self-contained HTML folder for local viewing. Include linked notes with navigation, render KaTeX math, syntax-highlighted code with copy buttons, callouts, responsive tables, image galleries/lightbox, Dataview/Obsidian Bases, and an auto-generated TOC with publish status.
PublishingExportIntegrations
Details
Current version
1.0.3
Last updated
10 minutes ago
Created
2 months ago
Updates
4 releases
Downloads
11
Compatible with
Obsidian 1.4.4+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
lucaslucas
tcyeee.top
GitHubtcyeee
xiaohongshu.com
Xtcyeee
  1. Community
  2. Plugins
  3. Publishing
  4. Publish Single Note as Webpage

Related plugins

GitHub

Share as Gist

Share a note as a GitHub.com Gist.

Yanki

Sync flashcards from a folder in your vault to Anki. Pure Markdown syntax. No fuss.

Quartz Syncer

Manage and publish your notes to Quartz, the fast, batteries-included static-site generator.

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.

BRAT

Easily install a beta version of a plugin for testing.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

Readwise Official

Sync highlights from Readwise to your vault.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.