Jump to content

Recommended Posts

Posted (edited)

Here's a 60 line script I wrote in about 2 hours. I find it useful and I hope others will.

The program replaces any text selected with the HTML tag you specify when you hit Ctrl+` (the little ` is usually on the same key as ~).

I found it useful because it works with anything that lets you edit plain text.

Here are the predefined tags (note that you can make your own):

<b>#_sel#</b>

<br>

<p>#_sel#</p>

<strong>#_sel#</strong>

<a href="#@Enter URL#">#_sel#</a>

<tr>#_sel#</tr>

<td>#_sel#</td>

<img src="#@Image adress#" alt="#@Alt#">

#_sel# Pastes the selected text

#@Question goes here# Replaces the selected text with what you input

Experiment and feel free to comment!

tagmaster.au3

Edited by madflame991

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...