Skip to main content
Module

x/dendron_exports/mod.ts>Options

Export your Dendron vault into SSG compatible markdown
Latest
interface Options
import { type Options } from "https://deno.land/x/dendron_exports@v0.2.2/mod.ts";

Properties

baseDir: string

Directory that all operation is belong to.

vaultPath: string

Vault path to export Relative to baseDir

vaultName: string

Vault name to export This also used to generate note id when id is not specified.

noteDest: string

Note and assets export desination Relative to baseDir

noteRenderer: Renderer

Renderer to render single note.

notePathBuilder: NotePathBuilder

Function that map note into destination path. The path will used to resolve link and export path. The path must not start with / and end with / Note export path will relative to noteDest