Documentation
README
Migrate Tags
Usage
/migrate-tagsโ Scan vault, present a migration plan, prompt to confirm./migrate-tags <path>โ Migrate a single file./migrate-tags <folder>โ Migrate all.mdfiles under a folder./migrate-tags --dry-runโ Show what would change without writing.
Why this skill exists
Obsidian supports two tag styles:
- Body tags:
#frontendwritten inline in note text. - Frontmatter tags: a YAML
tags:list at the top of the file.
Bases can filter on the frontmatter style (file.hasTag("frontend")) but not the body style reliably. Migrating one to the other makes tags queryable in Bases views โ e.g. a "People with #mobile tag" view becomes trivial once everyone's @Name.md has tags: [mobile].
This is the opening of the README. Read the full README on GitHub.