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 ee599f42e7 Feature 8: Projections & Reports — Automatische Markdown-Reports
- types.ts: projections-Settings erweitert (enabled, outputFolder, dailyLog, sessionLog, weeklyDigest), heatmap zu BuiltinFormat
- formatters.ts: Query-Results → Markdown (Timeline, Table, Summary, Metric, Heatmap, Custom)
- Presets: daily-log (Tagesprotokoll), session-log (Session-Protokoll), weekly-digest (Wochenuebersicht)
- template-registry.ts: Built-in + Custom ProjectionTemplate Verwaltung
- projection-engine.ts: Kern-Engine mit Scheduling, Session-End-Listener, ProjectionPickerModal
- main.ts: ProjectionEngine Integration, 2 neue Commands (run-projection, run-all-projections)
- settings-tab.ts: Neue Sektion "Projektionen" mit Toggles und Konfiguration
- styles.css: ProjectionPickerModal Styling

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 11:52:06 +01:00
src Feature 8: Projections & Reports — Automatische Markdown-Reports 2026-02-12 11:52:06 +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 Virtual Tables in main.ts verdrahtet, Author auf tolvitty 2026-02-12 11:09:54 +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 Feature 8: Projections & Reports — Automatische Markdown-Reports 2026-02-12 11:52:06 +01:00
tsconfig.json Projekt-Grundgerüst: Build-System und Konfiguration 2026-02-12 10:45:43 +01:00