pub fn export_notes( output_dir: &Path, notes: &[ExportNote], include_frontmatter: bool, by_tag: bool, ) -> Result<Vec<PathBuf>>