| 10 | import { stripWikilinkAnchor } from './wikilinks' |
| 11 | |
| 12 | export 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). */ |
| 20 | function vaultRelativeFolderPath( |
nothing calls this directly
no outgoing calls
no test coverage detected