Textern¶
NOTE: I’ve been using surfkeys which seems to work.
Edit any text area (firefox) with the editor of your choice.
Here is my setup with emacs. It is a work in progress.
Install firefox extension¶
Install the backend¶
git clone --recurse-submodules https://github.com/jlebon/textern
cd textern
make native-install USER=1\n
Emacs client¶
#!/bin/sh
emacsclient -c -a "" -- "$@"
Textern browser extension preferences¶
["emacsclient.sh", "%s", "--eval", "(progn (goto-line %l) (move-to-column (1- %c)))"]
TODO¶
Need to create a dedicated emacs daemon for this otherwise it affects the other frames.