Skip to content

HardWrapOptions

Unofficial

Options for hard-wrapping text in the editor.

Import:

import type { HardWrapOptions } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface HardWrapOptions

Properties

PropertyTypeDescription
allowMerge?booleanWhether to allow merging short lines together.
column?numberThe column number at which to wrap lines.
from?numberStarting line number to begin wrapping from.
to?numberEnding line number to stop wrapping at.