Skip to content

add support for only, order, order_by, etc. from bib2tpl #2

@hv15

Description

@hv15

We currently do not support the following EXTRA options from bib2tpl:

  • group => (none|year|firstauthor|entrytype|$field)
    • is replaced with groupby key which can be (none|year|author|title)
  • order_groups => (asc|desc)
    • is not available within bibtexbrowser, use order instead
  • sort_by => (DATE|$field)
  • order => (asc|desc)
  • lang => any string $s as long as proper lang/$s.php exists

without these, filter and sorting is not possible.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions