Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Forge

Joshua WallsJoshua Walls64 downloads

Define the structure your vault should have, then let Forge enforce it. Lint for drift, normalize metadata, and apply auditable bulk changes with confidence.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates17

Keep your Obsidian vault organized, reliable, and useful as it grows.

Forge helps you maintain consistent metadata, repair structural drift, standardize notes, and build more dependable Dataviews, Bases, dashboards, exports, and automation workflows.

Whether your vault holds projects, research, journals, client work, tasks, notes, or personal systems, Forge helps everything keep working together over time.


Forge Overview

Most vaults start simple.

Then, slowly:

  • fields get renamed
  • tags drift apart
  • templates change
  • old notes stop matching new workflows
  • dashboards miss results
  • Dataview queries become fragile
  • Bases become less useful
  • exports become noisy

Forge helps keep your vault consistent without forcing you into a rigid system.


What Forge Does

Forge provides maintenance and structure tooling for Obsidian vaults:

  • Schema validation
  • Vault linting
  • Frontmatter normalization
  • Tag normalization
  • Bulk note update workflows
  • Vault repair tools
  • Reusable note structure validation
  • Relationship indexes
  • Vault exports
  • Maintenance workflows
  • Vault-installed documentation
  • Copy-ready examples

Think of it as:

Maintenance tooling for long-lived Obsidian vaults.

Or more simply:

Forge helps your vault stay clean, consistent, and dependable over time.


Why Consistency Matters

Many Obsidian workflows depend on predictable metadata and structure.

That includes:

  • Dataview
  • Bases
  • dashboards
  • templates
  • graph relationships
  • automation workflows
  • AI-assisted workflows
  • note queries
  • exports

When metadata is consistent, your tools can find the right notes.

When metadata drifts, your tools become unreliable.

Examples:

  • project vs projects
  • active vs in-progress
  • type vs note_type
  • missing frontmatter
  • duplicated tags
  • malformed YAML
  • old templates mixed with new templates

Forge helps keep your vault structure predictable so your queries, Bases, dashboards, and workflows continue working months or years later.

The goal is not rigid control.

The goal is durable consistency.


Who Forge Is For

Forge is useful for anyone whose vault has started to grow beyond manual cleanup.

It works well for:

  • personal knowledge systems
  • project vaults
  • research vaults
  • journals
  • writing systems
  • task systems
  • client workspaces
  • team/shared vaults
  • Dataview-heavy vaults
  • Bases-driven workflows
  • AI-assisted note systems

You do not need a perfect vault to use Forge.

Forge is designed for real vaults: uneven, evolving, useful, and alive.


Installation

Community Plugins

Search for Forge in Settings → Community Plugins and click Install.

Enable Forge after installation. After any update, click Reload plugins from the command palette so Obsidian registers the latest plugin files.


Manual Installation

Build the plugin from source:

npm install
npm run build

Copy these files into your vault plugin folder:

.obsidian/plugins/forge/

Required files:

manifest.json
main.js
styles.css

Then enable Forge in Settings → Community Plugins.

After installation or updates, click Reload plugins from the command palette so Obsidian reloads Forge and registers the latest plugin files.


Quick Start

1. Install the Documentation

Run:

Forge: Install Documentation

Install Documentation

Forge installs a complete documentation and examples system directly into your vault.

Typical structure:

{{forge}}/
├── Docs/
├── Examples/
├── Patches/
├── Schemas/
├── Shapes/
└── Exports/

2. Open the Start Guide

Read:

Docs/1. Start Here.md

The installed vault docs are the main Forge documentation.

They include:

  • setup walkthroughs
  • schema guides
  • lint workflows
  • repair workflows
  • export documentation
  • shape systems
  • settings references
  • troubleshooting guides
  • operational examples
  • copy-ready templates

The README gives the overview.

The installed docs are the field guide.


3. Run Your First Vault Lint

Run:

Forge: Run Vault Lint

Forge scans your vault for structural inconsistencies such as:

  • missing metadata
  • malformed frontmatter
  • inconsistent tags
  • schema violations
  • stale fields
  • shape mismatches
  • structural drift

The results are grouped into actionable categories so you can improve your vault gradually.


Core Features

Schema Validation

Schemas define the structure you want your notes to follow.

They can describe:

  • required fields
  • allowed values
  • note types
  • review schedules
  • metadata expectations
  • folder rules
  • tag rules

Example:

frontmatter:
  required:
    - name: status
      type: enum
      values:
        - draft
        - active
        - archived

Schemas help keep notes predictable.

That makes Dataview queries, Bases, dashboards, exports, and automations easier to trust.


Vault Linting

Forge validates notes against your schemas and structural rules.

Linting can detect:

  • missing frontmatter
  • malformed YAML
  • invalid metadata
  • inconsistent tags
  • outdated fields
  • schema violations
  • stale review cycles
  • shape mismatches

Forge groups findings by severity so you can prioritize structural problems incrementally instead of fixing everything at once.


Vault Lint


Normalization

Normalization keeps metadata formatting clean and predictable.

Forge can:

  • sort tags
  • deduplicate tags
  • standardize frontmatter ordering
  • normalize metadata structure
  • reduce formatting drift

Small inconsistencies compound over time.

Normalization keeps the vault tidy before small cracks become weird little YAML goblins.

Detailed normalization workflows and before/after examples are included in the installed docs.


Patch Engine

Patches are reusable operational workflows stored as markdown notes.

They can be used for:

  • vault migrations
  • metadata repair
  • bulk edits
  • note movement
  • field updates
  • structural cleanup

Example:

# Patch

```yaml
operations:
  - op: set_field
    target: "Projects/Home.md"
    field: status
    value: active
```

Patch workflows support:

  • dry runs
  • backups
  • restore operations
  • conditional execution

Patch Operations

Additional patch walkthroughs and repair workflows are included in the installed docs and examples.


Vault Repair

Forge can generate repair operations from lint findings.

Repair workflows help fix:

  • malformed frontmatter
  • invalid fields
  • missing metadata
  • inconsistent tags
  • structural mismatches

Repair actions are previewable and reversible.

Repair walkthroughs and recovery examples are included in the installed docs.


Shapes

Shapes are reusable structural blueprints for note systems.

They help validate organization beyond simple metadata.

Shapes are useful for:

  • project workspaces
  • meeting notes
  • research pipelines
  • client records
  • operational runbooks
  • content workflows

Forge supports:

  • recursive shape matching
  • shape linting
  • template refinement
  • repair workflows
  • dry runs
  • restore support

Complete shape examples and recursive validation walkthroughs are included in the installed docs.


Relationship Indexes

Forge can build relationship indexes from your notes.

This helps surface how ideas, projects, people, systems, and topics connect across your vault.

Relationship indexes make larger vaults easier to:

  • navigate
  • query
  • audit
  • visualize
  • export
  • use with AI workflows

Forge calls these ontology indexes because they map relationships between notes and concepts across the vault.

You do not need to be an ontology expert to use them.


Ontology Index


Export System

Forge exports structured vault data for dashboards, AI tooling, audits, and external workflows.

Export Vault Overview generates:

  • vault-inventory.json
  • vault-meta.json
  • vault-export.md

Export Ontology Index generates relationship indexes from configured note headings.

Exports are useful for:

  • AI context generation
  • vault dashboards
  • metadata audits
  • reporting
  • external integrations
  • archival workflows

Vault Export

Additional export examples and dashboard walkthroughs are included in the installed docs.


Example Packs

Forge installs organized examples directly into your vault.

Examples include:

  • starter schemas
  • lint workflows
  • patch operations
  • repair examples
  • shape systems
  • export workflows
  • maintenance routines

The examples are designed to be copied and adapted to your own vault.


Examples Folder


Works Well Alongside

Forge complements tools like:

  • Dataview
  • Bases
  • Templater
  • Metadata Menu
  • QuickAdd
  • dashboard notes
  • AI-assisted workflows

Forge focuses on the layer underneath those tools:

clean, consistent, queryable structure.


Commands

Command Purpose
Forge: Install Documentation Install vault docs and examples
Forge: Run Vault Lint Validate vault structure against schemas and rules
Forge: Validate Schema Validate schema configuration
Forge: Normalize Tags Sort and deduplicate tags
Forge: Normalize Frontmatter Reorder frontmatter consistently
Forge: Apply Vault Patch Execute structured patch operations
Forge: Vault Repair Generate repair operations from lint findings
Forge: Restore Patch Run Restore files from previous patch backups
Forge: Vault Maintenance Run maintenance workflows
Forge: Rename Dataview Folder Safely update Dataview folder references
Forge: Export Vault Overview Generate inventory and metadata exports
Forge: Export Ontology Index Build relationship indexes from note structures

Detailed command walkthroughs and examples are included in the installed documentation.


Settings

Forge includes dedicated settings sections for:

  • General configuration
  • Schema management
  • Vault linting
  • Patch execution
  • Shapes
  • Export configuration
  • Maintenance
  • Advanced operations

Every setting is documented in the installed vault docs.


Forge Settings


Safety Philosophy

Forge is intentionally conservative.

The plugin emphasizes:

  • explicit operations
  • dry-run workflows
  • reversible changes
  • restore support
  • operational visibility
  • predictable behavior

You stay in control of vault modifications.

Recommended practices:

  • Use Git for large vaults
  • Backup before major operations
  • Test schemas incrementally
  • Run linting before patch execution
  • Use dry runs before repair workflows

Development

npm install
npm run build

Release assets are generated from the plugin root.


Philosophy

Knowledge systems naturally drift over time.

Fields change. Templates evolve. Workflows shift. Old notes stop matching new structures.

Forge exists to help your vault remain:

  • Consistent
  • Queryable
  • Repairable
  • Reliable
  • Maintainable

Not through rigidity.

Through sustainable structure and practical maintenance over time.


License

MIT

99%
HealthExcellent
ReviewPassed
About
Maintain vault consistency as it grows by validating schemas, normalizing frontmatter and tags, repairing structural drift, and running bulk updates to standardize notes. Build relationship indexes and exportable views to keep Dataviews, Bases, dashboards, and automations reliable over time.
PropertiesTagsAutomation
Details
Current version
1.3.3
Last updated
7 hours ago
Created
Last week
Updates
17 releases
Downloads
64
Compatible with
Obsidian 1.5.11+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Joshua WallsJoshua Wallsjoshua-walls
GitHubjoshua-walls
  1. Community
  2. Plugins
  3. Properties
  4. Forge

Related plugins

Badges

Add inline badges/callouts to notes.

Colored Bases Properties

Color property lists and formula properties in Bases.

MetaEdit

Manage your metadata.

Bases CMS

Manage your notes in bases like a content management system.

Update modified date

Automatically update a frontmatter modified date field when the file is modified.

Fold Properties By Default

Always have editor/metadata properties folded by default

Auto-Properties

Create automated properties based on note content and rules.

QuickAdd

Quickly add new notes or content to your vault.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Templater

Create and use dynamic templates.