roberto.franceschini
About
- Username
- roberto.franceschini
- Joined
- Roles
- Member
Comments
-
So, if I understand correctly adding an item to a collection makes the collection not change, but makes the item change. This potentially creates an unwanted side effect in my workaround because adding an item to any collection will cause all the co…
-
@dsillmann thanks for the explanations. If "collections" are not modified when a items are added, what is modified then? something needs to be modified... Anyhow, I hope you see the point. Collections works sort of the same function as a folder does…
-
Maybe now with the beta of version 7 is a good moment to attack this little change?
-
Checked also inspirehep.net Thanks a lot!
-
The sqlite database does track the last change of the collection. And the items must be somehow sorted in the current interface (they do not appear alphabeticaly by magic!). So I am asking if this is a difficult feature to implement...
-
Yes, I need to sort the tags shown in the selector, including tags shown after some search. Are you saying that is not possible? Is the underlying info just not available or it is something else?
-
I now understand better your point. CDS entries several serchable IDs such arXiv number, DOI, and other IDs. For most of these there are better sources, but when it comes to CERN internal notes and stuff like that CDS is the only source. An interna…
-
I think I disagree on Inspires not having unique IDs. As a matter of fact I have python scripts (for BibDesk) that import from Inspires and CDS. Here is the doc https://github.com/inspirehep/rest-api-doc and one example of document retrieval in JSON…
-
With zotfile I can do a decent autofilename job. { %N | %e | %o | %j | %r } - {%a} - {%y} - {%T} where the custom wildcards are defined as follows seems to do a decent job { "N": { "field": "url", "operations": [ …
-
Thanks for the many suggestions. https://github.com/wshanks/lyz works, thanks for pointing it out. I am exploring the rest of the plugins ...
-
Yes, maybe I underestimate the import/export Zotero features. bibtex+BibDesk has been serving well for over 10y, you see why I do not want to drop it. At the same time the taggin feature of BibDesk are really becoming an issue because it is all too…