CodeFlask
CodeFlask copied to clipboard
A micro code-editor for awesome web pages.
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:  If page width is small:  Horizontal scrolling to rigth with cursor:  Same code is hidden now! After selection i see it:  How...
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:  After pressing Enter or any code changes:  Code lines appeared! Need load lines on init