Skip to content

Installation

MetaEdit installs like any other Obsidian community plugin and needs no configuration to start. This page covers both install paths, the version requirements, and how to check that everything works.

MetaEdit version 1.9.0 (current)
Obsidian version 1.12.7 or newer
Platforms Desktop and mobile, with no feature differences

Install from the Community plugins browser

Section titled “Install from the Community plugins browser”
  1. Open Settings and go to Community plugins. If this is your first community plugin, turn off Restricted Mode when prompted.
  2. Select Browse and search for MetaEdit.
  3. Select Install, then Enable.

That’s it - no setup step follows. Head to the quick start to make your first edit.

If you prefer installing from a release, or your device can’t reach the plugin browser:

  1. Download main.js, manifest.json, and styles.css from the latest GitHub release.
  2. Create the folder .obsidian/plugins/metaedit/ inside your vault and place all three files in it.
  3. Reload Obsidian, then enable MetaEdit under Settings -> Community plugins.

MetaEdit deliberately adds no ribbon icon, so don’t look for one. Instead:

  • Open the command palette (⌘/Ctrl+P) in any note and search for MetaEdit: Run. If the command is there, the plugin is loaded.
  • Right-click any .md file in the file explorer. You should see an Edit Meta item with a pencil icon.

If the Edit Meta item is missing, check that the “UI Elements” toggle is on in MetaEdit’s settings - it is on by default. See the settings reference for details.

MetaEdit works entirely on its own. These plugins pair well with it:

Plugin What it adds
Dataview Query the inline key:: value fields MetaEdit edits. Not required - MetaEdit reads and writes inline Dataview fields without it.
Kanban Required for the Kanban Board Helper, which discovers your boards and syncs lane changes to note properties.
Tracker Unlocks the “Tracker value (#tag:value)” action when editing body tags.
Templater / Buttons Call MetaEdit’s developer API from templates and buttons - see the cookbook for recipes.