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

Hedgesync

tionistionis141 downloads

Sync notes with HedgeDoc documents using frontmatter links and hedgesync.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates7

Sync Obsidian notes with HedgeDoc documents using frontmatter links and hedgesync.

Install from the Obsidian plugin store

Hedgesync maps each Obsidian note to one HedgeDoc document through a configurable frontmatter property. It supports manual sync commands, optional auto-push on save, and a live sync mode for the active note.

Highlights

  • Push the active Obsidian note to HedgeDoc.
  • Pull the linked HedgeDoc document back into Obsidian.
  • Open linked HedgeDoc documents from Obsidian.
  • Create a HedgeDoc document from the active note and write the link to frontmatter.
  • Create an Obsidian note from a HedgeDoc document URL or note ID.
  • Pull all linked notes across the vault while preserving local frontmatter.
  • Enable optional auto-push when linked notes are modified.
  • Toggle live sync for the active note with local and remote OT updates.
  • Confirm before manual pull or push overwrites differing content.
  • Use file and editor context menu actions for linked notes.

Install

Community plugin store

Install Hedgesync from the Obsidian plugin store:

https://community.obsidian.md/plugins/hedgesync

Manual install

Download the release assets and place them in:

<Vault>/.obsidian/plugins/hedgesync/

Required files:

  • main.js
  • manifest.json
  • styles.css

Then reload Obsidian and enable Hedgesync in Settings -> Community plugins.

Requirements

  • Obsidian desktop.
  • A reachable HedgeDoc 1.x server.
  • Node.js 18+ for development.

Obsidian mobile is intentionally unsupported because this plugin depends on desktop-compatible sync behavior.

Frontmatter

Default frontmatter key: hedgedoc

You can change the key in plugin settings.

Full URL

---
hedgedoc: https://md.example.com/my-note-id
---

Note ID with a default server URL

---
hedgedoc: my-note-id
---

Object form

---
hedgedoc:
  noteId: my-note-id
  serverUrl: https://md.example.com
---

You can also use url in object form:

---
hedgedoc:
  url: https://md.example.com/my-note-id
---

Commands

  • Sync active note to hedgedoc
  • Sync active note from hedgedoc
  • Open linked hedgedoc document
  • Toggle live sync for active note
  • Pull all linked notes from hedgedoc
  • Create hedgedoc document from active note
  • Create note from hedgedoc document

Use Obsidian hotkeys to assign keyboard shortcuts in Settings -> Hotkeys.

Settings

  • Default hedgedoc server URL
  • Session cookie
  • Frontmatter link property
  • Auto push on save
  • Auto push debounce (ms)
  • Request timeout (ms)
  • Warn before overwrite
  • Live sync push debounce (ms)

The session cookie is optional and only needed for private HedgeDoc notes.

Privacy

  • External service: user-configured HedgeDoc servers.
  • Data sent over the network: linked note body content, linked note IDs or URLs, and optional session cookie.
  • Network behavior: requests are only made for sync features, including manual commands, live sync, and optional auto-push.
  • Local storage: settings are stored in .obsidian/plugins/hedgesync/data.json.
  • Telemetry: none.
  • Ads, affiliate links, paid unlocks, and remote code execution: none.

Development

Install dependencies:

npm install

Build once:

npm run build

Watch mode:

npm run dev

Lint with Obsidian plugin rules:

npm run lint

Manual test install path:

<Vault>/.obsidian/plugins/hedgesync/
HealthGood
ReviewPassed
About
Sync Obsidian Markdown notes with HedgeDoc using a frontmatter key to map each note to a HedgeDoc document. Push, pull, and open linked documents; enable optional auto-push or true live sync for the active note; create HedgeDoc docs from notes or notes from HedgeDoc URLs/IDs; run a vault-wide pull while preserving frontmatter.
SyncingIntegrationsCollaboration
Details
Current version
0.1.7
Last updated
3 months ago
Created
5 months ago
Updates
7 releases
Downloads
141
Compatible with
Obsidian 1.5.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
tionistionis
tionis.dev
GitHubtionis
  1. Community
  2. Plugins
  3. Syncing
  4. Hedgesync

Related plugins

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.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Google Drive Sync

Syncs a vault into Google Drive for cross-platform use (works for iOS).

Remotely Save

Sync notes between local and cloud with smart conflict: S3, Dropbox, webdav, OneDrive, Google Drive, Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage.

OneDrive Sync

Sync your Obsidian vault with OneDrive Personal/Consumer

WebDAV Sync

General-purpose & bidirectional WebDAV syncing for your vault. Designed for stability and robust file handling without vendor lock-in.

Relay

Collaborate in real time with live cursors. Share folders. Manage access to updates.

Syncthing Integration

Syncthing integration.

BRAT

Easily install a beta version of a plugin for testing.

Local REST API with MCP

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