Giter Club home page Giter Club logo

editorjs-codecup's Introduction


editorjs-codecup's People

Contributors

calumk avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sciphergfx

editorjs-codecup's Issues

Javascript <script> tag is not formatted

Hello again, thank you for your work @calumk.

Unfortunately, as far as I'm concerned, everything would be fine if the script tags were displayed correctly.

Indeed, when I create a course, I enter code in your module and I don't put any tags, I have no problems.
The content is saved in JSON format in the database. I retrieve it with :

<script>const fd = <?= $fd ?></script>

When I save without <script> tags, it works perfecly:

Capture d'écran 2024-01-11 202645


If I put a <script> tag, that's it, the code goes completely haywire:

Capture d'écran 2024-01-11 202752


I really don't know if such a solution is really possible with storing script tags in JSON with editorJS...

Can't select language, alert appear

I've installed codecup for editorJS using bun bun i @calumk/editorjs-codecup. this is my import line:

import editorjsCodecup from "@calumk/editorjs-codecup";

window.EJModules = {
    editorjsCodecup,
};

and on my editorJS instance i write the code as below:

const editor = new EditorJS({

    holder: "editorjs",
    // ...
    tools: {
         // ...
        code: EJModules.editorjsCodecup,
    },
   // ...
});

the appearance of tune block does not have selection language. when i clicked on plain on the tune block, it triggers alert

Screenshot from 2024-05-19 00-24-27

click on plain triggers an alert

alert

when i click OK it causes 502 bad gateway

bad gateway

i tried to search on block tune and find nothing

notfound

my console and networks tab is seems normal

Screenshot from 2024-05-19 00-52-22

it works fine with other tools, what things i've mistaken?

Possibility of writing to the Code module with ReadOnly mode enabled

Hello @calumk, I've a new problem.

By default, editorJS is in "readOnly" mode for my users. If an admin clicks on a button, this activates the function: editor.readOnly.toggle(); :

<form method="post" onsubmit="activeEdit(event.preventDefault());">
    <input type="submit" class="btn_orange" value="Edit">
</form>
function activeEdit() {
    editor.readOnly.toggle();
}

I notice that in "readOnly" mode, my text can be modified in the textarea.

Digging around, I see that in the codecup.js code, there are some functions that interest me, in particular toggleReadonlyMode().

But I have no idea how to use it.
Perhaps this would allow me, before clicking on the edit button, not to be able to write in the textarea. After clicking, to be able to write in it.

I've thought of adding a "disabled" attribute, but I've no idea how to reactivate it when editing.

So that's where I'm at.


To test if the problem is mine, I took the example code you provide in the github. I've noticed that it doesn't work properly. I need to create my articles with Readonly mode set to false, and display them with ReadOnly mode set to true.

Do you agree with me?

https://github.com/calumk/editorjs-codecup/assets/65669857/92da142a-a3ad-41b7-bedf-076a00e1828d

Normally, if I'm in ReadOnly mode to on, I must not be able to modify the content of the "Code" property.

Thank you in advance for your opinion/help or recommendations.

select language in dropdown menu

Hellow, best code plugin available, good job. But what about drop down menu to select language?

And is there any way to change highlight to another theme, dark, for example?

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.