NoteComposerPluginOptions
Unofficial
Configuration options for the note composer plugin.
Import:
import type { NoteComposerPluginOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface NoteComposerPluginOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| askBeforeMerging? | boolean | Whether 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? | string | Path to the template file used when extracting content into a new note. |
Links to this page: