Logfire is an Obsidian plugin that tracks all vault activity, stores events in a local SQLite database, and makes everything queryable via SQL. It includes real-time event streaming, interactive dashboards with pure SVG charts, virtual tables for vault metadata, automated Markdown report projections, and Vim-style keyboard navigation.
Find a file
tolvitty e0d9f301d6 Alle Event-Collectors implementiert
FileCollector: create, delete, rename, move, modify Events.
ContentCollector: Semantische Analyse bei file:modify
(Wörter, Links, Tags, Headings, Embeds, Frontmatter).
NavCollector: file-open/close mit Dauer, active-leaf-change.
EditorCollector: CM6 ViewPlugin mit Debouncing.
SystemCollector: Command-Patching für Kommando-Tracking.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 10:50:41 +01:00
src Alle Event-Collectors implementiert 2026-02-12 10:50:41 +01:00
.gitignore Projekt-Grundgerüst: Build-System und Konfiguration 2026-02-12 10:45:43 +01:00
esbuild.config.mjs Projekt-Grundgerüst: Build-System und Konfiguration 2026-02-12 10:45:43 +01:00
manifest.json Projekt-Grundgerüst: Build-System und Konfiguration 2026-02-12 10:45:43 +01:00
package-lock.json Projekt-Grundgerüst: Build-System und Konfiguration 2026-02-12 10:45:43 +01:00
package.json Projekt-Grundgerüst: Build-System und Konfiguration 2026-02-12 10:45:43 +01:00
styles.css Projekt-Grundgerüst: Build-System und Konfiguration 2026-02-12 10:45:43 +01:00
tsconfig.json Projekt-Grundgerüst: Build-System und Konfiguration 2026-02-12 10:45:43 +01:00