Adam Pritchard

Results 63 comments of Adam Pritchard

On the CodeCogs front: I have exchanged a couple of emails with them, and it looks like they'll be fine with MDH using their API. (Just trying to nail down...

I created a new issue for switching to CodeCogs: #261. I intend to do it in the next release. --- I also had a bad idea: Instead of creating image...

Mostly for SVG vs. PNG. Yeah, not much gain for quite a bit of pain. Regarding retina clients: When replacing with CodeCogs, I plan on getting a higher DPI image...

> Regarding retina clients: When replacing with CodeCogs, I plan on getting a higher DPI image and then explicitly setting the size on it. I revoke that statement. I can't...

Epic investigation. I love when someone _else_ goes down the rabbit hole. Your inline JS resize idea is great. A couple things, though: 1. It doesn't work in the MDH...

More `vertical-align` stuff... I modified the test alphabet by adding the plain letter beside each math letter. With no `vertical-align` set (so using the `baseline` default): ![image](https://cloud.githubusercontent.com/assets/425687/6701629/e34fda26-ccf5-11e4-8928-6bec6b716d4d.png) With `vertical-align: middle`:...

Regarding what I meant by "inline" and "block": I mean the former in the sense of "inline with normal text" and the latter to mean "standing by itself". (Say we...

Receiving an email in Thunderbird with the height set (either just `height` or `max-height` etc.) looks crappy: ![image](https://cloud.githubusercontent.com/assets/425687/6701991/93922b4c-ccfa-11e4-8af1-bfe67eb7de6b.png) Without the height set is not similarly cut off: ![image](https://cloud.githubusercontent.com/assets/425687/6701995/a2e97c1c-ccfa-11e4-9a0b-3c95dfc7b53c.png) This high-dpi...

I'm marking this as low priority since it looks like it would involve a complete rewrite in a different language using undocumented APIs.

I spent some time trying to get this to work. You can see the branch changes here: https://github.com/adam-p/markdown-here/compare/master...zotero-support How it works and doesn't: - The "Markdown Toggle" menu item is...