Expand description
File watcher — monitors a vault directory for external .md changes and
syncs them into the DB and graph. Uses debounced notify events (500ms).
Structs§
- Changed
Page - A page that was created or modified by an external change.
- Vault
Changed Payload - Payload emitted when the watcher detects vault changes.
Functions§
- start_
watcher - Start watching a vault directory for .md file changes. Returns the debouncer handle — drop it to stop watching.
Type Aliases§
- OnVault
Changed - Callback type for vault change notifications. The bridge layer sets this to emit a Qt signal.