禁用rstudio上的视觉刻痕编辑器

发布于 2025-01-31 00:40:09 字数 645 浏览 2 评论 0原文

我正在使用 Quarto 使用rstudio 2022.02.2+485。每当我打开一个马尔敦.qmd文件时,rstudio都会使用Visual> Visual markdown编辑器自动打开文件,什么需要时间来加载。即使我移动到source窗格,rstudio也会再次移动到visual编辑器,然后对文件进行编辑,或者每当我打开新文件时。

有没有办法禁用Rstudio上的视觉刻痕编辑器?

rstudio版本

rstudio 2022.02.2+485“草原trillium”版本 (8ACBD38B0D4CA3C86C570CF4112A818180C48CC6FB,2022-04-19)适用于Windows Mozilla/5.0(Windows NT 10.0; Win64; X64)AppleWebkit/537.36(KHTML,, 像壁虎一样)qtwebengine/5.12.8 Chrome/69.0.3497.128 Safari/537.36

I'm working on a book project with Quarto using RStudio 2022.02.2+485. Whenever I open a mardown .qmd file, RStudio automatically opens the file using the Visual markdown editor, what takes time to load. Even if I move to the Source pane, RStudio moves back again to Visual editor after and I make an edit to the file or whenever I open a new file.

Is there a way to disable the visual markdown editor on RStudio?

Rstudio version

RStudio 2022.02.2+485 "Prairie Trillium" Release
(8acbd38b0d4ca3c86c570cf4112a8180c48cc6fb, 2022-04-19) for Windows
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,
like Gecko) QtWebEngine/5.12.8 Chrome/69.0.3497.128 Safari/537.36

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

献世佛 2025-02-07 00:40:09

您可以默认情况下配置rstudio IDE以使用或不使用视觉编辑器。请参阅全局选项
https://quarto.org.org/docs/docs/docs/visual-editor/options.html.html #global-options

在每个文件基础上,您也可以在yaml中进行设置,

editor: 
  mode: source

以便

editor: 
  mode: visual

以源模式打开文件。

You can configure the RStudio IDE to use or not Visual Editor by default. See Global Options
https://quarto.org/docs/visual-editor/options.html#global-options

On a per file basis, you can also set this in YAML

editor: 
  mode: source

instead of

editor: 
  mode: visual

So that the file always open in source mode.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文