Matthias Andrasch
Matthias Andrasch
Good idea! I now implemented it using the blur event and content comparison. Implementation can be found here: https://github.com/programmieraffe/angular-editors/blob/master/editors/epiceditor/directive.js I liked your api method for getting the iframe of the...
Btw: Just noticed that that link is broken? 
Mh, offline usage would be the main goal, right? I did a quick research, it seems possible to isolate the boostrap styles to certain div areas: a) https://formden.com/blog/isolate-bootstrap (tutorial for...
Just a side note, I just tried a few Electron tutorials in the past: To my suprise the final step of actually building the cross platform version for all processor...
Interesting to learn that WP-CLI looks for `/* That's all, stop editing! Happy publishing. */`. But it makes sense. Guess this is also implemented in WP core and plugins. I...
I'll submit a PR (if I find time to test it locally as well) :+1: Thanks for the great advice with `ddev composer create --no-install`! It seems to be much...
+1 for this, cool idea :-) Side note for interested readers: I tried to use something like this for APP_URL replace command ```bash ddev exec 'cat .env.example | sed -E...
> +1 for this, cool idea :-) > > Side note for interested readers: I tried to use something like this for APP_URL replace command > > ```shell > ddev...
> Not something i am planning on doing as the official recommendation is against using global extensions: https://prettier.io/docs/en/install.html Thanks very much for reply and clarification! (For interested readers: There is...
I built a simple starter repo with eleventy framework, maybe useful while waiting :-) https://github.com/mandrasch/11ty-plain-bootstrap5