Move comprehensive documentation (settings, templates, output targets, frontmatter presets, etc.) from the 510-line README into 9 focused files under docs/. README is now a scannable overview with links to each doc. Replace GitHub links with Codeberg equivalents. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
625 B
Markdown
20 lines
625 B
Markdown
# Section Selection
|
|
|
|
Select specific sections from your context files instead of including everything.
|
|
|
|
## How It Works
|
|
|
|
Use the command **"Copy context (select sections)"** to:
|
|
|
|
- Expand files to see their heading structure
|
|
- Check/uncheck individual sections
|
|
- See token counts per section
|
|
|
|
## Reference Syntax
|
|
|
|
- `NoteName#Heading` - Reference a specific heading
|
|
- `NoteName^blockid` - Reference a specific block
|
|
|
|
## When to Use
|
|
|
|
Section selection is useful for large context files where you only need specific parts. Instead of copying your entire vault conventions, pick just the sections relevant to your current task.
|