Git Product home page Git Product logo

shinymce's Introduction

shinymce's People

Contributors

mul118 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

shinymce's Issues

TinyMCE 4 migration to TinyMCE 5

Hi Misha,

Any plans to update this great editor package to tinyMCE5 as tinyMCE4.x is no longer supported:

"**access to online services for TinyMCE 4 will be switched off on the following dates:

CacheFly CDN (http://tinymce.cachefly.net/) - November 30 2020
TinyMCE CDN (https://cdn.tinymce.com/) - February 25th 2021
Tiny Cloud stable (https://cloud.tinymce.cloud/ & https://cdn.tiny.cloud/) - February 25th 2021**"

Here is link to migration guide https://www.tiny.cloud/blog/how-to-migrate-from-tinymce-4-to-tinymce-5

Error in parse_repo_spec(repo)

I've got erorr:

devtools::install_github("shinyMCE", "mul118")
Error in parse_repo_spec(repo) :
Invalid git repo specification: 'shinyMCE'

renderUI + tinyMCE fails if tinymce lib not loaded beforehand

#4: Multiple Editors via renderUI:

runApp(list(
ui = fluidPage(
#With renderUI, necessary to load the resource first:
singleton(tags$head(tags$script(src ="//tinymce.cachefly.net/4.0/tinymce.min.js"))),
fluidRow(
column(6, offset = 3,
h2('tinyMCE Editors:'),
uiOutput('editor1'),
hr(),
uiOutput('editor2')
)
)
),

server = function(input, output, session) {
output$editor1 <- renderUI({tinyMCE('editor1', 'Editor 1')})
output$editor2 <- renderUI({tinyMCE('editor2', 'Editor 2')})
}
))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.