MCPcopy Create free account
hub / github.com/churichard/notabase / withNormalization

Function withNormalization

editor/plugins/withNormalization.ts:7–11  ·  view source on GitHub ↗
(editor: Editor)

Source from the content-addressed store, hash-verified

5import { createNodeId } from './withNodeId';
6
7const withNormalization = (editor: Editor) => {
8 return withListNormalization(
9 withInlineNormalization(withLayoutNormalization(editor))
10 );
11};
12
13const withLayoutNormalization = (editor: Editor) => {
14 const { normalizeNode } = editor;

Callers 1

createNotabaseEditorFunction · 0.85

Calls 3

withListNormalizationFunction · 0.85
withInlineNormalizationFunction · 0.85
withLayoutNormalizationFunction · 0.85

Tested by

no test coverage detected