It is two pointers: the initial paragraph key points to the first and
last sentences in a paragraph, and the highlight key points to
specific sentences in the selected paragraphs. It also satisfies, via
the Levenshtein distance code, OB's requirements to be quite fuzzy.
The keying may need strengthening for longer texts, either using text
excerpts or just more first letters, but I'm going to run some tests
to see how reliable it is.
On Jan 18, 10:26 am, Hadrien Gardeur <
hadrien.gard...@feedbooks.com>
wrote:
> A few quick notes:
>
> - Like the fact that it fits into a URI
> - They're using fragments (#), I havent checked exactly how it works on
> their end but I expect the highlighting to be done on the client-side (JS)
> - I'm not sure that this would easily scale to longer texts without
> separating into two pointers (start and end)
> - It looks weak (using the first letters) even with Levenshtein (I'd