Obsidian Properties Template
Use this template in Obsidian so source and privacy are always visible and quick to edit.
Suggested property options
source:personal,reference,derivedprivacy:public,private,secret
Recommended defaults:
source: personalprivacy: private
Example note template
---
id: "{{title}}"
region: default
source: personal
privacy: private
created: 2026-01-01T00:00:00Z
updated: 2026-01-01T00:00:00Z
summary: ""
tags: []
refs: []
---
Notes
- Memora keeps timestamps in second precision (
...T12:34:56Z). - If
frontmatter.refs_mode = "sync_from_wikilinks",refsis rewritten from body wikilinks. - Invalid
source/privacyvalues are normalized topersonal/private.