Skip to content

Instantly share code, notes, and snippets.

@bitDealer
Created April 16, 2025 09:36
Show Gist options
  • Save bitDealer/73f3eaee9f0603aa3ffafba916a92acb to your computer and use it in GitHub Desktop.
Save bitDealer/73f3eaee9f0603aa3ffafba916a92acb to your computer and use it in GitHub Desktop.
Zotero Picker for TexStudio with Better BibTex Macro
{
"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