Created
April 16, 2025 09:36
-
-
Save bitDealer/73f3eaee9f0603aa3ffafba916a92acb to your computer and use it in GitHub Desktop.
Zotero Picker for TexStudio with Better BibTex Macro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"abbrev": "", | |
"description": [ | |
"\t\t" | |
], | |
"formatVersion": 2, | |
"menu": "", | |
"name": "Zotero Picker", | |
"shortcut": "Ctrl+M, Ctrl+P", | |
"tag": [ | |
"var url = \"http://127.0.0.1:23119/better-bibtex/cayw??format=biblatex&command=autocite&minimize=true\"", | |
"var res = system(\"curl -s \" + url)", | |
"res.standardOutputRead.connect( function(output) {", | |
" editor.write(output);", | |
"});", | |
"res.waitForFinished();", | |
"" | |
], | |
"trigger": "", | |
"type": "Script" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment