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

Tencent Docs Publisher

polipoli29 downloads

Manually publish Obsidian notes and linked note trees to existing Tencent Docs pages.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates15

English | 简体中文

Publish Obsidian Markdown notes and linked note trees to Tencent Docs (Smart Documents).


Network & Third-Party Account Disclosures

  • Third-Party Account: This plugin requires a Tencent Docs account. You need to obtain an authorization Token from the Tencent Docs Open Platform.
  • Network Access: HTTPS requests are sent exclusively to the official Tencent Docs OpenAPI endpoint (https://docs.qq.com/openapi/mcp) when triggered manually by the user (e.g., clicking "Test Connection", "Fetch Page Tree", or "Start Publishing"). There is no background synchronization or automatic requests during normal note editing.
  • Credential Storage: Your Token is stored securely in Obsidian's credential store and is never written into note files, data.json, or logs.

Prerequisites

  1. Get Tencent Docs Token: Visit the Tencent Docs Authorization Page, log in, and copy your Token.
  2. Prepare Target Document: If publishing a note tree with multiple notes, manually create the corresponding sub-pages in the Tencent Docs web interface beforehand (the API currently does not support creating sub-pages programmatically).

Installation

Option 1: Obsidian Community Plugins (Recommended)

This plugin is submitted to the Obsidian Community Plugin directory. Once approved, install directly inside Obsidian:

  1. Open Obsidian Settings -> Community plugins.
  2. Turn off Restricted mode and click Browse.
  3. Search for Tencent Docs Publisher, click Install, and then Enable.

Option 2: Manual Installation via Release

  1. Download the latest release assets (main.js, manifest.json, styles.css) from GitHub Releases.
  2. Navigate to your vault's plugin folder: .obsidian/plugins/.
  3. Create a directory named tencent-docs-publisher and place the downloaded files inside.
  4. Reload plugins in Obsidian Settings -> Community plugins and enable it.

Option 3: Build from Source

git clone https://github.com/totok22/tencent-docs-publisher.git
cd tencent-docs-publisher
npm install
npm run build

Copy the built files to .obsidian/plugins/tencent-docs-publisher/ and enable the plugin.


Workflow & Operating Steps

  1. Configure Token: Enter and save your Token in the plugin settings, then click "Test Connection" to verify.
  2. Create Publishing Project: Right-click on a note or folder and select "Tencent Docs: New publishing project...". Enter or select the target document ID.
  3. Map Pages: Match each local note with its corresponding sub-page in the Page Binding modal. Click "Refresh remote tree" after adding new sub-pages in Tencent Docs web app.
  4. Preview & Publish: Review changes in the Preview modal. Click "Start Publishing" to upload contents and images.

Controls & Interface Reference

1. Settings Tab

  • Tencent Docs Token: Enter and save your Token. Supports connection testing and clearing.
  • Open Authorization Page: Opens the official token generation page in your browser.
  • Default Public Read Permission: Enable public read-only permission by default for new projects.
  • Treat ![[Markdown]] as Sub-page: When enabled, embedded notes are published as independent sub-pages; otherwise, content is inlined.
  • Stop on Conflict: Pauses publishing if remote pages were modified externally, requiring manual confirmation.
  • Skip Unchanged Pages: Skips writing pages that have no local or remote changes.
  • Max Recursion Depth / Max Page Count: Limits traversal depth and total note count.
  • Show Ribbon Icon: Displays a shortcut icon on Obsidian's left sidebar.
  • Page Binding: Opens the page mapping modal for a project.
  • Open in Tencent Docs (External Link): Opens the corresponding document in your browser.
  • Remove Project (Trash Icon): Removes the local project configuration without deleting anything in Tencent Docs.
  • Clear Remote Cache: Clears cached remote document structures.

2. New Project Modal

  • Root Note: File path of the selected starting note.
  • Allowed Folder Scope: Limits child link resolution to this folder. Links outside this scope remain plain text.
  • Target Document ID (file_ID): The file_ID of the target Tencent Smart Document.
  • Select from Existing Documents: Pick from recently edited documents or search by title.
  • Create New Smart Document: Creates a blank document on Tencent Docs and fills in its ID.
  • Request Public Read Access: Grants public read-only permission upon publishing.
  • Create & Fetch Page Tree: Saves project configuration, fetches page structure, and opens the binding modal.

3. Page Binding Modal

  • Sub-page Dropdowns: Map each local note to a specific Tencent Docs sub-page.
  • Refresh Remote Tree: Refreshes the list of sub-pages from Tencent Docs.
  • Save Bindings: Persists mapping configuration.

4. Preview & Pre-publish Modal

  • Status Indicators:
    • changed: Local note was modified; publishing will overwrite remote content.
    • unchanged: Content is identical; publishing will skip this page.
    • conflict: Remote page has external edits; requires confirmation before overwriting.
    • unbound: Note is not mapped to any remote sub-page.
    • error: Contains errors (e.g. missing images) that must be resolved.
  • Allow Overwriting N Modified Pages: Confirms overwriting remote changes.
  • Start Publishing: Executes document content update and image uploads.

5. Sidebar Project View

  • Project List: Displays root path, mapped page counts, publishing status, and shortcuts for publishing, binding, opening, and removing projects.
  • Recent Runs: Shows past execution steps, durations, and results.

Notes & Boundaries

  1. Manual Execution: Synchronization runs only when you click "Publish". There is no automatic background sync or file watcher.
  2. Sub-page Creation: Due to Tencent Docs API limits, sub-pages cannot be created programmatically. Create sub-pages in Tencent Docs web app first, then refresh bindings in the plugin.
  3. Content Overwrite: Publishing replaces remote page content based on local Markdown. Remote changes will trigger a conflict warning.
  4. Format Support:
    • Supports headings, bold, italics, lists, tables, code blocks, and blockquotes.
    • Automatically uploads local and web images (including width syntax like ![[image.png|400]]).
    • Converts internal wiki-links ([[Note]]) within the project into native Tencent Docs mentions.
    • Unsupported complex markup falls back to plain text or code blocks.
  5. Data Safety: Removing a project locally only deletes the plugin's local configuration; it never deletes any files from Tencent Docs.
HealthExcellent
ReviewPassed
About
Publish Obsidian Markdown notes and hierarchical folders to Tencent Smart Docs via a secure token-based connection. Map local notes to remote pages, preview and apply updates, skip unchanged pages, detect conflicts before overwriting, and manage publish projects from the sidebar.
PublishingIntegrations
Details
Current version
0.1.14
Last updated
Last week
Created
Last week
Updates
15 releases
Downloads
29
Compatible with
Obsidian 1.13.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
polipoli
www.bitfsae.com/
GitHubtotok22
  1. Community
  2. Plugins
  3. Publishing
  4. Tencent Docs Publisher

Related plugins

GitHub

Share as Gist

Share a note as a GitHub.com Gist.

Digital Garden

Publish your notes to a digital garden for others to enjoy.

BRAT

Easily install a beta version of a plugin for testing.

LanguageTool Integration

Advanced grammar and spell checking, powered by LanguageTool.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Custom Frames

Turn web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.

Local REST API with MCP

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

Share Note

Instantly share/publish a note, with the full theme and content exactly like you see in Obsidian. Data is shared encrypted by default, and only you and the person you send it to have the key.

Maps

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