Remnic Manager

approved

by lornezhang

Local-first dashboard, governance, recall diagnostics, and entity topology for Remnic memories. - This plugin has not been manually reviewed by Obsidian staff.

1 stars30 downloadsUpdated 1mo agoMIT

Obsidian Remnic Manager

Local-first Obsidian control panel for a Remnic memory directory.

Install from source

npm install
npm run build

Copy main.js, manifest.json, and styles.css into:

<Vault>/.obsidian/plugins/remnic-manager/

Enable Remnic Manager in Obsidian community plugin settings, then configure the vault-relative memory directory, local daemon URL, optional token, and CLI executable.

Features

  • Dashboard statistics by frontmatter category and rendered profile.md with Git history
  • Memory filters, inline/batch metadata editing, conflict comparison, supersede, OKF lint and sweep
  • Explained recall sandbox with BM25/vector/reranker/memory-worth bars
  • Entity list and native SVG topology from relationships and wikilinks
  • Daemon health status and desktop CLI start/stop/restart/doctor controls

All file access uses Obsidian's Vault API. Network requests are made only to the daemon URL explicitly configured by the user (default http://127.0.0.1:4318).

Development

npm test
npm run check

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.