Hybrid Line Numbers

Does CodeMirror (or ProseMirror) have support or plans to support hybrid line numbers? I’m currently using Obsidian as my note taking tool of choice which is currently implementing CodeMirror as it’s editor (with plans to use ProseMirror later down the line). Would be great to have a similar set up across my terminal and note taking app.

More info on hybrid line numbers here: https://jeffkreeftmeijer.com/vim-number/

This isn’t going to be supplied by the core library, no. But in CodeMirror 6, the line numbers are just an extension, and it shouldn’t be hard to write an alternative extension that implements this.

Sweet. I might give it a shot at some point!