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://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:
The thing I really want is this, combined with some automated local background LLM training / rag (not sure what the right approach is) process. So that, at the end of the day, everything I bookmark get saved locally, can be read in a nice format like you have the video, and be semantically queried, and it's all local:
"What was that article I saw read 1-3 months ago some new type of LLM training?"
"Find that really nice explanation of determinants article"
etc...
Have you investigated anything like that?
There's also Obsidian Web Clipper's Interpreter feature, which lets you run prompts on a web page before saving:
I do have a bug report: even when explicitly specifying which vault to send clippings to, what I experience is that it sends to my last opened one. On Android w Firefox Nightly and the extension.
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.
Theoretically you could embed images in markdown with 'data:' scheme. But I am unless it is very small images it will probably not be very efficient to embedded the data in a text file.