simple-code-editor
simple-code-editor copied to clipboard
Simple code editor for Vue.js
when :read_only is set to true copy code doesn't work, always shows up blank. even when enforcing :copy_code="true" it doesn't select any text and copy anything
can you add linenumbers show? thanks!
With those simple changes you add a new prop named "count_lines" default false, if parsed true this enable the css class "count-lines" into code mark, showing in this way the...
Hi, i have this error using this package: `SyntaxError: The requested module '/node_modules/highlight.js/lib/index.js?v=a76deadf' does not provide an export named 'default' (at index.js?v=a76deadf:2:8) ` I use vite. I have currently removed...
Any ways to use with Typescript?
Hello! Clipboard (copy code)doesnt work on Chrome 103.0.5060.53 but firefox is work firefox:  my code  PS: I have a Q,Can this editor be embedded in a quill ?...
I'd like to get the value of the language that I selected ( without having to use vanillaJS because I'm having VDOM and I don't want to interact with the...
if I use the editor inside the collapse, then after opening I will have an error:  How to fix it?
ERROR Cannot read properties of undefined (reading 'firstChild') TypeError: Cannot read properties of undefined (reading 'firstChild') at Proxy.getLineNum (webpack-internal:///./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./node_modules/simple-code-editor/CodeEditor.vue?vue&type=script&lang=js:231:52) at Proxy.updated (webpack-internal:///./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./node_modules/simple-code-editor/CodeEditor.vue?vue&type=script&lang=js:252:14) at callWithErrorHandling (webpack-internal:///./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js:6651:18) at callWithAsyncErrorHandling (webpack-internal:///./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js:6659:17) at hook.__weh.hook.__weh...