Skip to content

DemoVaultCoverageChecker.findNotesWithWikilinks method

DemoVaultCoverageChecker › findNotesWithWikilinks

Finds notes using an Obsidian [[wikilink]] outside a code fence. The demo vault is also read on GitHub, where a wikilink renders as literal brackets and leads nowhere. A wikilink shown INSIDE a fence is sample text, not navigation, so fenced blocks are skipped, as is a note that declares in its frontmatter why its wikilinks are the point — see the file overview.

Signature:

findNotesWithWikilinks(): string[]

Returns: string[]The relative paths of the offending notes.