calumk / editorjs-codecup

editorjs-codecup
9 stars 3 forks source link

I've encountered a similar issue with the `@calumk/editorjs-codecup` npm package. #7

Closed calumk closed 3 months ago

calumk commented 3 months ago
          I've encountered a similar issue with the `@calumk/editorjs-codecup` npm package. 

After integrating it into my Editor.js instance, the language selector list is missing from the tune block and the web editor's styles seem to be off.

image image

I have tested the example from the repository as suggested by @calumk

image

CDN Issue -> I cannot see the list of required languages downloaded by the CDN in my setup. It seems the CDN is not providing the necessary language files or they are not being accessed correctly.

Could you please provide guidance on how to resolve this issue or suggest any additional steps to troubleshoot it?

Also please update the demo video to include an example of Editor.js code block. This will better showcase the functionality of the plugin.

Thank you for your help!

Originally posted by @keertyverma in https://github.com/calumk/editorjs-codecup/issues/6#issuecomment-2278355486

calumk commented 3 months ago

@keertyverma Please try the newest release :)

example2

keertyverma commented 3 months ago

Thank you for the update! The latest changes are working well for me 😀. The input box for entering the language name is a good improvement and has resolved the issue with the alert pop-up. 👍

I am still encountering a styling issue with the editor in my application. However, it seems to be specific to the styles in my own app, as the example.html appears to be functioning correctly.

Please go ahead and close this issue. I will open a new improvement request to propose the language selection list feature.

Thanks again for your help!