Hacker Newsnew | past | comments | ask | show | jobs | submit | divad12's commentslogin

This seems like it could be really useful. How do you deal with sites that might block you?


We currently don't deal with it, but when using WrapAPI, you can specify your own proxy servers and we'll route the requests through them.

This was yet another of the features that we added only after getting feedback last time around from HN, so good catch!


Yes, this is my bad. :) I added an issue to GitHub about it: https://github.com/divad12/vim-awesome/issues/14

Pull requests welcome!



Thank you! The color scheme used is Solarized, courtesy of Ethan Schoonover: http://ethanschoonover.com/solarized


You're right that GitHub stars probably isn't the best metric of how good a plugin is. We try to use a more unbiased metric of relative # of actual users, and this we get by scraping dotfiles repos on GitHub, looking for references to Vim plugins. That's shown as the # users count to the left of stars on GitHub. It's also not perfect, but it's a useful source of relative usage statistics.


My point is two-fold:

1. You can't have real and complete usage statistics so those metrics are at best meaningless and at worst misleading. Also, something being popular doesn't mean that it will fit one's workflow and needs.

2. Choosing a tool because of its perceived (through meaningless/misleading numbers) is not really the smarter way to build-up one's config.


Hi! Glad you like the j/k scrolling.

All it is is a call to `window.scrollTo()` with some logic to determine the position of the element we want to scroll to. See [1] for the code of the actual function that does the scrolling. Is there acceleration? There doesn't seem to be on Chrome for Mac. :/

Oh, if you meant the little arrow ("»") that slides to the right on focus of a plugin, that's just the CSS 3 transition `all 0.1s ease-out` applied to a changing `left` and `opacity`. See [2] for code.

Thanks for checking out the site!

[1]: https://github.com/divad12/vim-awesome/blob/13d576664aa88fe0... [2]: https://github.com/divad12/vim-awesome/blob/13d576664aa88fe0...


In fact, this was the first React project that he worked on -- he rewrote our old angular app within a week of when React first came out, and had been hooked since.


Cool! Does he have plans to write an article about his experience writing this in React? That would be an interesting read, especially since it's open source.


Indeed -- https://github.com/divad12/vim-awesome/pull/17

Thanks for pointing this out to us. Will merge when I get home.


You're most welcome. Sorry for not creating a pull request myself, but I was dead tired last night.


Oops, that's definitely a bug! Issue raised: https://github.com/divad12/vim-awesome/issues/16

Thanks for finding this.


Thank you! Wanting such a thing is why we built it. :)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: