Skip to content

Quick start: your first edits

In five minutes you’ll edit an existing property, create a new one, and know every way to reach MetaEdit. All you need is the plugin installed and a note with some metadata - the examples below use book notes with properties like status, started, rating, and a couple of tags, but any note works.

Open a note, then open the command palette (⌘/Ctrl+P) and run MetaEdit: Run.

The command opens the property picker, MetaEdit’s central menu:

The property picker over a book note: the “New YAML property” and “New Dataview field” action rows, then property rows with delete and transform icons, and the tag footer hint

From top to bottom:

  • Two bold action rows: New YAML property and New Dataview field.
  • Every editable piece of the note’s metadata, in the order MetaEdit reads it: body #tags, YAML frontmatter properties, then inline Dataview fields (key:: value).
  • On property rows, two action icons with hover tooltips: “Delete property” and “Transform to YAML ⇄ Dataview”. More on those in Delete and transform properties.
  • A footer hint about tags: “#tag - rename in this note · vault-wide: Tag pane”. MetaEdit edits tags inside this note; vault-wide renames belong to Obsidian’s Tag pane.

It’s a fuzzy search: type to filter, use the arrow keys to move, press Enter to pick, Esc to close.

Pick the started property. Because started is a date, MetaEdit opens an “Edit started” modal containing Obsidian’s own date picker - the same widget the Properties panel uses:

The “Edit started” modal with Obsidian’s native date picker widget

Pick a date and select Save. The value is written to the note’s frontmatter as a real date, not a retyped string. Cancel closes without touching the file, and saving an unchanged value writes nothing at all.

Every property type gets its matching widget: a number field for rating, chips for lists, a checkbox for booleans. See Edit properties with native widgets for the full picture, including what happens for Auto Properties and inline fields.

Run MetaEdit: Run again and pick New YAML property. A single “New property” modal opens, and it’s type-aware:

Creating a “rating” property: the key autocompletes and the value widget switches to Number automatically

  • The key input autocompletes from every property name in your vault.
  • The value widget follows the type: type a key your vault already knows, like rating, and the row switches to the number widget on its own.
  • ⌘/Ctrl+Y opens the type menu; ⌘/Ctrl+↵ adds the property.

That’s the short version - Create new properties covers type inference, the type menu, and the New Dataview field row for inline fields.

You don’t need the note open. Right-click any .md file in the file explorer, or any internal link in a note, and choose Edit Meta:

The file explorer right-click menu on a note showing the “Edit Meta” item with a pencil icon

It opens the same property picker, targeted at that file. Folders and multi-selections get bulk-edit items instead - see Bulk edit metadata across notes.