Skip to main content

export_notes

Function export_notes 

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