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 DemoVaultNoteProperties
| Property | Type | Description |
|---|---|---|
| content | string | The note's raw Markdown content. |
| relativePath | string | The note's path relative to the demo vault folder, e.g. 00 Start.md. |
Links to this page: