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

Sticky Properties

yaye.workyaye.work18 downloads

Get auto-added properties on your new notes. Assign/remove a property to be "sitcky" anytime.

Add to Obsidian
Sticky Properties screenshot
Sticky Properties screenshot
  • Overview
  • Scorecard
  • Updates1

An Obsidian plugin that adds a configurable set of properties to every new note — so the frontmatter you always want is there from the moment a note is created.

Mark a property as "sticky" once, and it shows up on every note you make from then on.

Features

  • Auto-stamp new notes — every newly created note gets your configured properties added automatically.
  • Right-click to make a property sticky — set up a property on any note, right-click it, and choose Auto-add to new notes. Right-click again to remove it. The property's type is detected automatically.
  • Configurable defaults — in the settings tab, set each property's type (Text, List, Number, Checkbox, Date, Date & time) and a default value.
  • Smart date stamping — give a Date or Date & time property the value now (or today) and each new note records its exact creation moment.
  • Non-destructive — if a note already has one of your properties, its existing value is left untouched.

How to use

  1. Enable Sticky Properties in Settings → Community plugins.
  2. Open Settings → Sticky Properties and add the properties you want on every new note, or:
  3. On any note, add a property in the Properties panel, right-click its icon, and choose Auto-add to new notes.
  4. Create a new note — your properties appear automatically.

Tips

  • For a Date & time property, use now as the default to stamp the creation timestamp (e.g. 2026-06-25T13:00:00).
  • For a List property, separate default values with commas, or leave it blank for an empty list to fill in later.

Installation

From Community Plugins (once approved)

Search for Sticky Properties in Settings → Community plugins → Browse, install, and enable.

Manual

  1. Download main.js, manifest.json, and versions.json from the latest release.
  2. Copy them into <your-vault>/.obsidian/plugins/sticky-properties/.
  3. Reload Obsidian and enable the plugin under Community plugins.

Notes

The right-click menu item is added by detecting the property element in the Properties panel and extending Obsidian's native context menu. It relies on Obsidian's internal markup; if a future Obsidian update changes that markup, the menu item may stop appearing (the automatic stamping of new notes will keep working regardless).

Development

The source lives in src/main.js and is bundled into main.js with esbuild.

npm install
npm run dev    # watch + rebuild on change
npm run build  # one-off production build

The right-click menu item is implemented with monkey-around, which safely wraps Obsidian's Menu.prototype.showAtMouseEvent and cleanly removes the patch on unload.

License

MIT

HealthExcellent
ReviewPassed
About
Add configurable properties to every new note and auto-stamp them on creation. Mark any property as sticky from the Properties panel to auto-add it to future notes, with automatic type detection and smart date/time stamping.
PropertiesDatesAutomation
Details
Current version
1.0.0
Last updated
2 days ago
Created
2 days ago
Updates
1 release
Downloads
18
Compatible with
Obsidian 1.4.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Author
yaye.workyaye.workyaye-work
yaye.work
GitHubyaye-work
yaye.work
  1. Community
  2. Plugins
  3. Properties
  4. Sticky Properties

Related plugins

Update modified date

Automatically update a frontmatter modified date field when the file is modified.

Rollover Daily Todos

Rollover any unchecked checkboxes from your last daily note into today's note.

Vault Changelog

Maintain a changelog of recently edited notes.

MetaEdit

Manage your metadata.

Fold Properties By Default

Always have editor/metadata properties folded by default

Templater

Create and use dynamic templates.

BRAT

Easily install a beta version of a plugin for testing.

Advanced Canvas

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

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

Meta Bind

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