TuningGuide
TuningGuide
Hi, tinymce released a version without jquery. Therefore I ported your plugin also to a non jquery version. Would you like to merge my changes into your repo or shall...
I compiled lildebi on a debian, installed the apk on my phone and tried to install debian. But wget is telling me wget: bad address "http://mirrors.ece.ubc.ca/debian". I had to move...
I would like to be able to initialize the select2 element with tags from a promise. Currently it throws me an error if I leave the options empty and set...
Hi thanks for you tut. I wonder if manipulating the state in class LoginPage `this.setState({loading: true});` is good practice with mobx. I would assume so, as you handle the state...
[Contextmenu] When selecting image and opening contextmenu with rightclick the image is deselected
The following code is preventing that an image stays selected if im right clicking on it. I suggest to add something like: && editor.selection.getNode().textContent != "" ``` /** * WebKit/Blink...