asterisk www.monkeyfood.com

/Software/Tagging Service

Tagging Service Demo

Example:

Here is some text that you wish to mark-up as HTML - There are four sets of tags we need to add - The emphasis, the anchor link, the image file and the whole paragraph needs to go into a paragraph tag.

Source

So - lets do the emphasis first:
We put a starting token in (em:) that shows the service what kind of tag it will be - and select until the end of the emphasis. Then just invoke the service (via the Command-Shift-\ shortcut or via the services menu).

emphasis before tagging emphasis after tagging

Now we can do the anchor link: We put a starting token in (url:) and select until the end of the URL and invoke the service. If you put a: instead of url: then the selection will become the text of the link, rather than the URL of the link.

URL before tagging URL after tagging

The Image File: Invoke the service. The "alt" tag is left empty for you to add a description.

image before tagging image after tagging

Then we just a paragraph (p:) marker at the start, select the whole para ...and invoke the service.

para before tagging para before tagging

And you're done.

paragraph all tagged