| Very intriguing tool that brings bookmarks to life in Chrome with a time travel element. There is a lot to be said for the plugin as is. Some thoughts: - Have you thought about some type of timeline view with a clickable element that has a size dependent on the number of bookmarks for the day? When you click on that day it displays the sites you bookmarked on that day along with the top 2-3 words from each site in some type of auto-sorting word cloud? - On the flip side, what if you had a word cloud generated from all of your bookmarks where if you click on a specific word, it shows your interest in that topic over time? - Looking forward in time, what if the plugin could make recommendations for sites you might want to visit in the future based on the sites that you have already bookmarked? Sort of like a personalized Digg whose recommendations would change based on what you bookmarked in the last 30 days? - Along similar lines is there a way to comb through the browser history and spot specific pages that have been visited multiple times in the past and recommend to the user that they be bookmarked to save a search engine visit, etc? - It seems like the plugin is checking to see if the bookmark is live. Any possibility that in case of linkrot that it could suggest the bookmark be edited to point to one of the various archive sites out there that has a live snapshot of the site? |
> Have you thought about some type of timeline view with a clickable element that has a size dependent on the number of bookmarks for the day?
In the previous versions, I used the calendar as a heatmap, each day has a background opacity relative to the number of bookmarks for that day.
You can see an example here: https://rewind.netlify.app/static/1f4ab98cd13454fb9fed7adaeb...
I got rid of it for this version because it made the UI lag, but I'll try to optimize it and bring it back.
If you're thinking of an app that has a timeline similar to the one you're describing, I'd like to see it for inspiration!
> along with the top 2-3 words from each site in some type of auto-sorting word cloud > what if you had a word cloud generated from all of your bookmarks where if you click on a specific word, it shows your interest in that topic over time?
I've been thinking of using some kind of AI to classify bookmarks into categories, I think that could be a lot more useful than the traditional "folder" view, but I think it would be hard to make a word cloud work though, since words have different meanings depending on context, and some websites like GitHub put the website name in every page title, the results would not be very useful.
> what if the plugin could make recommendations for sites you might want to visit in the future based on the sites that you have already bookmarked? Sort of like a personalized Digg whose recommendations would change based on what you bookmarked in the last 30 days?
I love this idea and it's definitely something that's coming up!
> is there a way to comb through the browser history and spot specific pages that have been visited multiple times in the past and recommend to the user that they be bookmarked to save a search engine visit, etc?
Absolutely. I've even made a prototype of Rewind based on your browser history instead of your bookmarks, it was too cluttered to be useful but I think your suggestion would be perfect, I'll try it.
> Any possibility that in case of linkrot that it could suggest the bookmark be edited to point to one of the various archive sites out there that has a live snapshot of the site?
Absolutely. The menu items / smart actions that appear for bookmarks already depend on context so that's another very good idea, thanks!
I'd like to go further and make the menu items completely customizable for power users, but that's not a priority.
Thanks again for your precious feedback!