kmlawson
About
- Username
- kmlawson
- Joined
- Roles
- Member
Comments
-
I remember seeing this in older versions of Zotero. I don't see it in the Zotero 7 beta (OSX): is this perhaps moved elsewhere or not yet implemented in the beta?
-
Ok, I think I’m a bit tired now. You failed to understand the problem, you never provided an actual solution inside this thread (which I have, hack though it is), and you forward people to massive pages that don’t actually include the concrete solut…
-
Hi @emilianoeheyns, Thanks, glad you understood what was going on. I wish you luck in your debugging! Here is CSL JSON example: https://pastebin.com/UMVL9SYs Here is BetterBitTeX JSON example: https://pastebin.com/V1dG3nku That includes tags (…
-
No critique of the wonderful BBT at all! I have a script which was created by someone else: it worked with a hack of CSL JSON in 2021, but doesn’t work with BBT export. I updated the hack to work with newer 2023 Zotero. I posted update here to help …
-
Thanks! I think I'll stick with this hack for the time being. BBT export uses different names for fields and handles dates in the JSON different, so using that would mean I would have to go and tweak the bookie script as well. Fortunately, this is n…
-
Hello everyone. Back in 2021, this forum posting was extremely useful to me as I was looking for a way to get JSON export with tags. I was able to do this with a modification of the CSL JSON.js translator, using some combination of the suggestions a…
-
Thanks again!
-
Thanks so much for all these suggestions and the python script. It looks like that scripts works nicely, producing a list of citations, which I assume can be used to create a bibliography (but this adds a step - my script above doesn't require it). …
-
of the pastebin JSON? It is is a single collection in my (standalone) zotero app, which I have right-clicked and chosen "export collection" then chosen Better CSL Json export.
-
Sure, here is a "Better CSL JSON" export of a small sample collection of 22 books and articles: https://pastebin.com/KRWthHFL Here is a test command on that file which produces the JSON parse error: pandoc export-test.json --citeproc -t plain -o …
-
Thanks so much for your reply @emilianoeheyns. I'm sure I can get a wee script together to convert an exported collection of formated citations from, say a collection of markdown files into a one large markdown file with subsections. I have lost an …
-
Dear @adamsmith and @emilianoeheyns, Thank you kindly both for your replies. I haven't used pandoc with bibtext before, but see it in the docs. When you say "BBT auto-export" do you mean an "auto-export" using the "zotero-better-bibtex" add-on? I…
-
I have completely rewritten this script, now using the Zotero server API. Much slower but the old script kept breaking as Zotero upgraded. https://github.com/kmlawson/ZotDevon
-
Hello Peter, I have rewritten an old Zotero->Devonthink import script. You can find it on github here with a description of what it does and what its limitations are. Bug reports and improvements welcome: https://github.com/kmlawson/ZotDevon
-
Hello everyone, I updated this script to 1.6 to support logging of all groups and files created. The script is available at the link provided above.
-
I have created a script that will import (sync) entries from Zotero into DEVONthink. It recreates the hierarchy of Zotero in a chosen group in DEVONthink, then gives each source a group, and inside that group a main rtf note file. It also copies ove…
-
I have made some major changes/improvements to the script, which now recreates the entire hierarchy that you have in Zotero. Again read more here: http://muninn.net/blog/2010/09/zotero-and-devonthink.html I didn't resolve those problems w…
-
Yes, looks like they are indeed technically folders, though they function otherwise as files, containing a "contents.xml" file that is the body of the notes. I guess that means no go eh? That is unfortunate...