NoteLine
A note line paired with the line number it came from, so a check that skips fenced blocks can still report — and an inline directive can still name — the line as the reader sees it.
Import:
import type { NoteLine } from 'obsidian-dev-utils/script-utils/demo-vault-coverage';Signature:
export interface NoteLineProperties
| Property | Type | Description |
|---|---|---|
| index | number | The zero-based line number within the note. |
| line | string | The line's raw text. |