prism-code-editor icon indicating copy to clipboard operation
prism-code-editor copied to clipboard

Lightweight, extensible code editor component for the web using Prism

Results 8 prism-code-editor issues
Sort by recently updated
recently updated
newest added

This isn't a very urgent request but more of a QOL addition, but a smooth cursor that glides similar to VSCode or MS Word (the newer versions). I personally think...

I am looking for a very light-weight code editor for a new language. prism-code-editor is very attractive because of the small size and the use of prism for easily defining...

I have a QWERTZ keyboard and am unable to use the following default commands: * Ctrl+Enter (Cmd+Enter on MacOS): Insert blank line * Ctrl+[ (Cmd+[ on MacOS): Outdent line *...

Hello, we are happy users of your lightweight editor component. When updating from Angular version 18.2.5 to 18.2.7 we encounter an import error: ``` src/app/components/new/code/prism-editor.component.ts:12:43 - error TS2307: Cannot find...

what about making minified version? i don't need to use node and npm, but i need to embeed it in vanila html+css+js and connect via cdn

Just like code mirror has collab feature (https://github.com/codemirror/collab) which allows users to collaborate in real-time on different machines, I request the contributors to create a similar extension for prism-code-editor. Thank...

Hello I'm excited to share that I’ve finally deployed the latest version and am currently setting up JavaScript snippets for Jsonata. I'm using version 4.0.0-beta.1, but I've noticed some issues...

Hi! I’m currently building an extension that allows wrapping a selection with a snippet, which is very useful for example when working with HTML and wanting to wrap a word...