Skip to content

DemoVaultNote

A single demo note, as read from the demo vault.

Import:

import type { DemoVaultNote } from 'obsidian-dev-utils/script-utils/demo-vault-coverage';

Signature:

export interface DemoVaultNote

Properties

PropertyTypeDescription
contentstringThe note's raw Markdown content.
relativePathstringThe note's path relative to the demo vault folder, e.g. 00 Start.md.

Links to this page: