note-history

Trace a vault note's git history and restore prior versions with confirmation.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/lightningfastsls/London_Lab --skill note-history
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note-history
Source: https://github.com/lightningfastsls/London_Lab/tree/main/.claude/skills/note-history
Command: npx skills add https://github.com/lightningfastsls/London_Lab --skill note-history

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool reveals how vault notes evolve by tracing their git history, interpreting changes semantically, and offering a safety net for restoring earlier versions.

Core Features & Use Cases

  • Timeline-driven evolution: see who changed a note, when, and why, across revisions.
  • Semantic diffs: interpret edits to capture shifts in meaning or intent.
  • Safe restoration: revert to a prior version with confirmation and traceability.

Quick Start

Provide a note title or path to see its history, and optionally restore a past version with --restore N.

Frequently Asked Questions about note-history

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track note history and see what changed in my vault files?

Viewing note history involves locating the target vault note by path or title to construct a time-ordered timeline of git commits, complete with semantic interpretations of changes to capture shifts in meaning or intent.

How do I restore a previous version of a note using git history?

You restore a previous note version by using the --restore N command to fetch a historical version, which then shows a diff against the current state and prompts for confirmation before completing the restoration.

Can I see semantic diffs of my notes instead of just raw text changes?

Yes, semantic diffs interpret edits to your notes to capture shifts in meaning or intent, rather than just showing raw text changes, helping you understand how the content's meaning evolved across revisions.

Does this note restoration tool work with git version control?

Yes, the tool relies on git version control to trace the history of vault notes, locate prior commits, and offer a safety net for restoring earlier versions with full traceability and confirmation prompts.

What is the safest way to revert a vault note to an older version?

The safest way to revert a vault note is fetching the historical version with --restore N, reviewing the diff against the current state, and explicitly confirming the restoration before any changes are finalized.