topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 3:57 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: creating HTML lists from URLs in clipboard  (Read 22101 times)

Ace_NoOne

  • Participant
  • Joined in 2005
  • *
  • default avatar
  • Posts: 9
    • View Profile
    • Donate to Member
IDEA: creating HTML lists from URLs in clipboard
« on: December 14, 2005, 05:43 AM »
Hello there,

I guess many people know this problem: You often stumble across articles online which you don't have time to read immediately (e.g. when checking your RSS feeds at work).
So I came up with the idea to have a tiny program that scans the clipboard for URLs and then assembles them in a simple HTML file. So whenever you come across such an article (or anything else of interest), you just copy the URL to the clipboard and it will be added to your toRead.html.

In fact, a friend had already written such a program for me (in C/C++), but it's got some flaws (e.g. not recognizing FTP links) and missing features (e.g. no way to delete an entry without manually re-creating the whole list).
I've also tried to create such a program myself using AutoHotkey, but I guess I'm not gifted enough to finish it...

However, if you decide to take on this idea, I could provide you with the source codes of both these attempts.
In that case, I could also give you with a list of features to consider.

Comments are appreciated!

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,901
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: IDEA: creating HTML lists from URLs in clipboard
« Reply #1 on: December 14, 2005, 08:55 AM »
very nice idea; i think i will add something like this to our "Clipboard Help and Spell" program on this site.

skrommel

  • Fastest code in the west
  • Developer
  • Joined in 2005
  • ***
  • Posts: 933
    • View Profile
    • 1 Hour Software by skrommel
    • Donate to Member
Re: IDEA: creating HTML lists from URLs in clipboard
« Reply #2 on: December 14, 2005, 04:04 PM »
 :) I don't know what you guys have against Favorites, but try this one.

UrlHistory - Watches the clipboard for web addresses and saves them with a comment.

Features:
- Doubleclick the tray icon to add an url manually.



You'll find the downloads and more info at Skrommel Software.

The biggest problem is identifying an url. This version checks for www, http and ftp, so anything else must be added manually. If any of you have a more generic way, please let me know.

Skrommel

Ace_NoOne

  • Participant
  • Joined in 2005
  • *
  • default avatar
  • Posts: 9
    • View Profile
    • Donate to Member
Re: IDEA: creating HTML lists from URLs in clipboard
« Reply #3 on: December 16, 2005, 05:50 AM »
*phew* I was concerned that I might be the only person on this planet who could use this kinda program - so I'm glad the idea was picked up...
And I'd never have expected that you'd come up with a solution right away - so thanks a lot for that!! I'll try it out as soon as I get home today!

As for the reason why I'm not using favorites: That would be far too complicated (too many clicks necessary) - especially since it's all just temporary links.

UPDATE: first impression
I just took a quick look at UrlHistory, and it works real smooth!
The HTML-site it creates is missing any tags though, so it doesn't create proper hyperlinks.
I could take a look at the code and fix this though, if I'm allowed to... !?
(more details to follow)


PS: Is there a way to download all the linked articles at once so you can easily transfer them to another computer and read them offline? I've tried using HTTrack for this, but that doesn't seem to work...
« Last Edit: December 16, 2005, 06:14 AM by Ace_NoOne »

skrommel

  • Fastest code in the west
  • Developer
  • Joined in 2005
  • ***
  • Posts: 933
    • View Profile
    • 1 Hour Software by skrommel
    • Donate to Member
Re: IDEA: creating HTML lists from URLs in clipboard
« Reply #4 on: December 16, 2005, 06:13 AM »
 :) Again, Internet Explorer has a save function, and it can even save to a single file:
File - Save as...  and choose the single file format *.mht.

Skrommel

Ace_NoOne

  • Participant
  • Joined in 2005
  • *
  • default avatar
  • Posts: 9
    • View Profile
    • Donate to Member
Re: IDEA: creating HTML lists from URLs in clipboard
« Reply #5 on: December 16, 2005, 06:14 AM »
Yeah, sure, but it only saves the CURRENT page, not the linked one(s). (plus: Who uses IE anyway?! )

btw: I hope you've noticed that I've been editing my reply up there while you were posting...
« Last Edit: December 16, 2005, 07:08 AM by Ace_NoOne »

smaragdus

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 54
    • View Profile
    • Donate to Member
Re: IDEA: creating HTML lists from URLs in clipboard
« Reply #6 on: May 28, 2018, 06:52 PM »
I use UrlHistory with this setting:

comment=0

yet I am getting prompt "Please enter comment for", screen:



I would like an option for saving URLs silently, without any prompts.

publicdomain

  • Honorary Member
  • Joined in 2019
  • **
  • Posts: 736
  • Call me Vic!
    • View Profile
    • Donate to Member
Re: IDEA: creating HTML lists from URLs in clipboard
« Reply #7 on: June 16, 2020, 09:37 AM »
Hi there guys! New release! :Thmbsup:

ClipboardUrlSaver_v1-0-0.png

Info + download page: Clipboard URL Saver v0.1.0

Enjoy!
Vic
My name's Victor but do feel free to call me Vic! (now known as "paradisusvic")

❤️ Support on Patreon @ www.patreon.com/paradisusis
New Email/Paypal: paradisusvicgmail.com
« Last Edit: June 16, 2020, 10:08 AM by publicdomain »