Siegert Naber

Results 23 comments of Siegert Naber

[#395 Pluggable dialog implementations](https://github.com/Ionaru/easy-markdown-editor/issues/395)

CodeMirror has a `dialog` plugin that might be useful.

Are you using `mde.value(someNewValue)` or `easyMDE.value(someNewValue)`? ![image](https://user-images.githubusercontent.com/4068757/149025477-7c6e08e0-cec4-4e9c-b876-4ba73661f6ec.png) I guess the question is for the both of you 😏

Use the `shortcuts` option/parameter to alter the keyboard shortcuts. This will disable the `Ctrl-H` and the `Shift-Ctrl-H` shortcuts: ``` const easyMDE = new EasyMDE({ shortcuts: { "toggleHeadingSmaller" : null //...

I think I'm gonna have a crack at this. Can't say when (and if) I'll be able to show results.

Came across the same error concerning another line in `ee/ExpressionEngine/Service/Formatter/Formats/Text.php` after upgrading PHP to 8.1.0. **Error message** ``` preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated...

I've just updated to 7.2.5 from 6.2.5 and I updated PHP from 7.4.29 to 8.1.0

`@nuxt/strapi` doesn't agree with `nuxt-primevue` or vice versa. I can run both modules fine separately, but if I run both modules at the same time the error occurs. I figured...