Hi all, i'm quite surprised i can't find a script to automatize the scripting itself. I'm not a pro-coder but i play with html and i would like a script helping me doing something like the following (i'll show some example).
I have this text (in Notepad++ or in the browser)
Code:
http://site.com/this/is/an/example
I would like to highlight it, pressing a hotkey and having something like
Code:
<a href="http://site.com/this/is/an/example" target="_blank">http://site.com/this/is/an/example</a>
or
Code:
<a href="http://site.com/this/is/an/example" target="_blank">CLICK HERE</a>
I *guess* it can be done someway, but i don't have a clue
Any help would be really appreciated, as it could save me a lot of time. Thanks in advance