emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
vemv 2020-03-25T13:18:53.001900Z

Dream emacs mode: save the buffer to somewhere in the cloud, as you type, no local files involved. Wondering how much work that would take :thinking_face:

teodorlu 2020-03-25T13:22:47.002500Z

Does a server count for "the cloud"? Tramp is always there to help 🙂

😁 2
vemv 2020-03-25T13:24:48.002900Z

sounds like it could cut it :) only knew Tramp by name, will look into it

Mitch 2020-03-25T13:24:58.003300Z

I believe that vmd-mode's live preview feature works by writing your buffer to a temp file on every change

👍 1
Mitch 2020-03-25T13:25:33.003900Z

so however it achieves that might get you pretty close

2020-03-25T13:28:17.004100Z

tramp is great, and works fine with cider too

2020-03-25T13:31:31.004800Z

you could mount a folder through ssh and work on those

⛰️ 2
practicalli-john 2020-03-25T16:42:09.007Z

@vemv GitHub Gists can do this already. I use Spacemacs github layer to create gists from a buffer or region. If I list my Gists, I can view and edit them and when saving it will push changes to the Gist. Some examples here... https://practicalli.github.io/spacemacs/source-control/github/gists.html

👍 1
vemv 2020-03-25T21:10:54.007200Z

that's interesting, I'll keep it in mind but it's a different use case (note as you type)