0

I'm trying to do this very simple Applescript for text manipulation.

enter image description here

It runs from the service menu, in some applications. Questions:

  1. What's wrong with my script?
  2. Sometimes it shows up in the services menu and sometimes it doesn't. Any advice on this?

My goal is to do this with pure Applescript, but this first step is the hard one.

1 Answers1

1

The input type is set to text, so the service is only available when there's a text selection. Try changing it to no input (and reopening applications).

Lri
  • 42,502
  • 8
  • 126
  • 159