Skip to content

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 WikilinkDirectiveScan

Properties

PropertyTypeDescription
allowedLineIndexesReadonlySet<number>The zero-based line numbers a directive allows a wikilink on.
problemsstring[]The directive mistakes found, each phrased for a failing assertion.