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

Dependent Properties

Dirk OsburgDirk Osburg44 downloads

Copy frontmatter from linked source notes into dependent notes. Forward and reverse sync.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

Automatically copy properties from a linked source note into dependent notes in Obsidian.

Useful when one note references another (for example via a wikilink or markdown link in a property) and should inherit selected frontmatter values from that source — without maintaining duplicate data by hand.

What it does

You define source notes that hold the canonical values for certain properties. Dependent notes point to a source through a property which contains a link. The plugin copies the properties you configure from the linked source note into the dependent note, so for example Bases, queries, maps, and other views can use the data where you need it.

The linked note remains the source of truth. Changes on either side trigger an update:

  • Forward sync — you set or change the link on a dependent note → properties are pulled from the target.
  • Reverse sync — you change a source property on the linked note → all dependent notes that link to it are updated via backlinks.

Example

A common setup with the official Maps plugin: each place lives in its own note under Locations/, with coordinates property in frontmatter. A Base in that folder shows every place on one map.

Event notes under Events/ may link to the matching location note via a property (for example venue) instead of duplicating address and coordinates. Dependent Properties reads that link, copies the configured properties from the location note, and keeps dependent event notes in sync when the source changes.

Rule for this example

Field Value
Root folder Events
Link property venue
Attributes to copy coordinates

target file (event note)

Dependent note Events/Public Festival.md:

---
venue: "[[Berlin Mitte]]"
coordinates:   # filled in automatically from source note
---

source file (location node)

Source note Locations/Berlin Mitte.md (location):

---
coordinates: ["52.5200", "13.4050"]
---

Features

  • Configurable sync rules (root folder, link property, properties to copy)
  • Property name suggestions from your vault's types.json
  • Forward and reverse sync with debouncing
  • Manual sync via command palette
  • Works with wikilinks and markdown links in properties

Usage

Automatic sync

Once enabled, the plugin watches your vault according to the rules in Settings → Dependent Properties.

Typical workflow:

  1. Create or open a note under the configured folder (e.g. Events/).
  2. Set the internal link in a property (e.g. venue) to point at a source note (e.g. Locations/Berlin Mitte.md).
  3. Mapped properties (e.g. coordinates) are copied from the source note into the new note automatically.

When you update coordinates on the source note, all linked notes receive the new values.

Commands

Command Description
Sync current file Sync the active markdown file in the editor (click into the note first).
Sync all matching files Run all enabled rules on every note under the configured root folders. Asks for confirmation before scanning.

Open the command palette (default shortcut Ctrl/Cmd + P) to run these commands.

Configuration

Open Settings → Dependent Properties.

Setting Description
Debounce in ms Delay after file changes before syncing (default: 750).
Debug Log skip and sync events to the developer console.
Rules One or more sync rules (see below).

Sync rule fields

Field Description
Enabled Enable or disable the rule.
Name Label for your own reference.
Root folder Only notes under this path are synced (e.g. Events). Folder suggestions appear while typing.
Link property Property on the dependent note that contains the wikilink or markdown link to the source. Suggestions come from your vault property types.
Attributes to copy One or more properties to copy from the source note (same property name on both notes). Add multiple entries in the rule editor. New property names can be registered in types.json.

Fresh installs start with no rules configured. Debug logging is off by default.

Permissions and privacy

  • Automatic sync reacts to metadata changes on individual notes only. It does not scan your vault on startup or in the background.
  • Sync all matching files (command palette) scans markdown files to apply inheritance in bulk. Rules with a root folder only walk that folder tree; rules with an empty root folder scan the entire vault. A confirmation dialog appears before the scan starts.
  • Folder suggestions in the rule editor use getAllFolders() only while you edit a rule in settings.
  • Reverse sync uses backlink metadata and direct file lookups — not a full vault enumeration.
  • The plugin does not access the network or send vault data outside Obsidian.

Requirements

  • Obsidian 1.13.0 or newer
  • Desktop and mobile

Mobile support

isDesktopOnly is set to false in manifest.json. Reverse sync uses MetadataCache.getBacklinksForFile when available; on older builds without that API, forward sync still works and reverse sync is skipped gracefully.

Development

npm install
npm run dev    # watch mode
npm run build  # production build
npm run lint   # Obsidian community scanner rules

Build artifacts and dev files follow Obsidian community scanner ignore patterns (esbuild.config.mjs, node_modules/, *.test.*, etc.).

License

MIT — see LICENSE.

Author

borg1622 (Dirk Osburg)

HealthExcellent
ReviewPassed
About
Copy configured frontmatter properties from a linked source note into dependent notes to keep a single source of truth and avoid duplicated data. Keep dependents synced automatically when links change or when source properties update (forward and reverse sync).
PropertiesSyncingLinks
Details
Current version
0.2.2
Last updated
2 weeks ago
Created
2 weeks ago
Updates
1 release
Downloads
44
Compatible with
Obsidian 1.13.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Dirk OsburgDirk Osburgborg1622
GitHubborg1622
dirk-o
  1. Community
  2. Plugins
  3. Properties
  4. Dependent Properties

Related plugins

Wikilink Types

Type @ inside wikilink aliases to add relationship types, auto-synced to YAML frontmatter.

Frontmatter Markdown Links

Adds support for markdown links in frontmatter.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Advanced URI

Control everything with URI.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

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.