marklib icon indicating copy to clipboard operation
marklib copied to clipboard

Fuzzy Annotation Anchoring

Open SamHasler opened this issue 9 years ago • 1 comments

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

SamHasler avatar Jun 16 '15 09:06 SamHasler

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:

BowlingX avatar Jun 16 '15 21:06 BowlingX