Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: docs
> ./packages/core/src/prosemirror/plugins/index.ts
/**
* ProseMirror Plugins
*
* Selection tracker plugin for the DOCX editor.
* Keymap plugins are now provided by the extension system.
* @packageDocumentation
* @public
*/
export {
createSelectionTrackerPlugin,
extractSelectionContext,
getSelectionContext,
selectionTrackerKey,
} from './selectionTracker';
export type { SelectionContext, SelectionChangeCallback } from './selectionTracker';
export {
suggestionModeKey,
createSuggestionModePlugin,
toggleSuggestionMode,
setSuggestionMode,
isSuggestionModeActive,
} from './suggestionMode';
export {
documentStylesKey,
createDocumentStylesPlugin,
getDocumentStyleResolver,
} from './documentStyles';
export { makeRevisionInfo } from './revisionIds';
export type { RevisionInfo } from '../../types/content/trackedChange';