HardWrapOptions
Unofficial
Options for hard-wrapping text in the editor.
Import:
import type { HardWrapOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface HardWrapOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| allowMerge? | boolean | Whether to allow merging short lines together. | |
| column? | number | The column number at which to wrap lines. | |
| from? | number | Starting line number to begin wrapping from. | |
| to? | number | Ending line number to stop wrapping at. |