New Features
Edit History
Track and restore changes made to your notes by AI or manual edits.
- Automatic Tracking - All AI edits (chat propose_edit, workflow note nodes) and manual saves are recorded
- Diff View - See exactly what changed with color-coded additions/deletions
- One-Click Restore - Revert to any previous version instantly
- Revert to Base - Discard unsaved changes and restore to the last saved state
- Resizable Modal - Drag to move, resize from corners
Access via Command Palette: "Gemini Helper: Show edit history for current file"
Settings
New settings under "Edit History":
- Enable/disable edit history tracking
- Context lines for diff display (default: 3)
- Maximum entries per file (default: 100)
- Maximum retention days (default: 30)
obsidian-command Workflow Node
Execute any Obsidian command from workflows, including commands from other plugins.
- id: toggle-fold
type: obsidian-command
command: "editor:toggle-fold"