-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using quarto over ssh via tramp #20
Comments
It's not unmaintained (I'm still taking PRs from people and fixes as they come) but I don't use it anymore on a daily basis, no there's no active development. Adding tramp support for quarto-emacs and quarto preview is a big feature that I think would require a fair amount of emacs knowledge for you to implement.
I'm not sure how it works. I assume it's proxying the remote quarto preview HTTP server to a local one, and that's what you'd have to do as well. |
Thanks for the answer! I did not want to be inflammatory with the unmaintained status, my apologies if it sounded that way. |
Yes, of course (and no worries about what you said, I just want to be clear so other readers don't get the wrong impression). It would be a very fine and emacs-y thing to implement, it's just literally a matter of so many hours in the day. |
I think this project is basically unmaintained but this is worth a shot.
I work on a cluster editing a
.qmd
file via tramp (let's sayC-x C-f /ssh:dev_node:testingr/explore_tracks.qmd
).1.- If I try to do quarto-preview I get a blank buffer with nothing showing.
2.- Inspecting the variable
quarto-command
I see that its value is nil. This is because emacs is looking for quarto in my local machine instead ofdev_node
and I do not have installed it.3.- If I install quarto in my local machine and try
M-x quarto-preview
again, I get:This is because my local quarto cannot find the remote file.
How could I get this setup to work? Any pointers to implement it if it is currently not working?
As an additional data point. The quarto extension for vscode works just fine over ssh so I guess it could be done.
Thank you!
The text was updated successfully, but these errors were encountered: