Rename before community plugin submission (plugin IDs are permanent).
Updates plugin ID, display name, package name, all class names,
CSS prefix (cc- → pf-), default folders (_claude → _context),
built-in target ID, and all documentation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Eight settings now show live contextual info (file counts, entry usage,
folder existence) that updates as values change.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Search input above tabs filters all settings by name and description
in real-time. When a query is active, all tabs render simultaneously
with group headings and non-matching settings are hidden via DOM
toggling. Empty sections and tab groups are hidden entirely. Escape
clears search and restores normal tabbed view.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collapsible preview shows first 30 lines of generated output with
real-time updates (300ms debounce). Status bar displays file count,
token estimate, active target, and output format — all updating as
options change. Token count warns when exceeding target limit.
Clicking target scrolls to config, clicking format cycles options.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Split the single-column generator modal into a Selection zone (what to
include) and Configuration zone (how to output) using CSS grid, with a
full-width footer for action buttons. Adds note count indicator and
token estimate from existing context files. Responsive: side-by-side
on wide viewports, stacked on narrow.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add reusable CollapsibleSection component with animated chevron and
persisted collapse state. Applied to Sources, Templates, and Output
tabs where natural content groupings exist. General and History tabs
stay flat.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Split settings into 5 tabs (General, Sources, Templates, Output,
History) with a sticky tab bar. Persists the last active tab in
plugin settings so it reopens where the user left off.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Obsidian plugin to copy vault context files to clipboard for AI assistants.
Features:
- Copy vault context files to clipboard with one hotkey
- Context generator with configurable conventions
- Settings for folder, separator, preview, exclusions
- Auto-detect vault folder structure
- Include active note option
- Ribbon icon for quick access
- Full English UI and documentation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>