Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Last active September 7, 2018 03:29
Show Gist options
  • Save YumaInaura/0a17ad7823e00b22cd76695429d47726 to your computer and use it in GitHub Desktop.
Save YumaInaura/0a17ad7823e00b22cd76695429d47726 to your computer and use it in GitHub Desktop.
Mac Alfred App — Include clipboard text to snippet text ( Dynamic Placeholders )

Mac Alfred App — Include clipboard text to snippet text ( Dynamic Placeholders )

Thank you Alfred!

I wanted it!

( And I found it today )

Example

{clipboard:n} is expanded to clipboard text in specified number in clipboard history .

Register snippet

Below text as Snippet.

[{clipboard:0}]({clipboard:1})

Umm it just seems complex?

  • [TITLE](URL) is markdown format
  • {clipboard:0} {clipboard:1} is Alfred format

image

Copy URL From Address Bar

image

Copy Title text from Web Page view

image

Select Snippet

Anywhere ( e.g Some web form )

image

Result. Dynamic inputted

image

[Mac Alfred App — Include current clipboard text to snippet text
](https://gist.github.com/YumaInaura/0a17ad7823e00b22cd76695429d47726)

Remember

You can check Alfred syntaxes in registration view anytime.

image

Ref

Dynamic Placeholders - Alfred Help and Support

Versions

  • Alfred v3.3.2
  • Max OS X High Sierra

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment