Skip to content

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 NoteLine

Properties

PropertyTypeDescription
indexnumberThe zero-based line number within the note.
linestringThe line's raw text.