-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for writing this package #29
Comments
Hi Murilo, Thanks for the kind words. It's always encouraging to hear that it's useful to someone. Would you mind sharing a bit about your workflow? I used to use that function in a capture template to capture Web pages to read later, but after my |
My workflow is exactly that. Maybe I don't capture as many pages as you have and my
"Archival" is a use case I have in mind as well. For example, I'm currently apartment hunting. The webpages for the apartments might be disabled by the owners, making the webpages unavailable, while I'd still like to go over pictures, details and etc. For that use case I've been using monolith from the shell. If I get some free time soon I'll work on an emacs lisp function to archive webpages as attachments to org headings using |
Cool. Tools like Monolith are interesting, but storing all assets base64-encoded into the HTML has some serious drawbacks to me, so I'm sticking with zip/tar archives for now. Thanks for the feedback! |
Thanks for the great library! Did you consider using something like SingleFile ? |
I also want to say thank you for this! It's has been a dramatic change to the way I consume websites. Whenever I see a longish article on the web I read it as an org file to free myself from the distractions of a full browser. I never save the articles as I know I won't read them later, instead I start condensing information by deleting the parts that don't interest me. Finally I review what was left and possibly extract anki cards (via the amazing anki-editor with the content if I think it's something that might be useful in the future. |
That’s a very interesting alternative to copy pasting parts of interest! Start from the whole of thing and keep only what matters : thanks for sharing! |
Thanks.
I think I've seen it before. It appears to be only a browser extension, not something I could use from Emacs. If there were a way to run a shell command that caused SingleFileZ to be used to save a page to an archive, that might be useful. Of course, doing so within a browser (rather than using Wget or archive.today) raises issues of unwanted page content, ads, scripts, etc. |
The README mentions it has a command line tool as well |
Thanks, that's interesting. The setup is a bit much, and it uses Node.js, so I think I'll pass. But it may be useful to others. |
Yes I only suggested it because it does have a CLI which I used with good results. But I understand if you aren’t too keen on the required stack. I also pointed it to the author of org-board who might look into it. |
Thank you for all the effort into this package! I've been following your steps, trying to use org-web-tools from org-capture. So far, I have not been successful. Every time I call any of the functions from org-capture I get a (wrong-number-of-arguments). I've tried to use the %c as a parameter, called using interactive, but so far I haven't managed to get it working. Do you have any org-capture template example available somewhere? Thanks in advance! |
@elsatch Here's one I use: ("cl" "Link to web page" entry
(file+datetree "~/org/cpb.org")
"* %(org-web-tools--org-link-for-url) :website:
%U %?" :clock-in t :clock-resume t :empty-lines 1) |
Thank you so much @alphapapa ! |
Thanks you very much for this package, it very useful for me to convert webset to org. |
Hey @alphapapa,
Thanks a lot for putting your time into this package. It's crazy useful.
org-web-tools-insert-web-page-as-entry
is a staple in my workflow.Feel free to close this. 🙂
The text was updated successfully, but these errors were encountered: