Skip to content

Obsidian plugin

Khiip ships an Obsidian plugin (v0.0.1 baseline) that talks to your local daemon:

  • a capture command to khiip a URL into your vault, and
  • a recall sidebar for semantic search over everything you’ve captured.

Because the vault is plain Markdown + YAML frontmatter, captures appear as ordinary notes — Obsidian reads them directly, with no special viewer required. You get backlinks, graph view, search, and every other Obsidian feature over your captured corpus for free.

Type alignment

The plugin’s types.ts mirrors all v0.1 payload models from the daemon (see Typed payloads), additively — so the plugin stays in lock-step with what the daemon emits.

Setup

The plugin connects to the daemon at 127.0.0.1:8478 and reads the same Bearer token from ~/.config/khiip/auth.toml that the CLI uses. Run khiipd serve before using the plugin commands.