-
Codemirror is recommended to upgrade from 5 to 6.
-
### Operating system
Windows
### Joplin version
Joplin 3.1.24 (prod, win32)
### Desktop version info
## Version info
```
Joplin for Desktop
Copyright © 2016-2024 Laurent Cozic
Joplin 3.1.24…
-
CodeMirror 6 has launched, which is a pretty substantial upgrade from CodeMirror 5. That being said, it's not a drop-in replacement, or an easy migration path. We should take the time to visit all our…
-
CodeMirror should have a font for coding. Maybe consolas?
-
1. Each baseTheme adds another instance of the styles to the DOM; can they be consolidated? Should we create a facet that gathers the themes together?
2. Line height for selection doesn't match decor…
-
This issue tracks our progress in bumping CodeMirror 5.65 to 6
Right now my first problem trying to, is the folder structure:
Show changes
| 5.65.1 | 6.0.1 |
|--------|-------|
|![image](…
-
```
#lang smol/what-ever
(deffun (make-counter)
(defvar n 0)
(deffun (inc)
(set! n (+ n 1))
n)
inc)
(defvar f (make-counter))
(f)
(f)
```
The first time…
-
There's a bug with Codeium and CodeMirror forms. I've extensively used Codeium's Chrome extension in the past and everything worked perfectly fine, but it seems something is broken now.
When I try …
-
### Describe the issue
The squiggly `⦚` lines of the "⦚ N unchanged lines ⦚" text, hardcoded into `collapseUnchanged` bars for expanding hidden lines are cool, but we unfortunately couldn't fit the…
-
When I go to local server website and click on the sheet's after running the `pysheets` command on my computer, there is an error message: `Uncaught TypeError: window.CodeMirror is not a function`.