marklib
marklib copied to clipboard
Fuzzy Annotation Anchoring
Could you use the fuzzy anchoring that code genius uses? This is the best explanation I've found for it:
https://www.youtube.com/watch?v=FJyqfRcyYIQ
Hey,
that's an interesting solution. But I'm not sure how well it scales especially on long documents, and what if you highlight something really short and have a lot of matches in the document? You can reduce the problem at least if you structure your document well and maybe use ids on every highlightable paragraph and restrict it on the container (so you get results like #paragraph-5>...
).
I will keep it in mind :) thank you :+1: