benbro
benbro
The top picture shows that I can select the actual html without the CodeMirror range color. The bottom picture shows the result of pasting this selection.
I'm selecting with the mouse in FF. try to create a list and start selecting from the left of the bullet point to reproduce.
Is it possible to show list bullets with something similar to how CodeMirror handles tabs? This demo shows that it's possible to select the tabs without any problem: http://codemirror.net/demo/visibletabs.html
There is another issue with selection. Try selecting a list where the last line is empty and change the list type. When changing from unordered to ordered the last item...
What's missing to make it work? https://github.com/firebase/firepad/commit/937cb15c66392094c4c3a598c9e0bde9af8262a9 I think that two things are needed: 1. Each cursor move, check for the active span and line attributes. 2. Each time operation...
Thanks
ok, thanks.
I'll try it. thanks.
Using sshd will work but it seems to be the wrong tool for this task. [Docs](https://nebula.defined.net/docs/config/sshd/) says "sshd enables nebula's built-in debugging console". It exposes functions I don't want to...
The ssh interface is also a little more cumbersome to use because it requires additional ssh keys. Can't it use the existing nebula overlay? I don't think I'll use an...