dev-juju / codebox

Code highlighting tool for Editor.js
Other
39 stars 19 forks source link

Fix/code highlighting #8

Closed micheleriva closed 3 years ago

micheleriva commented 3 years ago

πŸ€” This is a ...

πŸ”— Related issue link

Fixes #7

πŸ’‘ Background and solution

Highlight.js was working only with the onBlur event. Now it works as soon as you type new code.

πŸ“ Changelog

Language Changelog
πŸ‡ΊπŸ‡Έ English Fixed highlight.js on keyUp event

β˜‘οΈ Self Check before Merge

This fix was possible thanks to this StackOverflow thread, I'll leave here the link for credits: https://stackoverflow.com/a/52347981/6442285

micheleriva commented 3 years ago

Converted the current PR to draft, I want to make some tests before asking for a review

mqtik commented 3 years ago

@micheleriva what's the status of this PR? Would love to try it out

micheleriva commented 3 years ago

@mqtik I'm not working on that anymore, I had to switch to another plugin. Sorry πŸ˜”