Lucas Calje
Lucas Calje
I noticed that the `$` is a toggle between `formula - text` mode, awesome! But is this somewhere documented ? Also, in my case I don't want the `$` to...
I noticed that ``` CharCmds.$ = TextBlock; ``` is the trigger to switch to text mode. What would be needed to change this to `double spacebar` for example ? Furthermore,...
Thanks a lot, I'll give that a try! The `double spacebar` seems to me a logic key-sequence to toggle between math and text mode. If you have something better in...
In our case we use the native keyboard on mobile devices. Below the math-field we have a couple of buttons for special symbols (square root, integrals, etc). So, to easily...
I installed it again in a new profile and now it works, great extension! If you have time, can you add more regexp examples, its unclear to me what exactly...
This issue is already old, maybe it should be closed. But anyway, my suggestion to @Nemo9439 is to write a wrapper decorator which does what he needs. I did something...
Thnx @hendrikbursian. It seems that `onInit` is changed into `init`
Hi, although I'm not using ngx-custom-validators, I managed to get a similar error. I fixed the error just by adding the following tp tsconfig.json: "paths": { "@angular/*": ["./node_modules/@angular/*"] }, to...
Hi, I'm not using any Redux libs for Polymer. I don't think they exist (yet). Redux is an architecture which you can easily implement yourself, which is what I did...
Hi Jordan That is really good work! I don't think however, rewriting my article is necessary at all, better would be to write a new one (say part 2 and...