Setup TinyMCE in under 2 minutes

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • How to get started with the world's most advanced and secure Rich Text Editor, deployed in just 6 lines of code.
    Get your Free API Key at tiny.cloud/
    #wysiwyg #richtexteditor #tinymce
    ---
    This video covers the following:
    - Signing up for your cloud account
    - Whitelisting your domain(s)
    - Using the sample HTML to test out the editor
    - Tiny Docs
    ---
    Follow us:
    Twitter: / jointiny
    Linkedin: / jointiny
    Github: github.com/tin...

Комментарии • 7

  • @maverickchan9552
    @maverickchan9552 Месяц назад +1

    We need a tool to customize the appearance of the editor to fit with our app. Would it be possible for you to provide one in the near future? Just like you dit with TinyMce 5.0. Many thanks!

    • @joinTinyMCE
      @joinTinyMCE  Месяц назад

      Hi there and thank you for your question. You can customize TinyMCE to fit with your app using a skin, or custom configurations! Check out our guide at www.tiny.cloud/docs/tinymce/latest/customize-ui/ to give it a try!

  • @Eljuliox14
    @Eljuliox14 Месяц назад +1

    Hello, if I use TinyMCE with React in a Next.js application, how can I apply dark mode to the Editor?

    • @joinTinyMCE
      @joinTinyMCE  Месяц назад

      Hi @Ejuliox14 ! Thanks for reaching out. You should be able to follow the instructions at www.tiny.cloud/blog/dark-mode-tinymce-rich-text-editor/ to get your editor into dark mode. Have a great day!

  • @breakhart
    @breakhart Месяц назад

    tinymce 7 keep removing content inside any reason why? I try the valid_elements and valid_children which in tinymce 5 it's still work but not in 6+

    • @joinTinyMCE
      @joinTinyMCE  Месяц назад

      Hi @breakhart!
      If you are a current Tiny customer, please reach out to our Support Team (support.tiny.cloud/hc/en-us) for assistance. If you are using a free / open-source version of Tiny, both our Documentation (www.tiny.cloud/docs/tinymce/latest/advanced-templates/) and Stack Overflow community (stackoverflow.com/questions/tagged/tinymce) are good resources to try.
      TinyMCE does some cleanup and validation of the HTML...there is no setting to completely eliminate this step but you could look into a few ways to adjust this with content filtering in our docs:
      www.tiny.cloud/docs/tinymce/latest/content-filtering/#valid_elements
      www.tiny.cloud/docs/tinymce/latest/content-filtering/#extended_valid_elements