Package 'shinyMonacoEditor'

Title: The 'Monaco' Editor in 'Shiny'
Description: A 'Shiny' app including the 'Monaco' editor. The 'Monaco' editor is the code editor which powers 'VS Code'. It is particularly well developed for 'JavaScript'. In addition to the 'Monaco' editor features, the app provides prettifiers and minifiers for multiple languages, 'SCSS' and 'TypeScript' compilers, code checking for 'C' and 'C++' (requires 'cppcheck').
Authors: Stéphane Laurent [aut, cre], Microsoft Corporation [ctb, cph] (Monaco Editor), Brijesh Brittu [ctb, cph] (monaco-ace-tokenizer), James Long and contributors [ctb, cph] (Prettier), Leandro Vital [ctb, cph] (Bootstrap Flash Alert), Daniel Eden [ctb, cph] (animate.css), Adam Schwartz [ctb, cph] (chrome-tabs), David DeSandro [ctb, cph] (Draggabilly), JakubPawlowicz.com [ctb, cph] (clean-css), Mihai Bazon [ctb, cph] (terser), Juriy "kangax" Zaytsev [ctb, cph] (HTMLMinifier), Rodney Rehm [ctb, cph] (Sass.js), Rich Harris [ctb, cph] (svg-parser), Lionel Tzatzkin [ctb, cph] (scale-that-svg), Andrei Kashcha [ctb, cph] (panzoom), Vitaly Puzrin [ctb, cph] (markdown-it), Alex Kocharin [ctb, cph] (markdown-it), John Schlinkert [ctb, cph] (word-wrap), Terence Eden [ctb, cph] (SuperTinyIcons), www.jeasyui.com [ctb, cph] (EasyUI)
Maintainer: Stéphane Laurent <[email protected]>
License: GPL-3
Version: 1.1.0.9000
Built: 2024-10-24 03:12:59 UTC
Source: https://github.com/stla/shinymonacoeditor

Help Index


Monaco Editor in Shiny

Description

Launch a Shiny app with the Monaco editor.

Usage

shinyMonacoEditor(indentSize = 2)

Arguments

indentSize

an integer, at least 2, the number of spaces of the indentation

Examples

if(interactive()){
  shinyMonacoEditor()
}