←back to thread

1222 points phantomathkg | 1 comments | | HN request time: 0s | source
Show context
kepano ◴[] No.44065986[source]
I built Obsidian Web Clipper (open source, MIT) to replace my read-it-later app and save everything to local markdown files. Now that Obsidian Bases is available, it makes for a very nice web archival tool and reading experience. Here's a video:

https://mastodon.social/@kepano/114553164915046938

You can use Web Clipper with any app that supports Markdown, not just Obsidian.

Defuddle is the underlying HTML-to-Markdown library I made for Web Clipper, and can also be used as a CLI:

https://github.com/kepano/defuddle

https://github.com/kepano/defuddle-cli

replies(4): >>44067250 #>>44067701 #>>44067853 #>>44067859 #
dorian-graph ◴[] No.44067853[source]
Do you have a trick for getting the images as well, as opposed to them being links to the remotely hosted?
replies(2): >>44070746 #>>44070820 #
1. keybits ◴[] No.44070746[source]
Obsidian recently introduced a native 'Download attachments for current file' which you can invoke with cmd / ctrl + p.

I like this as I don't always want all the images for something I've clipped from the web. This gives me the choice.