Adam Pritchard

Results 78 comments of Adam Pritchard

@Steren: Your paste idea is interesting, so I did some research into how feasible it is. And... it doesn't seem super hopeful. Basically: Chrome extensions can't trigger a paste. Also,...

I'm really just adding this for completeness, but... There's probably some potential in using the [Google Drive API](https://developers.google.com/drive/). I'm not going to speculate on how or what it would look...

I would also like to see this feature. The way I achieve focus-follows-mouse for now is with a [registry hack](http://sinewalker.wordpress.com/2010/03/10/ms-windows-focus-follows-mouse-registry-hacks/): 1. Open up the key `HKEY_CURRENT_USER\Control Panel\Desktop`. 2. Change the...

> Playing with timing helps, but it somehow magically gets changed back to a lower time value and screws it all up. I don't think I've ever had that happen....

I had a similar dev-vs-build problem when using jQuery. I don't love the solution I came up with, but it does work. With this import line... ``` import $ from...

I have implemented the paste approach, added local TeX rendering, and I'm hoping for some feedback from people who use TeX. There's a beta extension you can install here (you...

> My first feedback is on the config UI. Yes, the config UI isn't final. I'll take your suggestions into account when I finalize it. There is still some meaning...

> As [#630 (comment)](https://github.com/adam-p/markdown-here/issues/630#issuecomment-3212607178) says you also implemented display math 🎉 > AFAICT the rules are: Enclose in double dollars, and put on its own line. > To be precise,...