obsidian-promptfire/docs/history.md
Luca G. Oelfke e7243e3cc1
docs: slim down README and extract detailed docs to docs/
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>
2026-02-06 12:46:15 +01:00

30 lines
843 B
Markdown

# Context History
Track every context you generate over time.
## Features
- **Automatic saving** - Every generated context is saved with a timestamp
- **Search and filter** - Find past contexts quickly
- **Diff comparison** - Compare versions to see what changed
- **One-click restore** - Copy any past context back to clipboard
- **Configurable retention** - Control storage limits and auto-cleanup
## Settings
| Setting | Description | Default |
|---------|-------------|---------|
| **Enabled** | Save generated contexts | On |
| **Storage folder** | Where to store history | `.context-history` |
| **Max entries** | Limit stored entries | 50 |
| **Auto-cleanup** | Delete after X days | 30 |
## Usage
Open history via:
```
Ctrl+P > "Promptfire: View context history"
```
Browse, search, compare, and restore any previous context.