Jos de Jong

Results 1637 comments of Jos de Jong

This would be very useful! Indeed images are not working in `Gfm Preview`, whilst they work fine in `HTML Preview` and `Preview`.

btw thanks for this great plugin @ShyykoSerhiy, this is the first decent markdown plugin for IntelliJ!

@vankop you can still use the `onChange()` event, it's all backward compatible. The two new callbacks `onChangeJSON(json)` and `onChangeText(text)` may be more convenient since they directly pass the contents as...

Not sure, should this issue be closed Ivan?

Thanks for the offer Ivan. I'm afraid though I don't have time left to maintain more libraries myself :(

👍 not a big deal, I just felt like the API could be a _bit_ simpler without sacrificing anything.

Sounds good. The naming may be a thing: `fix` can potentially be confused with the mathematical function to round a number towards zero. https://mathjs.org/docs/reference/functions/fix.html https://www.mathworks.com/help/matlab/ref/fix.html

Wow @ericman314 , this looks really solid and well documented!! I love it. I wish mathjs would have such a clean API again :) I have two small remarks after...

Would it make sense to use a a `compare` function instead? When sorting a JavaScript array with [`sort`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort), you can pass a compare function.

Just for my understanding a few questions: 1. I suppose in mathjs I first select a system, like `si`. Now, when I create a unit, is it only defined in...