export

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExportPageToMarkdown

func ExportPageToMarkdown(ctx context.Context, client *notion.Client, pageID string, opts Options) (string, error)

Types

type AssetMode

type AssetMode string
const (
	AssetLink     AssetMode = "link"
	AssetDownload AssetMode = "download"
	AssetInline   AssetMode = "inline"
)

type Options

type Options struct {
	IncludeFrontmatter bool
	IncludeTitle       bool
	AssetMode          AssetMode
	OutputPath         string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL