You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What modifications would you suggest if I wanted to show a bunch of authors in the shortcuts?
Let's say I specify the author last names in a list in the same way that I suggest years. What is the best way to modify zot.py to incorporate such specification in the settings.py?
The text was updated successfully, but these errors were encountered:
Change doc string for shortcut function. Change class Shortcut.getBibItems(), add clause for self.crit=='author', similar to 'type' or 'collection', to retrieve all unique author names (maybe shorten to last names). Maybe that'll do the job. I'd gladly consider a merge request for that feature.
What modifications would you suggest if I wanted to show a bunch of authors in the shortcuts?
Let's say I specify the author last names in a list in the same way that I suggest years. What is the best way to modify zot.py to incorporate such specification in the settings.py?
The text was updated successfully, but these errors were encountered: