Skip to main content
Module

x/ter/types.d.ts>Page

A tiny wiki-style site builder with Zettelkasten flavor.
Go to Latest
interface Page
import { type Page } from "https://deno.land/x/ter@0.15.25/types.d.ts";

Properties

url: URL
optional
title: string
optional
description: string
optional
attrs: JSONValue
optional
datePublished: Date
optional
dateUpdated: Date
optional
tags: string[]
optional
body: string
optional
html: string
optional
headings: Heading[]
optional
index: "dir" | "tag"
optional
layout: "log" | "grid" | "list"
optional
thumbnailUrl: URL
pinned: boolean
ignored: boolean
unlisted: boolean
showHeader: boolean
showToc: boolean
showTitle: boolean
showMeta: boolean
showDescription: boolean