Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ter/pages.ts>getPagesByTags

A tiny wiki-style site generator with Zettelkasten flavor.
Go to Latest
function getPagesByTags
import { getPagesByTags } from "https://deno.land/x/ter@0.15.36/pages.ts";

Parameters

pages: Page[]
tags: string[]
optional
exclude: Page[]

Returns

Record<string, Page[]>