←back to thread

128 points Brajeshwar | 5 comments | | HN request time: 0.638s | source
Show context
zdc1 ◴[] No.42481387[source]
These days whenever I read an interesting article, I will take 2 minutes to copy and paste it into my Obsidian vault under my Articles folder. I'll take care to paste the images as images (and not links) and make sure I've got the author and source URL at the top, and have my separate notes section link to it. It's a bit silly and obsessive, but given how transient content on the Internet is, I think it's necessary to make a copy of anything you care about.
replies(9): >>42481420 #>>42481474 #>>42481634 #>>42481690 #>>42481757 #>>42482021 #>>42482314 #>>42482732 #>>42483499 #
1. jeofken ◴[] No.42481474[source]
In my day browsers could save an archive of a page

Is this still the case?

replies(2): >>42481506 #>>42483268 #
2. Macha ◴[] No.42481506[source]
They can but generally that includes any Javascript on the same page which sometimes does funny stuff when you open it up offline or after the remote server goes away.
replies(1): >>42481694 #
3. compootr ◴[] No.42481694[source]
SingleFile can make a snapshot with just content/styling
4. accrual ◴[] No.42483268[source]
It's not perfect, but Edge will let one take a simple full page screenshot with Ctrl+Shift+S. It results in a hefty PNG but at least it's a visual copy of everything which might suffice for a certain set of purposes (e.g. links will be lost, so it's not good for that).

I can still right-click > Save any page as .html, but that doesn't guarantee server streamed stuff, media, images, etc. will be preserved correctly.

replies(1): >>42483324 #
5. 800xl ◴[] No.42483324[source]
Thank you for this! I pressed Ctrl+Shift+S in Firefox just to see if it would work and it has the same functionality.