Oliver Geer

Results 88 comments of Oliver Geer

Thank you so much for this, @eyaler!

Hello again! There's no need to submit a PR now as I've committed the change but with you as the commit author (and me as the committer). I'll release the...

Thanks for asking here, @Bowrna ! **General Problems** There are several problems in this code (perhaps from my unclear documentation) that are making it not work. Please note that I...

Anyone who knows Vue better, please feel free to help! (edit: I meant better than me)

@Bowrna This is likely related to #133, and will be easier to fix when `code-input` ships as ECMAScript `.mjs` modules, which is planned to be shipped this month. Thanks for...

Also, I should apologise for only starting to develop support for Vue more recently when someone else first mentioned ECMAScript Module support. I hadn't used Vue when you opened this...

It's almost certainly getting formally released today. Thanks for waiting!

@Bowrna Sorry for the wait: the documentation to use code-input (with Prism.js) in Vue is at https://github.com/WebCoder49/code-input/tree/main/docs/modules-and-frameworks/prism/_index.md, which refers to https://github.com/WebCoder49/code-input/tree/main/docs/modules-and-frameworks/hljs/_index.md. (Edit: give more specific links) Please do let me...

Benefits over mirror element: * Typed characters and caret are immediately visible in the current highlighted colour * Less DOM tree is created Original element-behind approach still must be an...

@paulrouget Your extra input here would be great.