Results 28 comments of Jeremy Dormitzer

Unless I'm being dense, it looks like the Google BigQuery HN dataset has not been updated since 2015: https://bigquery.cloud.google.com/savedquery/440056610598:89ba3d2b9023407c8c440e93b8a9df6d. So that won't be a good data source to fetch all...

And one final note - all URLs should be canonicalized (i.e. remove any query parameters) before hashing.

So, I've been thinking about this more and I think it's actually feasible to do all this work in the extension without needing a server. The basic idea is to...

Sure thing - I won't be able to until sometime next week, but as soon as I do I'll let you know.

Ok, I've figured out why editing the occur buffer breaks jump-to-occurrence functionality, although I don't have a good fix for it yet. The problem is in `ivy-occur-press`: https://github.com/abo-abo/swiper/blob/master/ivy.el#L5099-L5103. Ivy saves...

Ok, I figured out how to make it work! I added text properties to the occur buffer so that we don't lose track of the candidate associated with each line...

Menu item text: "About this book"

Location added in cbc7351e12afa060b5aa8cd2860196ecbb8b6cf6

Hey @Janglee123, I don't actively maintain this repo anymore, but I would be happy to accept a PR.

I would also like the ability to associate notes with annotations. The data format would be something like: ```javascript { cfi: { text: String } } ``` Annotations should be...