glouvel
About
- Username
- glouvel
- Joined
- Roles
- Member
Comments
-
Hi @gwyn-hopkins, nice update! Just had to use it, and learned a little on how to debug a Libreoffice macro! I had to tweak it because some citations caused it to crash: found_range is None when the search text is not found so this causes an Attri…
-
Hey @gwyn-hopkins, here is a 2024 update: The line from ast import literal_eval as to_dict should be replaced by: from json import loads as to_dict because the "reference marks" are in json format, which causes the original macro to fail on …
-
Thanks for the great work, gwyn-hopkins! This feature should really be part of Zotero itself. Because the video was not useful at all, here is how install this macro (LibreOffice version 7.3): 1. On Ubuntu, an extra package should be installed to …
-
I also think that a tool to fix metadata would be greatly useful (either in Zotero, or standalone). People who store PDFs in systems that make use of it need it, because articles are very often badly annotated. Mentioned example : an e-reader like K…
-
Hello, I also made a standalone script that : 1. searches for an item in your local zotero database (search by DOI or author, year) 2. update metadata of a pdf of your choice. I'm not a regular SQLite user, so the trickiest was to figure out how t…