alfred4-workflow
Here are 50 public repositories matching this topic...
-
Updated
May 21, 2020 - Python
When calling wf.NewItem(title)
, the Item struct omits the Valid
property in the Alfred JSON feedback with a value of false
, which is really unfortunate because:
- In the example above, we did not specify a validity setting - if we had wanted one, a call to
wf.NewItem(title).Valid(false)
would be the way to accomplish this - When you don't specify
valid: false
in Alfred's item JSON,
-
Updated
Sep 6, 2019 - Python
the open issues are mostly related to the markdown citation.
It seems that ZotHero get citation/bibliography from cpjs.
but Zotero also has a build in function called "Quick Copy", it contains "Export" formats and the "Citation Style" formats.
the "Export" formats contains more such like BetterBibTex citation key, json, csv and so on. which is more
-
Updated
May 21, 2020 - Python
-
Updated
Aug 30, 2019 - JavaScript
Add description of how the workflow and extension work to docs.
-
Updated
Jan 7, 2020
-
Updated
Dec 12, 2019 - Python
-
Updated
Aug 6, 2019 - Python
-
Updated
Oct 17, 2019 - JavaScript
-
Updated
Jun 18, 2019
-
Updated
Aug 23, 2019 - AppleScript
-
Updated
May 7, 2020 - Python
-
Updated
May 17, 2020
-
Updated
Nov 25, 2019 - Shell
-
Updated
Oct 19, 2019
-
Updated
Jan 12, 2020 - Go
-
Updated
May 27, 2019 - Go
-
Updated
Dec 22, 2019 - Python
-
Updated
Nov 10, 2019 - Python
-
Updated
Jul 6, 2019 - Go
-
Updated
Oct 19, 2019
-
Updated
May 21, 2020 - JavaScript
-
Updated
Jul 12, 2019 - TypeScript
-
Updated
Aug 6, 2019 - JavaScript
-
Updated
Apr 11, 2020 - Go
Improve this page
Add a description, image, and links to the alfred4-workflow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the alfred4-workflow topic, visit your repo's landing page and select "manage topics."
As I was following the tutorials, I discovered that they Keywords screen has changed. Now there are two options for input: "with input as argv", "with input as {query}". The option "with input as argv" is selected by default.
Tutorial is written using "with input as {query}", so initially it doesn't match on the screen. There is no option to choose the Escaping options in the "with input as arg