Siri Shortcuts - Episode 9
Shortcut Name: Micro.linker
Revision: 1.0
Add to Shortcuts!
What does it do?
Browse to a URL and use this Shortcut from the share sheet. It will allow you to creat a markdown link with your own title and post it to micro.blog as one of three things:
- Share Link: Post md link with leading ‘link’ Tagmoji (🔗).
- Review Link: Post md link and allows you to choose between 1-5 ⭐️.
- Comment on link: Post md link with leading comment text.
How does it work?
- Use the share sheet to send the URL of the current webpage to the Shortcut.
- Set URL to variable
clipboard
. - Create new text string with text variables
%title%
&%link%
. - Ask for input for Link Title, and replace
%title%
. - Replace
%link%
withclipboard
. - Set newly created md link to variable
md_link
. - Choose from menu the post type to create:
- Share: Place link Tagmoji in front of
md_link
. - Review: Let user choose number of stars, place review star(s) Tagmoji in front of
md_link
. - Comment: Place comment in front of
md_link
.
- Share: Place link Tagmoji in front of
- Set final output to
post_output
and post to Micro.blog.
Example
“Source Code”
Check out all the Shortcuts on Github