• 0

Quickly add a bunch of links


Question

I'm trying to fix a whole bunch of bookmarks (several hundred) into a website. I like to do this rather than have browsers manage them. I've been able to strip all the crap the browsers add to the tags (e.g. date visited site, etc).

My links are all basically in the form of:

http://www.website.com

What I'd like to quickly accomplish is do the full url tag:

<a href=" ...... "> some website <a/>

The start is easy since most text editors all to insert strings at the beginning of lines and end of lines (or is somewhat easily done by me with Regular Expressions). What I'd like to do is use the somewebsite from the address www.somewebsite.com and insert it between the > somewebsite </a>.

Anytoughts? I can't seem to find a program to do it automatically.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.