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.
Requirements
Section titled “Requirements”| 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”- Open Settings and go to Community plugins. If this is your first community plugin, turn off Restricted Mode when prompted.
- Select Browse and search for MetaEdit.
- Select Install, then Enable.
That’s it - no setup step follows. Head to the quick start to make your first edit.
Install manually
Section titled “Install manually”If you prefer installing from a release, or your device can’t reach the plugin browser:
- Download
main.js,manifest.json, andstyles.cssfrom the latest GitHub release. - Create the folder
.obsidian/plugins/metaedit/inside your vault and place all three files in it. - Reload Obsidian, then enable MetaEdit under Settings -> Community plugins.
Verify the install
Section titled “Verify the install”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
.mdfile 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.
Optional companion plugins
Section titled “Optional companion plugins”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. |
Next steps
Section titled “Next steps”- Quick start: your first edits
- What’s new in 1.9.0 if you’re upgrading from 1.8.x
- How metadata works in Obsidian for background