codebox icon indicating copy to clipboard operation
codebox copied to clipboard

Code highlighting tool for Editor.js

Results 11 codebox issues
Sort by recently updated
recently updated
newest added

I have added Codebox in editorjs. it's showing in concole - `Paste handling for «codeBox» Tool hasn't been set up because of the error TypeError: this.constructable is not a constructor`

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

Add read-only support: The Codebox dosen`t support read-only mode. Is it possible implement this feature? Error: To enable read-only mode all connected tools should support it. Tools codeBox don't support...

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...

dependencies

https://github.com/dev-juju/codebox/blob/46b0d4e6bf98b1c44a74f1b76b4c7e344dae3093/src/style.css#L53 I just installed your plugin, and with this `position: absolute` css style, select list of languages is not displayed at all. After removing it, everything works as expected.

### 🤔 This is a **New Feature**. ### 🔗 Related issue link Most editor-js tools support a read-only mode and so there is a desire for this tool to offer...

Sample python code: a = 5 b = 7 sum = a+b Output generated: { "time": 1631679658075, "blocks": [ { "id": "PweNP7KWja", "type": "codeBox", "data": { "code": "a = 5b...

### 🤔 This is a ... - [ ] Bug fix ### Issue When I pasted codes any formatable editor (example: VScode, Google Docs,...), the plugin showed codes with editor's...