Skip to content

CreateNoteParams

Parameters for CommonArguments.createNote.

Import:

import type { CreateNoteParams } from 'obsidian-integration-testing';

Signature:

export interface CreateNoteParams

Properties

PropertyTypeDescription
contentstringThe note's content. This exact string is what the created note is read back against, so it is the definition of a successful write.
pathstringThe vault-relative path to create, extension included.

Links to this page: