inst/app/bits/editor.R

editor <- aceEditor("rmd", mode = "markdown", wordWrap = TRUE, 
                    fontSize = getOption("editR")$editor_font_size,
                    theme = getOption("editR")$editor_theme, 
                    debounce = 100, autoComplete = "live", height = "auto")
swarm-lab/editR documentation built on May 30, 2019, 9:35 p.m.