Hacker News new | ask | show | jobs
by mvilimpoc 2066 days ago
TwitGrid now takes parameters passed in via the URL fragment (everything after the # in a URL).

For example, you can do this:

https://vilimpoc.org/research/TwitGrid/#columns=8;users=vili...

And it will parse that and layout the feeds in 8 columns per viewport. The viewport can then be paged up / down.