Jump to content

Stephen_C

Community Hero
  • Posts

    1,376
  • Joined

  • Last visited

  • Days Won

    67

Posts posted by Stephen_C

  1. I am the author of this workflow and the forum link is here. This is the link to the Github main page for the workflow.

    The workflow has no dependencies. It is used as a Universal Action on selected text:
    1759963498_Screenshot2022-10-14at09_24_19.thumb.png.9a3bb4dc58b5b32e1b255c7f0e9c6cfa.png

    The workflow converts double spaces after a word to a single space and a double space after certain (user configurable) characters to a single space. For example (and by default) double spaces after full stops (periods), question marks and exclamation marks are converted to single spaces. The amended text is optionally copied to the clipboard.

     

    Note: version 1.1 dispenses with the environment variables used in version 1.0 and incorporates those variables within the workflow.

    Stephen

  2. I am the author of this workflow and the forum link is here. This is the link to the Github main page for the workflow.

     

    The workflow has no dependencies. It may be used either as a Universal Action on selected text:

     

    2018298971_Screenshot2022-10-13at11_08_25.thumb.png.f1be14fcde6ad8b7650ab357a2884eb8.png

    or, with a user configurable keyword, on text already on the clipboard:

     

    1915701921_Screenshot2022-10-13at11_08_46.thumb.png.eaa1c24a649bc1e900ea99ecd7ada2c2.png

    The amended text is copied to the clipboard and may optionally be saved to a temporary file (in a user configurable location).

     

    Stephen

  3. OK, that's helpful thanks: don't give up, we're making progress! All that means is that you have not given Alfred the right to look in the place where the file is located. Now we need to work out why. It would help if you could:

    • Confirm where on your computer this Numbers spreadsheet is filed (i.e., the full path of the folder).
    • Post a screenshot  of your Default Results screen in Alfred Preferences.

    To do the latter open Alfred Preferences, click on Features in the left sidebar, highlight Default Results in the second column, take a screen shot of the Default Results screen and post it here.

     

    Stephen

  4. I am the author of this workflow and the forum thread is here. This is the Github main page for the workflow.

     

    The workflow uses two small pieces of AppleScript and there are no other dependencies.

    790543067_Screenshot2022-10-12at15_54_02.thumb.png.a11e7588714ed2bca841119cca5d1f72.png

    The workflow's user configuration enables the user to choose between European date format (dd/mm/yyyy—the default) or US date format (mm/dd/yyyy).

     

    Stephen

  5. Yes, you have shown how it is failing but what you need to do is exactly what I outlined in my previous two posts:

    • Go to this page. You're going to follow the troubleshooting instructions.
    • Open Alfred Preferences and from the sidebar choose Help. Click on Troubleshooting and then under File Search troubleshooting click on Run troubleshooting….
    • You are going to drop into the relevant window your mycoffee file and then, when the troubleshooting ends, we need to see a screen shot of the results of the troubleshooting.

    Stephen

  6. Can you provide a simple, specific example of such a workflow? (I ask because I have a number of worklfows that tigger notifications and all those work as expected so it's not a general problem with Alfred.) If you can do that it will make it easier for others to try to check what is happening with your workflows. Do you see any useful information if you run the debugger on your workflow(s)?

     

    Stephen

     

     

  7. If you go to the first page to which I linked could you please follow the initial instructions to Run Troubleshooting within Alfred and then drop in the file which you're failing to find within Alfred. Then, if you're able, just take a screen shot of all of the results and post it here. That will enable someone here to help you.

     

    Stephen

  8. Although this is not the complete answer to your problem I think it can be done because I've done something similar. In effect what you need to do is to save both the number and the message as separate variables in the workflow (just use a keyword action for the message without any keyword) and then pass to Messages a URL like imessage://{var:recipient}&body={var:theMessage}.

     

    Stephen

  9. You could take a look at my workflow that resulted from the original question in this thread (Find and replace in clipboard text). However, be warned that was designed to work with simple text so I strongly suspect it's not going to work with Word files without significant modification. (As I—mercifully—stopped using Word many years ago I'm afraid I can't investigate that further.) The workflow will show the basic building blocks of what you wish to do.

     

    Stephen

  10. I'm not sure I quite understand your question (sorry if I'm being obtuse!). Do you mean:

    • you want to expand a particular snippet using a hot key rather than the snippet's abbreviation? If so, why?
    • something else? If so, what?

    Again, apologies if I'm missing something obvious!

     

    Stephen

×
×
  • Create New...