Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tinyMCE Api Key Problem #102

Open
Abhimanyupayasi opened this issue Apr 17, 2024 · 3 comments
Open

tinyMCE Api Key Problem #102

Abhimanyupayasi opened this issue Apr 17, 2024 · 3 comments

Comments

@Abhimanyupayasi
Copy link

Abhimanyupayasi commented Apr 17, 2024

here

error

@ghousetazeem
Copy link

I think there has been the issue with the API key itself, mostly its not correct. You try referring this article from TinyMCE to clear the issue:

https://www.tiny.cloud/blog/how-to-get-tinymce-cloud-up-in-less-than-5-minutes/

@pritamduttaofficial
Copy link

Go to TinyMCE website, there you will get the option to generate a free API key, generate that key and use it inside the RTE component. Place it inside the component.

@a-nuj1
Copy link

a-nuj1 commented May 20, 2024

log in to tiny MCE and get your API key and put in apiKey section
<Editor
apiKey='Put your API key here'
init={{
plugins: 'anchor autolink charmap codesample emoticons image link lists media searchreplace table visualblocks wordcount checklist mediaembed casechange export formatpainter pageembed linkchecker a11ychecker tinymcespellchecker permanentpen powerpaste advtable advcode editimage advtemplate ai mentions tinycomments tableofcontents footnotes mergetags autocorrect typography inlinecss markdown',
toolbar: 'undo redo | blocks fontfamily fontsize | bold italic underline strikethrough | link image media table mergetags | addcomment showcomments | spellcheckdialog a11ycheck typography | align lineheight | checklist numlist bullist indent outdent | emoticons charmap | removeformat',
tinycomments_mode: 'embedded',
tinycomments_author: 'Author name',
mergetags_list: [
{ value: 'First.Name', title: 'First Name' },
{ value: 'Email', title: 'Email' },
],
ai_request: (request, respondWith) => respondWith.string(() => Promise.reject("See docs to implement AI Assistant")),
}}
initialValue=" "
/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants