zot_bib_web icon indicating copy to clipboard operation
zot_bib_web copied to clipboard

Group by author names (shortcuts)

Open ashudeep opened this issue 6 years ago • 2 comments

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?

ashudeep avatar May 07 '18 20:05 ashudeep

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.

davidswelt avatar Jun 08 '18 19:06 davidswelt

Any updates?

davidswelt avatar Oct 10 '19 07:10 davidswelt