ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Looking for a linkification tool

(1/3) > >>

eleman:
Here is my problem:

I need to paste tons and tons of URLs into html files, and make them links as well.

In other words, I have addresses like this:

--- ---http://url1
http://url2
http://url3

and so on...

I need to make them look like this:


--- ---<a href="http://url1">http://url1</a><br>
<a href="http://url2">http://url2</a><br>
<a href="http://url3">http://url3</a><br>

Can you think of a solution? I currently use a combination of excel and notepad, but I feel there must be a better way.

skwire:
Here you go:  Linkifier

Looking for a linkification tool

eleman:
Here you go:  Linkifier
-skwire (April 13, 2011, 08:09 AM)
--- End quote ---

Are you the greatest or what?

Thanks a zillion.

ewemoa:
If you ever need to do something more customized...Macros in Notepad++, Emacs, etc. might be worth checking out:

Notepad++ Macros:

  http://npp-community.tuxfamily.org/documentation/notepad-user-manual/macros
  http://www.rarst.net/software/notepadpp-macro-for-repetitive/

Emacs Keyboard Macros:

  http://www.emacswiki.org/emacs/KeyboardMacros

Ath:
Here you go:
-skwire (April 13, 2011, 08:09 AM)
--- End quote ---
Oh, it's him again :D :D

Or maybe Excel2HTML could help here (but it could need a small functional change)?

Navigation

[0] Message Index

[#] Next page

Go to full version