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

Synaptic Bridge

especialkimespecialkim1k downloads

Beyond the Vault. One hub for every Markdown, everywhere

Add to Obsidian
  • Overview
  • Scorecard
  • Updates11

Beyond the Vault. One hub for every Markdown, everywhere.

Synaptic Bridge is an Obsidian plugin that synchronizes markdown and any file extensions you specify between your Obsidian Vault and external folders. With this plugin, you can keep your notes and documents in sync across different locations and tools, improving your workflow and flexibility.

Release Notes

  • See the latest and upcoming features in RELEASE_NOTE.md

Key Features

  • Multiple Folder Mappings: Connect multiple external folders to your Vault folders.
  • Flexible Synchronization:
    • One-way sync (External → Vault): Import changes from external folders into your Vault.
    • One-way sync (Vault → External): Export changes from your Vault to external folders.
    • Bidirectional sync: Keep both Vault and external folders in sync, reflecting changes both ways.
  • Real-time File Monitoring: Automatically synchronize files as soon as changes are detected.
  • Offline Change Detection: If changes are made to external folders while Obsidian is closed, the plugin will detect and synchronize those changes the next time Obsidian is launched.
  • Customizable Settings: Include or exclude specific folders/files, specify which file extensions to sync, and customize how deletions are handled.
  • Metadata Preservation: Automatically manage file metadata (frontmatter) for tracking and sync status. Configurable per connection: write to both sides, internal only, or none.
  • Deletion Handling Options: Choose whether deletions actually remove files, or simply mark them as deleted by changing metadata and adding a "❌" prefix to the filename.
  • Status Indicator: View synchronization status in the Obsidian status bar.

Use Cases

  • Integrate Existing Markdown Documents: Bring your existing markdown documents (and other supported file types) from other locations into your Obsidian Vault.
  • Backup and Redundancy: Automatically back up important documents or manage synchronization across multiple locations.
  • Edit Notes Without Obsidian: You can edit your notes for programming, study, or other purposes without having to open Obsidian—just use your favorite editor in the external folder.
  • Freedom with Other Markdown Apps: Freely use other markdown-based apps in their own independent space, while keeping everything in sync with your Vault.

Installation

  1. In Obsidian, go to Settings(⚙️) > Community Plugins > Browse
  2. Search for "Synaptic Bridge" and install
  3. Enable the plugin

Configuration

1. Basic Settings

  1. Go to Settings(⚙️) > Community Plugins > Synaptic Bridge settings
  2. Toggle "Enable Plugin" to activate all features

2. Initial Settings

Initial settings screen for Synaptic Bridge

  1. Global Synchronization: Turn this ON to enable all synchronization features of the plugin, or OFF to disable them globally.
  2. Sync Connections: Click the "+" button to add a new sync connection pair.

3. Folder Mapping Setup

Add new sync connection in Synaptic Bridge

  1. Click the "+" button to create a new connection.
  2. Click the title to rename the connection.
  3. Click the sync status toggle to enable or disable synchronization for this connection.
  4. Internal Path: Set the relative path within your Vault (use the folder finder button if needed).
  5. External Path: Set the absolute path to the external folder to synchronize (use the folder selection button if needed).
  6. Advanced Settings: Click here to configure detailed options for this connection.
  7. Delete Button : Click the trash icon to remove this sync connection.

Note: When you change any option in Folder Mapping Setup or Advanced Settings, the corresponding sync will be automatically disabled for safety. After updating all settings, make sure to re-enable the mapping to resume synchronization.

4. Advanced Settings

Advanced settings for a sync connection in Synaptic Bridge

  1. Synchronization Direction:
    • External→Vault: Import external changes to Vault only
    • Vault→External: Export Vault changes to external folders only
    • Bidirectional: Reflect changes in both directions
  2. Frontmatter Policy:
    • Both: Write bridge metadata to both internal and external files
    • Internal Only: Write metadata only to Vault files, keeping external files clean (default for new connections)
    • None: No metadata on either side — pure file sync
  3. Deleted File Handling:
    • Property Change: Mark as deleted (add "❌" prefix to filename and update metadata)
    • Complete Deletion: Fully delete from the connected folder
  4. Ignore Hidden Files and Folders: Toggle whether to include or exclude hidden files and folders (those starting with a dot).
  5. Exclude Subfolder Names: Enter the names of subfolders to exclude from sync, one per line.
  6. Include Subfolder Names: Enter the names of subfolders to include for sync. If set, only these subfolders will be synced and Exclude Subfolder Names will be ignored.
  7. File Extensions: Enter file extensions to include for sync, one per line.
  8. Include File Names: Enter filename patterns to include from external folders, one per line. Use exact filenames (e.g., meeting.md) or glob patterns with *, ?, [] wildcards (e.g., todo-*.txt, project-??.md).
  9. Exclude File Names: Enter filename patterns to exclude from external folders, one per line. Use exact filenames (e.g., temp.txt) or glob patterns with *, ?, [] wildcards (e.g., draft-*, *.backup).

Note: When you change any option in Advanced Settings, the corresponding sync will be automatically disabled. Please update all desired settings, then re-enable the mapping to apply changes and resume synchronization.

Usage Tips

  1. Initial Setup and Initialization:

    • When a mapping is activated, an initial scan automatically runs to synchronize existing files.
  2. Status Monitoring:

    • Check the current synchronization status in the Obsidian status bar.
  3. Conflict Resolution:

    • When using bidirectional synchronization, conflicts are automatically resolved according to your priority settings.
    • It's recommended to back up important data before using bidirectional synchronization.
  4. Checking Changes:

    • Synchronization-related metadata can be added to the frontmatter based on your Frontmatter Policy setting.
    • With "Internal Only" (default), external files stay clean while internal files retain sync metadata.
  5. Make Good Use of Filtering Options:

    • Filtering options help you limit synchronization to only the files and folders you need. Use include/exclude subfolder, extension, and filename filters to optimize performance and avoid unnecessary syncs.
    • File name filtering applies only to "External to Vault" and "Bidirectional" sync types, allowing selective import from external folders while maintaining full export from Vault.

Important Notes

  • Initial loading time may be longer when synchronizing large file sets.
  • Resource usage may increase when synchronizing frequently changing files.
  • Errors may occur if external paths are invalid.
  • Unexpected synchronization conflicts may arise if the same file is modified through different methods.
  • Disclaimer: The developer of this plugin is not responsible for any data loss, sync conflicts, or other issues that may arise from its use. Please use at your own risk and make regular backups of important data.

License

Distributed under the MIT License.

Developer Information

  • Developer: Yongmini
  • Contact: https://x.com/Facilitate4U
78%
HealthExcellent
ReviewCaution
About
Sync Markdown and selected file types between your Obsidian Vault and external folders in real time, with offline change detection when Obsidian is closed. Connect multiple folder mappings, choose one-way or bidirectional sync, and preserve frontmatter metadata and sync status across locations.
BackupImportExport
Details
Current version
0.1.9
Last updated
2 months ago
Created
Last year
Updates
11 releases
Downloads
1k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop only
License
OTHER
Report bugRequest featureReport plugin
Author
especialkimespecialkim
x.com/Facilitate4U
GitHubespecialkim
  1. Community
  2. Plugins
  3. Backup
  4. Synaptic Bridge

Related plugins

Markdown to Jira Converter

Convert notes or selections to Jira markup and vice versa.

Importer

Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, and HTML files.

Git

Integrate Git version control with automatic backup and other advanced features.

Zotero Integration

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

Readwise Official

Sync highlights from Readwise to your vault.

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.

Weread

Sync Tencent Weread highlights and annotations.

ZotLit

Integrate with Zotero, create literature notes, and insert citations from a Zotero library.

Pandoc Plugin

Commands to export to Pandoc-supported formats like DOCX, ePub and PDF.

Kindle Highlights

Sync your Kindle book highlights using your Amazon login or uploading your My Clippings file.