Thanks. The back/history feedback has been (hopefully) addressed.
I've been thinking about doing authors. The constraint is performance; the site loads the whole index, so adding author info would bloat the initial page load out (right now the index is about 2.2M, and GitHub Pages gzips it down to ~380k). The solution is probably to put author search, etc. on a separate page.
Comments
This is very cool, but I was sad I can't search by author.
Also I like the "obsolete" tick box.
As the other commenter said, this trashes the back button/history by treating every keypress as a new URL. Make sure you use replace.
Thanks. The back/history feedback has been (hopefully) addressed.
I've been thinking about doing authors. The constraint is performance; the site loads the whole index, so adding author info would bloat the initial page load out (right now the index is about 2.2M, and GitHub Pages gzips it down to ~380k). The solution is probably to put author search, etc. on a separate page.