Alex Bennée
Alex Bennée
I think we should be able to track the connection somehow. There is a little bit of funkiness as the edit request is sent by the "background process" so is...
It is all handled in the updateTextArea() function. I think you can just replace the line: $(tracker.text).css({'background-color': 'yellow'}); with your new computed background colour based on what orig is and...
@Hasimir have a look at the experimental branch I pushed. It needs a little finessing because fading black to white on normal background is overly string IMHO.
This is because Jupyter notebooks use a code editing widget called CodeMirror which is not directly editable by the extension. It would require integrating some sort of support for CodeMirror...
@dakra can you have a look please? In the meantime you can install edit-server via Melpa/Melpa Stable: https://melpa.org/#/edit-server
You can always install the edit-server.el from MELPA On Wed, 6 Feb 2019, 02:29 Bradley Jones This looks to still be an issue. Any progress in resolving this? > >...
In the Emacs edit-server there is a variable call `edit-server-url-major-mode-alist` which contains an alist of url regex and mode selectors. You can use this to select the default major mode...
There isn't any special magic apart from looking for editable DIV tags instead of textareas. I'm just testing with Google Chrome and it seems to be working fine here. Do...
FWIW my Google Chrome is 77.0.3865.75 (Official Build) (64-bit)
That certainly looks like a non-text only mode bunch of html.