2a29e3ebc2bba818a820d35b742ad20339a183b1none
CLAUDE.mdTool: claude-codeAGENTS.mdAGENTS.mdTool: agents-md# Repository Guidelines
## Project Overview
MetaEdit is an Obsidian community plugin for managing note metadata. It edits
YAML frontmatter and inline `key:: value` fields, and provides Auto Properties,
Progress Properties, Ignored Properties, edit-mode handling (single/multi
values), a Kanban board helper that updates linked notes when a card changes
lane, and a small public API for other plugins.
## Project Structure & Module Organization
Source lives in `src/`. Plugin registration and lifecycle wiring a.codexTool: codexnone