y-codemirror icon indicating copy to clipboard operation
y-codemirror copied to clipboard

Yjs CodeMirror Binding

Results 6 y-codemirror issues
Sort by recently updated
recently updated
newest added

Allow sharing of awareness information of multi-line selections as described in https://github.com/jupyterlab/jupyter_collaboration/issues/102

enhancement

Insert zero-width space instead of empty string in selection placeholder - Fixes issue #16: Remote Cursor Selection (Line selection Error in Firefox)

> Please save me some time and use the following template. In 90% of all issues I can't reproduce the problem because I don't know what exactly you are doing,...

bug

There are two issues with remote caret. 1. When remote user's cursor is on the first line, their name inside tooltip is cut off. The tooltip doesn't automatically repositions itself...

The Y.UndoManager now has a method that allows adding to scope. This is required for compatibility with the Y.MultiDocUndoManager from `y-utility`.

enhancement

**Describe the bug** When deleting a character in CodeMirror editor, then undo-ing with Y.UndoManager, yjs reports that undo as two inputs. So even though the CodeMirror editor just shows one...

bug