codejar icon indicating copy to clipboard operation
codejar copied to clipboard

An embeddable code editor for the browser 🍯

Results 34 codejar issues
Sort by recently updated
recently updated
newest added

I've been using Codejar in a Svelte project and recently tried to update all of my `@rollup/plugin` libraries. However, I noticed that updating either [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/master/packages/commonjs) or [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/master/packages/node-resolve) resulted in the...

Your app is really great app! Unfortunately, _undo / redo_ seems to be broken. Is there any way to make it work? Thank you!

When using the german qwertz layout, pressing cltr + z does nothing because the z key is KeyY Keyboard events are messy in javascript, the [mozilla docs](https://developer.mozilla.org/de/docs/Web/API/KeyboardEvent) marks `event.which`, `event.keyCode`...

bug
feature

Editor stuck for several seconds while deleting a couple of rows of the highlighted text in a big file (about 900 lines of highlighted code).

Node: `v14.15.1` OS: `Windows 10` About 400 lines of Javascript code, select and delete all, and the whole page will be unresponsive for about 5 seconds. Code: ```javascript import {...

When I just keep pressing enter in the editor its number just go from 1 to 2 and then after that all is just blank ![image](https://user-images.githubusercontent.com/72879799/126630506-140e796d-9bd9-400b-9f89-04ed1b27c46e.png) and when I write...

It would be nice to be able to select multiple lines and then tab.

enhancement

### DONE: - Fix line counting issue - Disable line numbers selection - Temporary disable line numbers background - Force X and Y overflow when using line numbers - Make...

I'm using codejar with prismjs in my Angular app, but when I try to use the module withLineNumbers, it does not work. I created a test project in order to...

It would be a boon for users of markdown and textile (even more because it does not depend on a specific syntax highlight) a toolbar for these languages. Or for...

feature