For the use case of interacting with large documents, it would be useful to have a means by which to identify "interesting" paragraphs in the document, and jump to them.
This could be implemented using scrollTo(). There could also be some kind of dialogue or popover that allows configuring the parameters of what defines "interesting"... perhaps number of links would be a good criteria.
For the use case of interacting with large documents, it would be useful to have a means by which to identify "interesting" paragraphs in the document, and jump to them.
This could be implemented using
scrollTo()
. There could also be some kind of dialogue or popover that allows configuring the parameters of what defines "interesting"... perhaps number of links would be a good criteria.