Skip to content

slavickk/shinyMCE

 
 

Repository files navigation

shinyMCE

Build Status

shinyMCE adds the ability to use tinyMCE WYSIWYG editor as a component in Shiny apps.

NOTE: this fork uses the embedded TinyMCE (which is version 4) and not the CDN one.

To install, run:

if (!require("devtools"))
  install.packages("devtools")
devtools::install_github("shinyMCE", "mul118")

The shinyMCE source code is hosted at the shinyMCE Github repo. More details and examples may be found at the shinyMCE website.

The following demos are available:

  1. Basic Editor
  2. Editor with Options
  3. Server-Side Update
  4. Dynamic Render via RenderUI

About

tinyMCE editor for Shiny apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.3%
  • R 31.6%
  • CSS 20.2%
  • JavaScript 2.9%