The SqliteBrain instance to read from.
Export all memory traces as .md files into outputDir.
Directories are created on demand (equivalent to mkdir -p).
Root directory to write the Markdown vault into.
Optional _options: ExportOptionsOptional export configuration (currently unused but accepted for API consistency with other exporters).
Protected buildBuild the Markdown content for a single trace.
Subclasses (e.g. ObsidianExporter) override this to inject wiki-links
and #tag decorations into the body.
Parsed trace row from the database.
Full Markdown file content (front-matter + body).
Protected traceProtected Readonly brainThe SqliteBrain instance to read from.
Exports memory traces as Markdown files with YAML front-matter.
Usage: