Skip to content

v1.1 — URL ingestion, vision, delta tracking, 3 new skills

Choose a tag to compare

@AgriciDaniel AgriciDaniel released this 08 Apr 09:25
· 213 commits to main since this release

What's New in v1.1

3 New Skills

/obsidian-markdown — Full Obsidian Flavored Markdown syntax reference. Covers wikilinks, embeds, all callout types, properties rules, highlights, math, Mermaid diagrams, and what not to do. Consulted automatically when writing wiki pages.

/obsidian-bases — Create and edit Obsidian Bases (.base files) — Obsidian's native database layer. Correct filters:/views:/formulas: syntax with wiki-specific templates for dashboards, entity indexes, and source trackers. First LLM wiki plugin to support this feature.

/defuddle — Web page cleaner powered by defuddle-cli. Strips ads, nav bars, cookie banners, and boilerplate before ingesting web content. Saves 40–60% tokens on typical articles.


wiki-ingest Upgrades

  • URL ingestion — Pass any https:// URL directly. Auto-fetches, runs defuddle if installed, saves to .raw/articles/, then proceeds through normal ingest pipeline.
  • Image/vision ingestion — Pass .png, .jpg, .gif, .webp etc. Claude reads the image, extracts text and concepts via vision, saves description to .raw/images/, then ingests.
  • Delta tracking.raw/.manifest.json tracks a hash per ingested source. Re-running ingest on unchanged files is skipped automatically. Use force ingest to override.

wiki-query: 3 Query Depths

Mode Trigger Token cost Best for
Quick query quick: ... ~1,500 Fast fact lookups from hot cache + index
Standard default ~3,000 Most questions
Deep query deep: ... ~8,000+ Synthesis, comparisons, full analysis

Auto-Commit Hook

Every Write or Edit to wiki/ or .raw/ now triggers an automatic git commit. The vault is always versioned without manual intervention.


Fixes

  • Removed invalid allowed-tools field from all 10 SKILL.md files — it was never a valid skill frontmatter attribute and was being silently ignored. Skills now match the Agent Skills spec (same format as kepano/obsidian-skills).
  • Canvas skill now references the JSON Canvas open standard and kepano/obsidian-skills as the authoritative cross-platform spec.

Ecosystem Research Filed

Comprehensive research across 16+ Claude + Obsidian projects now filed in the demo vault:

  • wiki/comparisons/claude-obsidian-ecosystem.md — full feature matrix
  • wiki/concepts/cherry-picks.md — prioritised v1.2+ roadmap
  • 6 new entity pages for key projects in the ecosystem