MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / DatabaseLinkTarget

Interface DatabaseLinkTarget

packages/app-core/src/lib/database-links.ts:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import { stripWikilinkAnchor } from './wikilinks'
11
12export interface DatabaseLinkTarget {
13 /** Vault-relative path of the database's `data.csv` (its identity / cache key). */
14 csvPath: string
15 /** Display title — the `.base` folder name without the suffix. */
16 title: string
17}
18
19/** Vault-relative path of a `<folder, subpath>` directory (mirrors the sidebar). */
20function vaultRelativeFolderPath(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected