Syncs the entire vault's markdown content (and its referenced assets) to a
designated website-notes export folder on disk.
What it does
Validates the export folder exists and is outside the vault.
Reads the previous export index so stale files can be cleaned up.
Exports every markdown file; files matching the configured ignore
patterns are binary-copied; all others are processed through
makeExportedMarkdownForPdf.
Copies non-markdown assets (images, PDFs, etc.) referenced by the
exported notes.
Cleans files from the previous run that are no longer present.
Writes a fresh export index for the next run.
Only available on desktop (relies on Node.js fs APIs). Shows a
Notice on success (with counts) or failure (with the error message).
Syncs the entire vault's markdown content (and its referenced assets) to a designated website-notes export folder on disk.
What it does
Only available on desktop (relies on Node.js
fsAPIs). Shows a Notice on success (with counts) or failure (with the error message).