Skip to content

Jodd v0.18.0

Choose a tag to compare

@bbmediaco bbmediaco released this 20 Jul 18:06

Added

  • Sources panel: notes now show a "📎 Sources" list of URLs cited in the body, with a heads-up in Extract if you're about to cite something you've already extracted from elsewhere.
  • Smart Folders: two new per-account views in the sidebar — "🔍 Orphaned" (notes nothing links to) and "🕰 Stale" (untouched 30+ days) — for spotting notes that have drifted out of your wiki.
  • Auto-link ingest: Extract can now pull its source text from an existing note (not just pasted text), and after extracting or linking, Jodd automatically links the result to related notes and offers to add a short reference in other notes it's connected to — you review and confirm before anything else gets edited.
  • Link into wiki: a new "🕸 Link into wiki" action on any note's right-click menu — finds and links related notes without rewriting the note itself.
  • Ingest source button moved from a single sidebar-wide button to a 💡 button on each account, so it's always clear which account you're ingesting into.
  • jodd-mcp: an optional read-only MCP server exposing note search and the note graph to Claude Code sessions (see jodd-mcp/README.md).

Fixed

  • Citations: URLs containing & (e.g. links with query parameters) weren't matched correctly for duplicate-source detection — they're decoded properly now.