WikilinkDirectiveScan
What a note’s inline obsidian-dev-utils-disable… directives allow, and what is wrong with them.
Import:
import type { WikilinkDirectiveScan } from 'obsidian-dev-utils/script-utils/demo-vault-coverage';Signature:
export interface WikilinkDirectiveScanProperties
| Property | Type | Description |
|---|---|---|
| allowedLineIndexes | ReadonlySet<number> | The zero-based line numbers a directive allows a wikilink on. |
| problems | string[] | The directive mistakes found, each phrased for a failing assertion. |