@dxos/react-ui-editor 0.3.11-main.68db74e → 0.3.11-main.69484a6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (180) hide show
  1. package/dist/lib/browser/index.mjs +1632 -1056
  2. package/dist/lib/browser/index.mjs.map +4 -4
  3. package/dist/lib/browser/meta.json +1 -1
  4. package/dist/types/src/components/TextEditor/MarkdownEditor.stories.d.ts +13 -15
  5. package/dist/types/src/components/TextEditor/MarkdownEditor.stories.d.ts.map +1 -1
  6. package/dist/types/src/components/TextEditor/TextEditor.d.ts +14 -6
  7. package/dist/types/src/components/TextEditor/TextEditor.d.ts.map +1 -1
  8. package/dist/types/src/components/TextEditor/TextEditor.stories.d.ts +1 -1
  9. package/dist/types/src/components/TextEditor/automerge.stories.d.ts.map +1 -1
  10. package/dist/types/src/components/TextEditor/comments.stories.d.ts +1 -1
  11. package/dist/types/src/components/TextEditor/comments.stories.d.ts.map +1 -1
  12. package/dist/types/src/components/TextEditor/{yjs.stories.d.ts → hooks.stories.d.ts} +13 -2
  13. package/dist/types/src/components/TextEditor/hooks.stories.d.ts.map +1 -0
  14. package/dist/types/src/components/Toolbar/Toolbar.d.ts +25 -0
  15. package/dist/types/src/components/Toolbar/Toolbar.d.ts.map +1 -0
  16. package/dist/types/src/components/Toolbar/Toolbar.stories.d.ts +23 -0
  17. package/dist/types/src/components/Toolbar/Toolbar.stories.d.ts.map +1 -0
  18. package/dist/types/src/components/Toolbar/index.d.ts +2 -0
  19. package/dist/types/src/components/Toolbar/index.d.ts.map +1 -0
  20. package/dist/types/src/components/index.d.ts +1 -0
  21. package/dist/types/src/components/index.d.ts.map +1 -1
  22. package/dist/types/src/extensions/autocomplete.d.ts.map +1 -1
  23. package/dist/types/src/extensions/automerge/automerge.d.ts.map +1 -1
  24. package/dist/types/src/extensions/automerge/automerge.spec.d.ts +2 -0
  25. package/dist/types/src/extensions/automerge/automerge.spec.d.ts.map +1 -0
  26. package/dist/types/src/extensions/automerge/automerge.test.d.ts +2 -0
  27. package/dist/types/src/extensions/automerge/automerge.test.d.ts.map +1 -0
  28. package/dist/types/src/extensions/automerge/defs.d.ts +9 -11
  29. package/dist/types/src/extensions/automerge/defs.d.ts.map +1 -1
  30. package/dist/types/src/extensions/automerge/index.d.ts +0 -1
  31. package/dist/types/src/extensions/automerge/index.d.ts.map +1 -1
  32. package/dist/types/src/extensions/automerge/semaphore.d.ts +8 -12
  33. package/dist/types/src/extensions/automerge/semaphore.d.ts.map +1 -1
  34. package/dist/types/src/extensions/automerge/update-automerge.d.ts +2 -2
  35. package/dist/types/src/extensions/automerge/update-automerge.d.ts.map +1 -1
  36. package/dist/types/src/extensions/awareness.d.ts +2 -2
  37. package/dist/types/src/extensions/awareness.d.ts.map +1 -1
  38. package/dist/types/src/extensions/basic.d.ts +4 -5
  39. package/dist/types/src/extensions/basic.d.ts.map +1 -1
  40. package/dist/types/src/extensions/comments.d.ts +35 -18
  41. package/dist/types/src/extensions/comments.d.ts.map +1 -1
  42. package/dist/types/src/extensions/cursor.d.ts +3 -3
  43. package/dist/types/src/extensions/cursor.d.ts.map +1 -1
  44. package/dist/types/src/extensions/index.d.ts +1 -7
  45. package/dist/types/src/extensions/index.d.ts.map +1 -1
  46. package/dist/types/src/extensions/markdown/bundle.d.ts +3 -6
  47. package/dist/types/src/extensions/markdown/bundle.d.ts.map +1 -1
  48. package/dist/types/src/extensions/markdown/code.d.ts.map +1 -0
  49. package/dist/types/src/extensions/markdown/formatting.d.ts +13 -0
  50. package/dist/types/src/extensions/markdown/formatting.d.ts.map +1 -0
  51. package/dist/types/src/extensions/markdown/heading.d.ts +6 -0
  52. package/dist/types/src/extensions/markdown/heading.d.ts.map +1 -0
  53. package/dist/types/src/extensions/markdown/highlight.d.ts.map +1 -1
  54. package/dist/types/src/extensions/markdown/hr.d.ts.map +1 -0
  55. package/dist/types/src/extensions/markdown/image.d.ts.map +1 -0
  56. package/dist/types/src/extensions/markdown/index.d.ts +8 -0
  57. package/dist/types/src/extensions/markdown/index.d.ts.map +1 -1
  58. package/dist/types/src/extensions/markdown/link.d.ts.map +1 -0
  59. package/dist/types/src/extensions/markdown/table.d.ts.map +1 -0
  60. package/dist/types/src/extensions/markdown/tasklist.d.ts +3 -0
  61. package/dist/types/src/extensions/markdown/tasklist.d.ts.map +1 -0
  62. package/dist/types/src/extensions/mention.d.ts.map +1 -1
  63. package/dist/types/src/extensions/outliner.d.ts +4 -0
  64. package/dist/types/src/extensions/outliner.d.ts.map +1 -0
  65. package/dist/types/src/hooks/awareness-provider.d.ts +7 -4
  66. package/dist/types/src/hooks/awareness-provider.d.ts.map +1 -1
  67. package/dist/types/src/hooks/defs.d.ts +25 -0
  68. package/dist/types/src/hooks/defs.d.ts.map +1 -0
  69. package/dist/types/src/hooks/index.d.ts +4 -2
  70. package/dist/types/src/hooks/index.d.ts.map +1 -1
  71. package/dist/types/src/hooks/useActionHandler.d.ts +4 -0
  72. package/dist/types/src/hooks/useActionHandler.d.ts.map +1 -0
  73. package/dist/types/src/hooks/useEditorView.d.ts +17 -0
  74. package/dist/types/src/hooks/useEditorView.d.ts.map +1 -0
  75. package/dist/types/src/hooks/useTextEditor.d.ts +39 -0
  76. package/dist/types/src/hooks/useTextEditor.d.ts.map +1 -0
  77. package/dist/types/src/hooks/useTextModel.d.ts +2 -27
  78. package/dist/types/src/hooks/useTextModel.d.ts.map +1 -1
  79. package/dist/types/src/styles/markdown.d.ts +2 -2
  80. package/dist/types/src/styles/markdown.d.ts.map +1 -1
  81. package/dist/types/src/util.d.ts +2 -0
  82. package/dist/types/src/util.d.ts.map +1 -1
  83. package/package.json +47 -37
  84. package/src/components/TextEditor/MarkdownEditor.stories.tsx +73 -82
  85. package/src/components/TextEditor/TextEditor.tsx +112 -75
  86. package/src/components/TextEditor/automerge.stories.tsx +1 -2
  87. package/src/components/TextEditor/comments.stories.tsx +113 -71
  88. package/src/components/TextEditor/hooks.stories.tsx +106 -0
  89. package/src/components/Toolbar/Toolbar.stories.tsx +90 -0
  90. package/src/components/Toolbar/Toolbar.tsx +166 -0
  91. package/src/components/Toolbar/index.ts +5 -0
  92. package/src/components/index.ts +1 -0
  93. package/src/extensions/autocomplete.ts +6 -3
  94. package/src/extensions/automerge/automerge.spec.tsx +76 -0
  95. package/src/extensions/automerge/automerge.test.ts +13 -0
  96. package/src/extensions/automerge/automerge.ts +54 -45
  97. package/src/extensions/automerge/cursor.ts +3 -3
  98. package/src/extensions/automerge/defs.ts +13 -34
  99. package/src/extensions/automerge/index.ts +0 -1
  100. package/src/extensions/automerge/semaphore.ts +33 -32
  101. package/src/extensions/automerge/update-automerge.ts +14 -8
  102. package/src/extensions/automerge/update-codemirror.ts +5 -5
  103. package/src/extensions/awareness.ts +18 -17
  104. package/src/extensions/basic.ts +17 -10
  105. package/src/extensions/comments.ts +316 -165
  106. package/src/extensions/cursor.ts +7 -3
  107. package/src/extensions/index.ts +1 -7
  108. package/src/extensions/markdown/bundle.ts +23 -28
  109. package/src/extensions/markdown/code.ts +150 -0
  110. package/src/extensions/markdown/formatting.ts +188 -0
  111. package/src/extensions/markdown/heading.ts +59 -0
  112. package/src/extensions/markdown/highlight.ts +9 -15
  113. package/src/extensions/markdown/hr.ts +71 -0
  114. package/src/extensions/markdown/index.ts +8 -0
  115. package/src/extensions/{link.ts → markdown/link.ts} +8 -5
  116. package/src/extensions/{tasklist.ts → markdown/tasklist.ts} +48 -33
  117. package/src/extensions/mention.ts +9 -2
  118. package/src/extensions/outliner.ts +12 -0
  119. package/src/hooks/awareness-provider.ts +24 -20
  120. package/src/hooks/defs.ts +42 -0
  121. package/src/hooks/index.ts +5 -2
  122. package/src/hooks/useActionHandler.ts +62 -0
  123. package/src/hooks/useEditorView.ts +29 -0
  124. package/src/hooks/useTextEditor.ts +153 -0
  125. package/src/hooks/useTextModel.ts +49 -55
  126. package/src/styles/markdown.ts +9 -10
  127. package/src/themes/default.ts +4 -4
  128. package/src/util.ts +26 -3
  129. package/dist/types/src/components/TextEditor/codemirror.stories.d.ts +0 -12
  130. package/dist/types/src/components/TextEditor/codemirror.stories.d.ts.map +0 -1
  131. package/dist/types/src/components/TextEditor/yjs.stories.d.ts.map +0 -1
  132. package/dist/types/src/extensions/code.d.ts.map +0 -1
  133. package/dist/types/src/extensions/hr.d.ts.map +0 -1
  134. package/dist/types/src/extensions/image.d.ts.map +0 -1
  135. package/dist/types/src/extensions/link.d.ts.map +0 -1
  136. package/dist/types/src/extensions/table.d.ts.map +0 -1
  137. package/dist/types/src/extensions/tasklist.d.ts +0 -7
  138. package/dist/types/src/extensions/tasklist.d.ts.map +0 -1
  139. package/dist/types/src/extensions/yjs/cursor.d.ts +0 -4
  140. package/dist/types/src/extensions/yjs/cursor.d.ts.map +0 -1
  141. package/dist/types/src/extensions/yjs/index.d.ts +0 -2
  142. package/dist/types/src/extensions/yjs/index.d.ts.map +0 -1
  143. package/dist/types/src/extensions/yjs/yjs.d.ts +0 -4
  144. package/dist/types/src/extensions/yjs/yjs.d.ts.map +0 -1
  145. package/dist/types/src/extensions/yjs/yjs.test.d.ts +0 -2
  146. package/dist/types/src/extensions/yjs/yjs.test.d.ts.map +0 -1
  147. package/dist/types/src/hooks/automerge.d.ts +0 -3
  148. package/dist/types/src/hooks/automerge.d.ts.map +0 -1
  149. package/dist/types/src/hooks/yjs.d.ts +0 -27
  150. package/dist/types/src/hooks/yjs.d.ts.map +0 -1
  151. package/dist/types/src/testing/index.d.ts +0 -3
  152. package/dist/types/src/testing/index.d.ts.map +0 -1
  153. package/dist/types/src/testing/proto/gen/schema.d.ts +0 -15
  154. package/dist/types/src/testing/proto/gen/schema.d.ts.map +0 -1
  155. package/dist/types/src/testing/proto/index.d.ts +0 -2
  156. package/dist/types/src/testing/proto/index.d.ts.map +0 -1
  157. package/dist/types/src/testing/replicator.d.ts +0 -45
  158. package/dist/types/src/testing/replicator.d.ts.map +0 -1
  159. package/src/components/TextEditor/codemirror.stories.ts +0 -115
  160. package/src/components/TextEditor/yjs.stories.tsx +0 -56
  161. package/src/extensions/code.ts +0 -106
  162. package/src/extensions/hr.ts +0 -73
  163. package/src/extensions/yjs/cursor.ts +0 -22
  164. package/src/extensions/yjs/index.ts +0 -5
  165. package/src/extensions/yjs/yjs.test.ts +0 -35
  166. package/src/extensions/yjs/yjs.ts +0 -16
  167. package/src/hooks/automerge.ts +0 -52
  168. package/src/hooks/yjs.ts +0 -156
  169. package/src/testing/index.ts +0 -6
  170. package/src/testing/proto/gen/schema.ts +0 -49
  171. package/src/testing/proto/index.ts +0 -5
  172. package/src/testing/proto/schema.proto +0 -15
  173. package/src/testing/replicator.ts +0 -184
  174. /package/dist/types/src/extensions/{code.d.ts → markdown/code.d.ts} +0 -0
  175. /package/dist/types/src/extensions/{hr.d.ts → markdown/hr.d.ts} +0 -0
  176. /package/dist/types/src/extensions/{image.d.ts → markdown/image.d.ts} +0 -0
  177. /package/dist/types/src/extensions/{link.d.ts → markdown/link.d.ts} +0 -0
  178. /package/dist/types/src/extensions/{table.d.ts → markdown/table.d.ts} +0 -0
  179. /package/src/extensions/{image.ts → markdown/image.ts} +0 -0
  180. /package/src/extensions/{table.ts → markdown/table.ts} +0 -0
@@ -1,55 +1,34 @@
1
1
  //
2
2
  // Copyright 2023 DXOS.org
3
+ // Copyright 2024 Automerge
3
4
  // Ref: https://github.com/automerge/automerge-codemirror
4
5
  //
5
6
 
6
- import {
7
- Annotation,
8
- StateEffect,
9
- type StateField,
10
- type EditorState,
11
- type Transaction,
12
- type TransactionSpec,
13
- } from '@codemirror/state';
7
+ import { Annotation, StateEffect, type StateField, type EditorState, type Transaction } from '@codemirror/state';
14
8
 
15
9
  import { type ChangeFn, type ChangeOptions, type Doc, type Heads, type Prop } from '@dxos/automerge/automerge';
16
10
 
17
- export type Value = {
18
- lastHeads: Heads;
11
+ export type State = {
19
12
  path: Prop[];
13
+ lastHeads: Heads;
20
14
  unreconciledTransactions: Transaction[];
21
15
  };
22
16
 
23
- type UpdateHeads = {
17
+ export const getPath = (state: EditorState, field: StateField<State>): Prop[] => state.field(field).path;
18
+ export const getLastHeads = (state: EditorState, field: StateField<State>): Heads => state.field(field).lastHeads;
19
+
20
+ export type UpdateHeads = {
24
21
  newHeads: Heads;
25
22
  };
26
23
 
27
- export const effectType = StateEffect.define<UpdateHeads>({});
28
-
29
- export const updateHeads = (newHeads: Heads): StateEffect<UpdateHeads> => effectType.of({ newHeads });
30
-
31
- export const getLastHeads = (state: EditorState, field: StateField<Value>): Heads => state.field(field).lastHeads;
32
-
33
- export const getPath = (state: EditorState, field: StateField<Value>): Prop[] => state.field(field).path;
24
+ export const updateHeadsEffect = StateEffect.define<UpdateHeads>({});
34
25
 
35
- export const reconcileAnnotationType = Annotation.define<unknown>();
26
+ export const updateHeads = (newHeads: Heads): StateEffect<UpdateHeads> => updateHeadsEffect.of({ newHeads });
36
27
 
37
- export const isReconcileTx = (tr: Transaction): boolean => !!tr.annotation(reconcileAnnotationType);
28
+ export const reconcileAnnotation = Annotation.define<boolean>();
38
29
 
39
- export const makeReconcile = (tr: TransactionSpec) => {
40
- if (tr.annotations != null) {
41
- if (tr.annotations instanceof Array) {
42
- tr.annotations = [...tr.annotations, reconcileAnnotationType.of({})];
43
- } else {
44
- tr.annotations = [tr.annotations, reconcileAnnotationType.of({})];
45
- }
46
- } else {
47
- tr.annotations = [reconcileAnnotationType.of({})];
48
- }
49
- // return {
50
- // ...tr,
51
- // annotations: reconcileAnnotationType.of({})
52
- // }
30
+ export const isReconcile = (tr: Transaction): boolean => {
31
+ return !!tr.annotation(reconcileAnnotation);
53
32
  };
54
33
 
55
34
  export type IDocHandle<T = any> = {
@@ -4,4 +4,3 @@
4
4
 
5
5
  export { automerge } from './automerge';
6
6
  export { type IDocHandle } from './defs';
7
- export { cursorConverter } from './cursor';
@@ -7,74 +7,75 @@
7
7
  import { type StateField } from '@codemirror/state';
8
8
  import { type EditorView } from '@codemirror/view';
9
9
 
10
- import { next as automerge } from '@dxos/automerge/automerge';
10
+ import { next as A } from '@dxos/automerge/automerge';
11
11
 
12
12
  import {
13
13
  getLastHeads,
14
14
  getPath,
15
- isReconcileTx,
16
- reconcileAnnotationType,
15
+ isReconcile,
16
+ reconcileAnnotation,
17
17
  updateHeads,
18
18
  type IDocHandle,
19
- type Value,
19
+ type State,
20
20
  } from './defs';
21
21
  import { updateAutomerge } from './update-automerge';
22
22
  import { updateCodeMirror } from './update-codemirror';
23
23
 
24
- type Doc<T> = automerge.Doc<T>;
25
- type Heads = automerge.Heads;
26
-
27
- type ChangeFn = (atHeads: Heads, change: (doc: Doc<unknown>) => void) => Heads | undefined;
28
-
29
24
  /**
30
- * TODO(burdon): Comment.
25
+ * Implements three-way merge (on each mutation).
31
26
  */
32
27
  export class PatchSemaphore {
33
- _inReconcile = false;
34
- _queue: Array<ChangeFn> = [];
28
+ private _inReconcile = false;
35
29
 
36
- constructor(private readonly _field: StateField<Value>) {}
30
+ // prettier-ignore
31
+ constructor(
32
+ private readonly _handle: IDocHandle,
33
+ private readonly _state: StateField<State>
34
+ ) {}
37
35
 
38
- reconcile = (handle: IDocHandle, view: EditorView) => {
39
- if (this._inReconcile) {
40
- return;
36
+ reconcile(view: EditorView) {
37
+ if (!this._inReconcile) {
38
+ this._inReconcile = true;
39
+ this.doReconcile(view);
40
+ this._inReconcile = false;
41
41
  }
42
- this._inReconcile = true;
42
+ }
43
+
44
+ private doReconcile(view: EditorView) {
45
+ const path = getPath(view.state, this._state);
43
46
 
44
- const path = getPath(view.state, this._field);
45
- const oldHeads = getLastHeads(view.state, this._field);
47
+ // Get the heads before the unreconciled transactions are applied.
48
+ const oldHeads = getLastHeads(view.state, this._state);
46
49
  let selection = view.state.selection;
47
50
 
48
51
  // First undo all the unreconciled transactions.
49
- const transactions = view.state.field(this._field).unreconciledTransactions.filter((tx) => !isReconcileTx(tx));
52
+ const transactions = view.state.field(this._state).unreconciledTransactions.filter((tx) => !isReconcile(tx));
50
53
  const toInvert = transactions.slice().reverse();
51
- for (const tx of toInvert) {
52
- const inverted = tx.changes.invert(tx.startState.doc);
54
+ for (const tr of toInvert) {
55
+ const inverted = tr.changes.invert(tr.startState.doc);
53
56
  selection = selection.map(inverted);
54
57
  view.dispatch({
55
58
  changes: inverted,
56
- annotations: reconcileAnnotationType.of(true),
59
+ annotations: reconcileAnnotation.of(true),
57
60
  });
58
61
  }
59
62
 
60
63
  // Apply the unreconciled transactions to the document.
61
- let newHeads = updateAutomerge(this._field, handle, transactions, view.state);
62
-
63
64
  // NOTE: null and undefined each come from automerge and repo respectively.
65
+ let newHeads = updateAutomerge(this._state, this._handle, transactions, view.state);
64
66
  if (newHeads === null || newHeads === undefined) {
65
- // TODO: @alexjg this is the call that's resetting the editor state on click
66
- newHeads = automerge.getHeads(handle.docSync()!);
67
+ // TODO(alexjg): this is the call that's resetting the editor state on click.
68
+ newHeads = A.getHeads(this._handle.docSync()!);
67
69
  }
68
70
 
69
71
  // Now get the diff between the updated state of the document and the heads and apply that to the codemirror doc.
70
- const diff = automerge.equals(oldHeads, newHeads) ? [] : automerge.diff(handle.docSync()!, oldHeads, newHeads);
72
+ const diff = A.equals(oldHeads, newHeads) ? [] : A.diff(this._handle.docSync()!, oldHeads, newHeads);
71
73
  updateCodeMirror(view, selection, path, diff);
72
74
 
75
+ // Update automerge state.
73
76
  view.dispatch({
74
77
  effects: updateHeads(newHeads),
75
- annotations: reconcileAnnotationType.of({}),
78
+ annotations: reconcileAnnotation.of(false),
76
79
  });
77
-
78
- this._inReconcile = false;
79
- };
80
+ }
80
81
  }
@@ -4,17 +4,17 @@
4
4
  // Ref: https://github.com/automerge/automerge-codemirror
5
5
  //
6
6
 
7
- import { type EditorState, type StateField, type Text, type Transaction } from '@codemirror/state';
7
+ import { type EditorState, type StateField, type Transaction, type Text } from '@codemirror/state';
8
8
 
9
- import { next as am, type Heads } from '@dxos/automerge/automerge';
9
+ import { next as A, type Heads } from '@dxos/automerge/automerge';
10
10
 
11
- import { type IDocHandle, type Value } from './defs';
11
+ import { type IDocHandle, type State } from './defs';
12
12
 
13
13
  export const updateAutomerge = (
14
- field: StateField<Value>,
14
+ field: StateField<State>,
15
15
  handle: IDocHandle,
16
16
  transactions: Transaction[],
17
- state: EditorState,
17
+ state: EditorState, // TODO(burdon): Just pass in the state field value?
18
18
  ): Heads | undefined => {
19
19
  const { lastHeads, path } = state.field(field);
20
20
 
@@ -31,12 +31,18 @@ export const updateAutomerge = (
31
31
  return undefined;
32
32
  }
33
33
 
34
- const newHeads = handle.changeAt(lastHeads, (doc: am.Doc<unknown>) => {
34
+ const newHeads = handle.changeAt(lastHeads, (doc: A.Doc<unknown>) => {
35
+ const invertedTransactions: { from: number; del: number; insert: Text }[] = [];
35
36
  for (const tr of transactions) {
36
- tr.changes.iterChanges((fromA: number, toA: number, _fromB: number, _toB: number, inserted: Text) => {
37
- am.splice(doc, path, fromA, toA - fromA, inserted.toString());
37
+ tr.changes.iterChanges((fromA, toA, _fromB, _toB, insert) => {
38
+ invertedTransactions.push({ from: fromA, del: toA - fromA, insert });
38
39
  });
39
40
  }
41
+
42
+ // TODO(burdon): Hack to apply in reverse order to properly apply range.
43
+ invertedTransactions.reverse().forEach(({ from, del, insert }) => {
44
+ A.splice(doc, path.slice(), from, del, insert.toString());
45
+ });
40
46
  });
41
47
 
42
48
  return newHeads ?? undefined;
@@ -16,7 +16,7 @@ import {
16
16
  type SpliceTextPatch,
17
17
  } from '@dxos/automerge/automerge';
18
18
 
19
- import { reconcileAnnotationType } from './defs';
19
+ import { reconcileAnnotation } from './defs';
20
20
 
21
21
  export const updateCodeMirror = (view: EditorView, selection: EditorSelection, target: Prop[], patches: Patch[]) => {
22
22
  for (const patch of patches) {
@@ -26,14 +26,14 @@ export const updateCodeMirror = (view: EditorView, selection: EditorSelection, t
26
26
  selection = selection.map(changeSet, 1);
27
27
  view.dispatch({
28
28
  changes: changeSet,
29
- annotations: reconcileAnnotationType.of({}),
29
+ annotations: reconcileAnnotation.of(false),
30
30
  });
31
31
  }
32
32
  }
33
33
 
34
34
  view.dispatch({
35
35
  selection,
36
- annotations: reconcileAnnotationType.of({}),
36
+ annotations: reconcileAnnotation.of(false),
37
37
  });
38
38
  };
39
39
 
@@ -57,7 +57,7 @@ const handleInsert = (target: Prop[], patch: InsertPatch): Array<ChangeSpec> =>
57
57
  return [];
58
58
  }
59
59
 
60
- const text = patch.values.map((v) => (v ? v.toString() : '')).join('');
60
+ const text = patch.values.map((value) => (value ? value.toString() : '')).join('');
61
61
  return [{ from: index, to: index, insert: text }];
62
62
  };
63
63
 
@@ -88,7 +88,7 @@ const handlePut = (target: Prop[], patch: PutPatch, state: EditorState): Array<C
88
88
 
89
89
  const length = state.doc.length;
90
90
  if (typeof patch.value !== 'string') {
91
- return []; // TODO(dmaretskyi): How to handle non string values?
91
+ return []; // TODO(dmaretskyi): How to handle non-string values?
92
92
  }
93
93
 
94
94
  return [{ from: 0, to: length, insert: patch.value as any }];
@@ -24,8 +24,8 @@ export interface AwarenessProvider {
24
24
  open(): void;
25
25
  close(): void;
26
26
 
27
- update(position: AwarenessPosition | undefined): void;
28
27
  getRemoteStates(): AwarenessState[];
28
+ update(position: AwarenessPosition | undefined): void;
29
29
  }
30
30
 
31
31
  const dummyProvider: AwarenessProvider = {
@@ -34,11 +34,11 @@ const dummyProvider: AwarenessProvider = {
34
34
  open: () => {},
35
35
  close: () => {},
36
36
 
37
- update: () => {},
38
37
  getRemoteStates: () => [],
38
+ update: () => {},
39
39
  };
40
40
 
41
- export const AwarenessProvider = Facet.define<AwarenessProvider, AwarenessProvider>({
41
+ export const awarenessProvider = Facet.define<AwarenessProvider, AwarenessProvider>({
42
42
  combine: (providers) => providers[0] ?? dummyProvider,
43
43
  });
44
44
 
@@ -66,10 +66,9 @@ export type AwarenessState = {
66
66
  /**
67
67
  * Extension provides presence information about other peers.
68
68
  */
69
- // TODO(burdon): Why provide default?
70
69
  export const awareness = (provider = dummyProvider): Extension => {
71
70
  return [
72
- AwarenessProvider.of(provider),
71
+ awarenessProvider.of(provider),
73
72
  ViewPlugin.fromClass(RemoteSelectionsDecorator, {
74
73
  decorations: (value) => value.decorations,
75
74
  }),
@@ -92,7 +91,7 @@ export class RemoteSelectionsDecorator implements PluginValue {
92
91
 
93
92
  constructor(view: EditorView) {
94
93
  this._cursorConverter = view.state.facet(Cursor.converter);
95
- this._provider = view.state.facet(AwarenessProvider);
94
+ this._provider = view.state.facet(awarenessProvider);
96
95
  this._provider.open();
97
96
  this._provider.remoteStateChange.on(this._ctx, () => {
98
97
  view.dispatch({ annotations: [RemoteSelectionChangedAnnotation.of([])] });
@@ -265,39 +264,41 @@ const styles = EditorView.baseTheme({
265
264
  marginRight: '-1px',
266
265
  boxSizing: 'border-box',
267
266
  display: 'inline',
267
+ cursor: 'pointer',
268
268
  },
269
269
  '.cm-collab-selectionCaretDot': {
270
270
  borderRadius: '50%',
271
271
  position: 'absolute',
272
- width: '.4em',
273
- height: '.4em',
274
- top: '-.2em',
275
- left: '-.2em',
272
+ width: '.5em',
273
+ height: '.5em',
274
+ top: '-.25em',
275
+ left: '-.25em',
276
276
  backgroundColor: 'inherit',
277
277
  transition: 'transform .3s ease-in-out',
278
278
  boxSizing: 'border-box',
279
279
  },
280
280
  '.cm-collab-selectionCaret:hover > .cm-collab-selectionCaretDot': {
281
- transformOrigin: 'bottom center',
282
281
  transform: 'scale(0)',
282
+ transformOrigin: 'center',
283
283
  },
284
284
  '.cm-collab-selectionInfo': {
285
285
  position: 'absolute',
286
- top: '-1.05em',
287
- left: '-1px',
286
+ transform: 'translate(-50%, 0)',
287
+ top: '-20px',
288
+ left: 0,
288
289
  fontSize: '.75em',
289
- fontFamily: 'serif',
290
+ fontFamily: 'sans-serif',
290
291
  fontStyle: 'normal',
291
292
  fontWeight: 'normal',
292
293
  lineHeight: 'normal',
293
294
  userSelect: 'none',
294
295
  color: 'white',
295
- paddingLeft: '2px',
296
- paddingRight: '2px',
296
+ padding: '2px',
297
297
  zIndex: 101,
298
298
  transition: 'opacity .3s ease-in-out',
299
299
  backgroundColor: 'inherit',
300
- // these should be separate
300
+ borderRadius: '2px',
301
+ // These should be separate.
301
302
  opacity: 0,
302
303
  transitionDelay: '0s',
303
304
  whiteSpace: 'nowrap',
@@ -3,30 +3,37 @@
3
3
  //
4
4
 
5
5
  import { closeBrackets } from '@codemirror/autocomplete';
6
+ import { history } from '@codemirror/commands';
6
7
  import { bracketMatching, defaultHighlightStyle, syntaxHighlighting } from '@codemirror/language';
7
8
  import { type Extension } from '@codemirror/state';
8
9
  import { oneDarkHighlightStyle } from '@codemirror/theme-one-dark';
9
- import { drawSelection, EditorView, placeholder } from '@codemirror/view';
10
+ import { drawSelection, EditorView, highlightActiveLine, placeholder } from '@codemirror/view';
10
11
 
11
- import type { ThemeMode } from '@dxos/react-ui';
12
+ import { type ThemeMode } from '@dxos/react-ui';
13
+ import { isNotFalsy } from '@dxos/util';
14
+
15
+ import { type TextEditorProps } from '../components';
12
16
 
13
17
  export type BasicBundleOptions = {
14
- readonly?: boolean;
15
18
  themeMode?: ThemeMode;
16
- placeholder?: string;
17
- };
19
+ } & Pick<TextEditorProps, 'placeholder' | 'lineWrapping'>;
18
20
 
19
- export const basicBundle = ({ readonly, themeMode, placeholder: _placeholder }: BasicBundleOptions): Extension[] =>
21
+ export const createBasicBundle = ({
22
+ themeMode,
23
+ placeholder: _placeholder,
24
+ lineWrapping = true,
25
+ }: BasicBundleOptions = {}): Extension[] =>
20
26
  [
21
- EditorView.lineWrapping,
27
+ lineWrapping && EditorView.lineWrapping,
22
28
 
23
- // TODO(burdon): Compare with minimalSetup.
24
29
  // https://codemirror.net/docs/ref/#codemirror.minimalSetup
25
30
  bracketMatching(),
26
31
  closeBrackets(),
27
32
  drawSelection(),
33
+ highlightActiveLine(),
34
+ history(),
28
35
  _placeholder && placeholder(_placeholder),
29
36
 
30
- // TODO(burdon): Is this required?
37
+ // https://github.com/codemirror/theme-one-dark
31
38
  themeMode === 'dark' ? syntaxHighlighting(oneDarkHighlightStyle) : syntaxHighlighting(defaultHighlightStyle),
32
- ].filter(Boolean) as Extension[];
39
+ ].filter(isNotFalsy);