Vis4Sense / HistoryMap

http://sensemap.io
45 stars 7 forks source link

Does historymap record tabs opened before it starts? #137

Open kaidatavis opened 7 months ago

kaidatavis commented 7 months ago

Reason to include:

For now, just include all the opened tabs in the historymap.

kaidatavis commented 6 months ago

Now all the tabs/pages opened before historyMap are included.

Yuu-Han commented 5 months ago

Sorry I do not know the details of previous discussion. I agree that the previous pages should be included in the list for finding the parent page, but can we have more discussion on how to show them to the user?

Currently I have to restart chrome in order to run a session without distraction from already opened tabs. It would be more convenient for me if I can choose to have all the previous tabs shown or collapsed/aggregated. For the latter case, the collapsed page can be shown when user opens a child page of it.

In addition, I remember in the sensemap paper there was a requirement on avoiding interruption, e.g., not including the commonly accessed services.

kaidatavis commented 5 months ago

I agree it will be good to have it as a user option to choose whether to show the tabs opened before starting HistoryMap. The way of the current implementation is mainly because it is the easiest to implement.

Feel free to reopen this issue and make changes to the code if you want to add this user option.