William Stein
William Stein
Replit wrote ports of emacs/vim/vscode for CM6! replit extensions ([vim](https://github.com/replit/codemirror-vim), [emacs](https://github.com/replit/codemirror-emacs), [vscode](https://github.com/replit/codemirror-vscode-keymap))
We should also continue to consider https://www.npmjs.com/package/monaco-editor for various reasons. I've been putting off upgrading from Codemirror 5, because of the Monaco versus CM6 "debate", and we could evaluate this...
Another idea (from hamza bodor): > "Autocompletion for include commands (mainly \includegraphics, which could suggest folders/files from the project). An easier way to browse files. I find that clicking on...
> In the meantime, are there a "on save" or "on refresh" hooks we could use to run jupytext whenever CoCalc saves or refreshes a notebook? No, but if there...
obviously fixed long ago
> The latest version 5.3.0, I set the rendererType to 'dom' with this code term.options.rendererType = 'dom';, but the selection function still not work on my iPhone. Thanks for testing....
Thanks for the encouragement; I will try again when I get a chance. Please don't close this issue as wontfix, since maybe I'll fix it. It definitely matters to me...
I also prefer Zulip. I'm sure the founder of Zulip (Tim Abbott), who has long contributed to open source (he did a huge amount for SageMath over the years), would...
Using ```ts const mouse = useMouse(window as any); ``` fails. Typescript works fine, but there is a runtime stack trace. ``` Uncaught TypeError: element.getBoundingClientRect is not a function at _ref...
My guess is that the solution to this issue is: - The place in the docs where it says that window is allowed as input should be removed, since window...