CodeFlask icon indicating copy to clipboard operation
CodeFlask copied to clipboard

A micro code-editor for awesome web pages.

Results 35 CodeFlask issues
Sort by recently updated
recently updated
newest added

As discussed in issue #123, this PR add a new option to the `CodeFlask` constructor: `customEventListeners`. `customEventListeners` is an object where the keys are the event names and the values...

wdio doesn't work with more recent nodes, so I replaced it with playwright. At the same time, I switched to vite, as it means I could use the same server...

### Multiple Updates * Added Linenumber add / remove * Added Linenumber toggle * Added Readonly toggle * Added support to destroy/dispose of the editor * Requires the modification from...

Pressing Enter in the readonly mode, can still add a new-line

Hello Great project, Any chance you could add the following feature, to be able to toggle the state of the lineNumbers, rather than only on load eg: ``` updateLineNumbers(true) //...

I have such view: ![](https://i.imgur.com/uikURP8.png) If page width is small: ![](https://i.imgur.com/3gVl3gt.png) Horizontal scrolling to rigth with cursor: ![](https://i.imgur.com/PSnoOCG.png) Same code is hidden now! After selection i see it: ![](https://i.imgur.com/ZUgfNzj.png) How...

bug

Hello, I really like this library for it's small size. I was hoping to be able to add hotkeys to my editor, e.g. ctrl+enter to "execute" code. I tried to...

I'm trying to use codeflask in my [avnav](https://github.com/wellenvogel/avnav) project. There were 2 drawbacks: 1. when using the editor initially it always calls the update callback. This makes it slightly complicated...

Hello, Is there any event when cursor change line number? I would line to highlight current working line.. Thanks

On loading I have: ![image](https://user-images.githubusercontent.com/369032/59771632-776c4700-92ed-11e9-9175-fee5e2fd4490.png) After pressing Enter or any code changes: ![image](https://user-images.githubusercontent.com/369032/59772317-e4341100-92ee-11e9-92c5-b132a6243ad0.png) Code lines appeared! Need load lines on init

bug