Quickly access sites that you search frequently by adding templates inside Launchlet. We define a Subject that can be acted upon in Pipe mode.
Tutorial
time | section |
---|---|
00:00 | Intro |
00:13 | Demo |
02:17 | Finished Recipe |
02:40 | Wiktionary |
08:31 | Lyrics Translate |
09:38 | GitHub |
10:30 | Your local public library |
Recipe
- Name
- Wiktionary
- Callback
return 'https://en.wiktionary.org/wiki/Special:Search?search=lchsearchtoken&go=Go&ns0=1';
- Output Type
- ServiceSearchURLTemplate
- Name
- Lyrics Translate
- Callback
return 'https://lyricstranslate.com/en/site-search?query=LCHSearchToken&op=Search';
- Output Type
- ServiceSearchURLTemplate
- Name
- Toronto Public Library
- Callback
return 'https://www.torontopubliclibrary.ca/search.jsp?Ntt=lchsearchtoken';
- Output Type
- ServiceSearchURLTemplate
Part of Cooking with Launchlet.