Run sentence wrap without visual mode? #11060
Replies: 2 comments 3 replies
-
I don't think so, but that's something we should consider. It's a bit complicated because the part of the code that handles visual vs source mode is in the IDE support, and you're asking for something that is currently done by the IDEs/extensions. |
Beta Was this translation helpful? Give feedback.
-
Just want to second this. It looks like currently RStudio supports these settings when they're in the .qmd file, but not in _quarto.yml. Positron seems to not respond to them in either place. I would love this feature at a project level to help with collaboration via GitHub. Where's the right place to suggest this feature? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
My collaborators and I switch between source and visual mode a lot. I want to keep our documents in a sentence-wrapped form. Right now we have:
But it only wraps in visual mode. Is it possible to run the wrapping algorithm on a given file or project all at once without going through them in visual mode one by one?
Beta Was this translation helpful? Give feedback.
All reactions