For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dialog

Turn off the proofreading dialog

Disable the dialog-based proofreading mode by setting disableDialog to true. Proofreading will run only inline, and the "proofread in dialog" option will be unavailable. By default, the dialog is available.

disableDialog: true

Embed the dialog in a sidebar

Place the dialog inside a reserved section of the interface with proofreadDialogContainer. By default, the dialog opens as a floating window.

proofreadDialogContainer: '#sidebar-dialog'
  • This mode is useful when a sidebar or reserved area should display all suggestions in one place.

  • Requires globalBadge: true.

  • If the sidebar width differs from the default 340px, adjust badgeOffsetX and badgeOffsetY to position the badge accordingly.

  • See the sidebar demo.

Show one dialog for all fields

Aggregate suggestions from all editable fields with globalProofreadDialog into a single Proofread in dialog window. This is enabled by default; set to false to open a separate dialog per field.

Last updated

Was this helpful?