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:
Does a server count for "the cloud"? Tramp is always there to help 🙂
sounds like it could cut it :) only knew Tramp by name, will look into it
I believe that vmd-mode's live preview feature works by writing your buffer to a temp file on every change
so however it achieves that might get you pretty close
tramp is great, and works fine with cider too
you could mount a folder through ssh and work on those
@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
that's interesting, I'll keep it in mind but it's a different use case (note as you type
)