quarto-emacs icon indicating copy to clipboard operation
quarto-emacs copied to clipboard

An emacs mode for quarto: https://quarto.org

Results 15 quarto-emacs issues
Sort by recently updated
recently updated
newest added

Hi! I'm trying to use quarto-emacs with python blocks, but it's not working well. For example, if I have this chunk ```` ```{python} import matplotlib.pyplot as plt import numpy as...

I guess this package is not yet supporting windows? For example, when I load the package I find that the value of `quarto-command` is `nil`.

needs-repro

Hi, Here is a PR to fix #5. It simply adds a custom variable `quarto-preview-watch-inputs` and changes the process call accordingly. The process call is not very elegant as I...

I am using an iPadPro to access a remote-server running emacs. I am trying to to edit and develop quarto files. `quarto-preview` attempts to launch a local server, which fails....

I am pretty new to emacs. I just walked through [install of melpa](https://melpa.org/#/getting-started) and then installed as instructed in the README here. After install I get a lot of warnings....

Are there any instructions for installing Quarto mode (and any required dependencies that are not part of stock Emacs) without relying on MELPA or other online services, which are not...

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 say `C-x C-f /ssh:dev_node:testingr/explore_tracks.qmd`). 1.-...

Is there any reason to use `make-process` over `start-process-shell-command` in the `quarto-preview` defun? For some reason I am unable to get `quarto-preview` to work for me as it does not...

Hi, I've just set up quarto-mode in my Doom Emacs config by including `(package! quarto-mode)` and the other dependencies in my `packages.el`, and then `(use-package! quarto-mode)` in my `config.el`, as...

Hi, I've made a few docstring edits to pass checkdoc and also byte compiler warnings. There are some remaining 'byte compiler' warnings, below. Would you be interested in a patch...