The more I use Stack Exchange, the more it is getting a knowledge-base for me.
All questions, that I need for later reference I mark as favorite. Now I need to store these pages locally on my laptop.
It is really time-consuming:
- I could use Ctrl+S on each favorite question page
on Linux:
there could be a solution with
wget -N -r -l 1 "http://stackoverflow.com/users/1069083/rubo77?tab=favorites"
this will download all favorite questions but it creates no correct index.html
Another approach would be to use the Stack Exchange -accounts-tab to automatically follow into all your Stack Exchange-accounts.
But that would have to be somehow limited to only favorites links on your favorites-tab in each stack.
cross-platform:
You would need a firefox-plugin that downloads links recursively but only within the favorite-area of the favorites page in your stack