Skip to content

NoteComposerPluginOptions

Unofficial

Configuration options for the note composer plugin.

Import:

import type { NoteComposerPluginOptions } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface NoteComposerPluginOptions

Properties

PropertyTypeDescription
askBeforeMerging?booleanWhether to prompt for confirmation before merging notes.
replacementText?'embed' | 'link' | 'none'What to leave in place of extracted content: a link, an embed, or nothing.
template?stringPath to the template file used when extracting content into a new note.

Links to this page: