charlesdaniels / textvis

Text Visualization project for CSCE567
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Mechansim to Identify Points of Interest #14

Open charlesdaniels opened 5 years ago

charlesdaniels commented 5 years ago

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.

charlesdaniels commented 5 years ago

This use case might be well served by #17, so I'm putting this on hold unless someone has a better idea for this functionality.