Jump to content

Buchholdt

Member
  • Posts

    12
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Buchholdt

  1. Thanks for this great tool, I just found it, and can see that this will be a crucial part of my daily workflow.

     

    I do have one question I hope you can help me solve.

    As I use the Todo app Things 3 I can't paste in the copied link as it only shows me the the plain text without the links like "Charlies Wishlist (iOS)". This is a limitation to Things 3.

     

    Is it possible to just copy the dedicated link without any changes e.g. "notes://showNote?identifier=2B67363B-617E-4771-9D00-36A3C0DC5B0E"?

     

    I guess one issue would be having both the Mac and iOS links, but for me I could go with just having the Mac link.

    Could this be solved with e.g. holding 2 modifyer keys down when interacting with Alfread?

     

    If you have any suggestions it would really help me.

    Thanks again for the great work you have done 🙂

  2. Hi guys,
    I would love to be able to search for a Things 3 tasks through Alfred.

     

    I guess a good and somewhat easy way would be to "just" insert the search phrase into the search field:

    1961916772_CleanShot2023-02-06at12_34_14.png.46b21b9b4f0f2f7cf4e3d322a2e9194a.png

     

    I can do something like this myself for web applications but I'm not skilled enough to do this for a dedicated Mac Desktop app.
    Do any of you know how to create a workflow that does that?

    Thanks

  3. Hi again,

    I manage to understand it now, and I happy too tell that the app now works for me.

     

    And regarding the coding, I will give Python a go, as I have read some good things about this as well. And this way I will stay clear of the "lunatics" 🙂

     

    Thank you very much for the help, I really appreciate it. I have just send some beer money money your way, I hope it buys you a cold one.

     

     

  4. I found that I could also change the "$pythonDir" in the file "/bin"bash" files:522425546_Screenshot28_11.2021-09_21.png.f4c4fa7a8ebb8d7eb7029d34ad59db70.png

     

    But it did not quite get me there. 

     

    Looking more into the files, I wounder if I kan insert the API directly into the "/usr/bin/osascript" as either the "API_KEY" or "{query}":

     

    set bundleID to (system attribute "alfred_workflow_bundleid")

    tell application id "com.runningwithcrayons.Alfred"
        set configuration "API_KEY" to value "{query}" in workflow bundleID
    end tell

     

    Can you tell if this code is like fx. javascript?

    As you mention, there will probably be more need for some basic code knowledge in the future. I have for some time thought about learning a language, to get a better understanding, and it seems like Javascript is quite popular, and if I can use it here in Alfred, it might be the language for me to try out.

     

  5. On 11/26/2021 at 3:25 PM, deanishe said:

     

    There are two scripts that need editing.

     

    Remove your API key from your post.

    Thanks again.
    If you have the time, can you clarify a bit more about the 2 scrips I need to edit?

     

    Also, I did change som characters in the API, so no issue there.

     

    Also, just another question.
    I'm Used to use Alfred some years ago, before having to with to a PC (work), and now I'm very happy to be back again. I don't remember that I needed so much knowledge to activate a Alfred app. Has the apps become much more complex, or does this seem to be 1/100 times were you need to do a bit more work?

  6. Thanks again, it's really appreciated.

    I have done the changes and its like I'm almost there, once I paste the API I get the following:

     

    [14:03:43.668] TinyPNG[Script Filter] Queuing argument ''
    [14:03:43.725] TinyPNG[Script Filter] Script with argv '(null)' finished
    [14:03:43.727] TinyPNG[Script Filter] {"items": [{"title": "Set API key to ...", "subtitle": "Set API key to ...", "valid": false}, {"title": "Get a new API key", "subtitle": "Open https://tinypng.com/developers to get a new API key", "arg": "WEBSITE", "valid": true}]}
    [14:03:45.479] TinyPNG[Script Filter] Queuing argument 'GF4qGlzLMPr0fnV1mF9hDfxq9GH8f9rZ'
    [14:03:45.535] TinyPNG[Script Filter] Script with argv '(null)' finished
    [14:03:45.538] TinyPNG[Script Filter] {"items": [{"title": "Set API key to \"GF4qGlzLMPr0fnV1mF9hDfxq9GH8f9rZ\"", "subtitle": "Set API key to \"GF4qGlzLMPr0fnV1mF9hDfxq9GH8f9rZ\"", "arg": "GF4qGlzLMPr0fnV1mF9hDfxq9GH8f9rZ", "valid": true}]}
    [14:03:46.638] TinyPNG[Script Filter] Processing complete
    [14:03:46.640] TinyPNG[Script Filter] Passing output 'GF4qGlzLMPr0fnV1mF9hDfxq9GH8f9rZ' to Conditional
    [14:03:46.641] TinyPNG[Conditional] Processing complete
    [14:03:46.641] TinyPNG[Conditional] Passing output 'GF4qGlzLMPr0fnV1mF9hDfxq9GH8f9rZ' to Run Script
    [14:03:46.642] TinyPNG[Conditional] Passing output 'GF4qGlzLMPr0fnV1mF9hDfxq9GH8f9rZ' to Post Notification
    [14:03:46.652] ERROR: TinyPNG[Run Script] /bin/bash: : command not found
    [14:03:46.654] TinyPNG[Run Script] Processing complete
    [14:03:46.655] TinyPNG[Run Script] Passing output '' to Conditional
    [14:03:46.655] TinyPNG[Conditional] Processing complete
    [14:03:46.656] TinyPNG[Conditional] Passing output '' to Run Script
    [14:03:46.656] TinyPNG[Conditional] Passing output '' to Post Notification

     

    So it's like the API has not been accepted.

     

  7. Hi guys,

    This seems like at great plugin.
    I'm having a problem setting it up, as I can't figure out how to insert my Tinypng api. 

    When I try to do it, I end up with a google search.

     

    Can you give me some pointers on how to insert the api?

     

    Best regards,

×
×
  • Create New...