quarto line wrap #4429
-
I am looking for guidance on how to wrap text in a qmd file. I see that there are open issues re: line wrapping in the console, but I don't see any on line wrapping in the text editor, and I didn't see anything in discussions, either. I am aware of the rewrap extension, which should work on md files, but evidently not qmd files, or I can't seem to get it to work anyway. I also noticed that switching between Visual and Source editor does not enforce line wrapping like it does in RStudio. In fact, line wrapping was removed after switching to Visual then back to Source. Am I doing something wrong, or is this a "wait for it to get implemented" scenario? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Have you checked out the line wrapping editor support in Quarto? You can specify how you want to wrap lines: https://quarto.org/docs/visual-editor/vscode/#line-wrapping For functionality like what rewrap provides, I've opened this issue on the Quarto repo to see what we can do: quarto-dev/quarto#408 Can you share a bit more detail about what you are observing when you switch between visual and source editors? I am not quite understanding. |
Beta Was this translation helpful? Give feedback.
Have you checked out the line wrapping editor support in Quarto? You can specify how you want to wrap lines: https://quarto.org/docs/visual-editor/vscode/#line-wrapping
For functionality like what rewrap provides, I've opened this issue on the Quarto repo to see what we can do: quarto-dev/quarto#408
Can you share a bit more detail about what you are observing when you switch between visual and source editors? I am not quite understanding.