I want an extension that simply saves every page I open into a new page in a specific OneNote notebook. Yea, most would be crap, but the storage is trivial, and the search capability would be awesome.
I have a local daemon and browser extension doing something like that on my desktop machines.
In case you’d like to do the same, here are some time savers:
More of a heads up but storage requirement will never be trivial, even with fs compression. Browsers limit resource cache for a reason.
Unless OneNote has some kind of page nesting functionality beyond the usual outline/TOC tagging, typical browser-history population and web page length can lead to an infinitely-scrolling, memory eating, difficult to use note.
It is easier to lean on existing browser and filesystem functionality by printing to PDF and optionally attaching wherever (such as onenote) for a number of reasons.
Visual consistency of the print render will vary, but the PDF approach uses existing render in situ and is the only page snapshot commonly supported by progressive web applications.
Besides PDF, the most consistent local full-page, full-asset save I’ve found is the .archive format. It’s used in the Safari browser for local saving and is the basis for features like “Add to reading list.” Archive appears to be something like a zipped wget directory but includes additional session state information for future page recreation. I save both PDF and Archive formats and browse using filesystem rather than another app like onenote.
If you’re on Windows, this appears to be the aim of their Recall feature. Just be aware that it (and really that entire operating system) comes with a lot of privacy-related concerns.
My life hack for that is to just never close any tabs.
(Reboots)
Browser: There are 496 tabs in your previous session. Are you sure you want to restore?
Me: Did I stutter?
You: Did I stutter?
Browser: No but your computer/phone is about to.
Those are rookie numbers I have over thousands.
Those 5GB of ram being permanently screaming at me wanting to be closed…
In Firefox search for restore_tabs_lazily in about:config.
Browsers have been sleeping inactive tabs for years now.
Don’t worry, they are all sleeping.
I’ve just been working really hard on my self-control to get it below 500 lol.
I want an extension that simply saves every page I open into a new page in a specific OneNote notebook. Yea, most would be crap, but the storage is trivial, and the search capability would be awesome.
Plus it would sort of serve as my own timeline.
I have a local daemon and browser extension doing something like that on my desktop machines.
In case you’d like to do the same, here are some time savers:
Besides PDF, the most consistent local full-page, full-asset save I’ve found is the .archive format. It’s used in the Safari browser for local saving and is the basis for features like “Add to reading list.” Archive appears to be something like a zipped wget directory but includes additional session state information for future page recreation. I save both PDF and Archive formats and browse using filesystem rather than another app like onenote.
If you’re on Windows, this appears to be the aim of their Recall feature. Just be aware that it (and really that entire operating system) comes with a lot of privacy-related concerns.
Edit: mention .archive format
Tab Stash?
Tab Stash only saves the links.
Right now I save pages directly to OneNote on Android, and simply copy/paste the page content on desktop.
This retains the page content, so it’s searchable later.
TFW one or more of those tabs leaks memory, so your browser crashes every few hours even with 64GB of RAM.