The Claude Code CLI's own default model is far more token expensive
for note generation. The plugin now passes --model sonnet unless the
user sets a different model in settings.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- New "Create sub-note from selection" command and context menu entry:
splits a selection into topics, generates linked notes in a sub-folder,
with series cross-linking back to the parent note
- README: lead with the no-extra-cost design (existing AI subscriptions
via CLIs, or free local Ollama) plus a token usage caveat
- Fix scripts can read OBSIDIAN_VAULT from a gitignored repo-root .env
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Replace the unsupported claim that the -p flag might be discontinued
with the verified note about Anthropic's paused plan to bill print-mode
usage as extra usage outside Pro/Max limits, plus a token usage warning.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The 4,500-line single file becomes focused modules: shared types,
inline-action catalog, output rules, a typed CLI boundary, logger,
utils, UI helpers, output fixers, five modal families, the settings
tab, and a slimmer plugin entry at src/main.ts. Build entry moves to
src/main.ts; bundle output, lint rules, and behavior are unchanged.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Hero shot of a generated index hub and note series, per-feature
screenshots (folder menu, generation modal, generated note, selection
menu, AI actions submenu), and release/downloads/license badges.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- First-run notice tells new users an AI backend is required and opens
the settings tab on click
- Settings tab now shows install/login setup guides for Claude, Gemini,
and Codex CLIs (mirroring the existing Ollama guide)
- Codex --output-last-message file moves into the plugin config folder,
read via the vault adapter: no more direct fs access
- Ollama calls now use Obsidian's requestUrl instead of fetch
(non-streaming; live preview applies to CLI providers only)
- README: community-directory install path first, GitHub second;
clarify Node.js is only needed for CLI backends or GitHub installs
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Expands the docs with how it plans the series, generates the index hub
with a mermaid concept map, cross-links notes, and clusters in graph view.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The previous name described the mechanism; the new one describes the
outcome: growing a vault into a linked knowledge graph. Plugin id is
now second-brain-builder.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Generate linked explanation notes from selections using Claude Code,
Gemini, Codex, or a local Ollama model. Includes 23 sample note modes,
inline enhancement actions, batch generation, a config-driven modes
system, cross-platform installers, and vault repair scripts.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>