Jump to content

Pasela

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Pasela

  1. Thank you for your quick response and nice workflow!

     

    As a matter of fact, I have created such a workflow.
    However, I would like to use lowercase UUID in many other snippets as well.
    So instead of creating a lot of workflows, I want to do that with the snippets-only feature.

    And I use snippet viewer's hotkey apart from general Alfred hotkey.


    It would be nice to have custom dynamic placeholder such as "{script:user_custom_script}" in the next major version 😃

  2. Thank you for your advice.

     

    It seems that Snippet Trigger needs to be enabled Auto Expansion option.
    I don't want to enable the option. I want to select snippets manually.

     

    This is a snippet I'd like to create.

    {
      "id": "{random:UUID.lowercase}",  <- I want to use lowercase modifier here.
      "name": "New Item"
    }


     

     

    image.thumb.png.bc3fa6e674997a9b2ccf2abad1bc4cd5.png

  3. I want to use lowercase UUID in snippets.

    such as following placeholders format:

     

    • "{random:UUID.lowercase}"   ...transform modifiers
    • "{random:uuid}"             ...lowercase variation name

     

    I know that UUIDs are not case-sensitive. I also know that there are workflows that can achieve this.
    I want to use lowercase for consistency and just want to use it in snippets.
     

×
×
  • Create New...