code-input icon indicating copy to clipboard operation
code-input copied to clipboard

Fully customisable, editable, syntax-highlighted textareas + plugins

Results 48 code-input issues
Sort by recently updated
recently updated
newest added

If I've notified you, **or you've just come across this**, I'd love ❤️ it if you could give feedback (here or via email to [email protected]). However, feel free to take...

enhancement
help wanted
priority:medium
breaking-change

Reproduced in Firefox 140.0.2-1. The code-input has CSS `z-index` of 0, and the navigation bar is defined before the code-input and has `z-index` of 1. This makes clicking on the...

bug
help wanted
area:core
priority:medium

Key events used in plugins are not always the best choices. For example, `keydown` is listened to for enter key presses to create newlines in the indent plugin, but `beforeinput`...

bug
area:core
priority:high
breaking-change

I was scared of doing this earlier because I was afraid it could cause a breaking change between code-input.js and especially third-party plugins which may delete or mess with code-input...

enhancement
area:core
priority:high
breaking-change

Following the disscussion in https://github.com/WebCoder49/code-input/issues/190, I am opening this issue to discuss requirements and implementation. ## Current status Demo: https://codepen.io/eyaler/pen/NPGOaJb Features: - supports tabs - supports wrapping (container width only)...

enhancement
area:core
priority:low
breaking-change

If any other custom element with the name `code-input` is loaded, it will clash. * The JavaScript could be made with a try...catch statement to only register with the name...

bug
area:core
priority:low
breaking-change

hi, WebCoder... I spent some time tuning my highlighter (it's really fast now, a single regexp tokenizes the full text, generating the minimum number of nodes etc.) . Even so,...

enhancement
priority:medium
area:new-template

What should scroll - the `textarea` and `pre code` or the `code-input` element? Currently, `code-input` scrolls but with a blur/focus each time a character is entered, to fix bug #93...

bug
area:core
priority:medium
breaking-change

https://github.com/panphora/overtype Works very similarly to code-input.js, but Markdown-only. Contains a toolbar that could be ported to a code-input.js plugin, as well as some listed README quality-of-life features that could suit...

enhancement
area:core
area:new-plugin
priority:low

JSDelivr used to import code-input.js, hljs, Prism in interactive demos. * Way to use c-i.js website instead, with crossorigin limiting? * Specify versions as major or major.minor.patch? * HTML attrs:...

documentation
priority:medium