is_rmd_visual_mode: Check if Visual Markdown Editor (VME) is used

View source: R/is_rmd_visual_mode.R

is_rmd_visual_modeR Documentation

Check if Visual Markdown Editor (VME) is used

Description

Check if RStudio addins should treat the current selection of active document as being in RStudio Visual Markdown Editor mode (RS VME) or not.

Usage

is_rmd_visual_mode()

Details

The document context from RS VME is different than regular RStudio document context.

Value

Logical:

  • TRUE if an active document is in Visual Markdown Editor mode and current cursor position or selection is outside a code chunk.

  • FALSE if an active document is: a. not in the Visual Markdown Editor mode; b. in Visual Markdown Editor mode but current cursor position or selection is inside a code chunk.


GegznaV/addin.tools documentation built on Aug. 24, 2023, 5:35 p.m.