Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use exclusively date field instead of both date and year #19

Open
Carlos-M-D opened this issue Feb 25, 2023 · 0 comments
Open

Use exclusively date field instead of both date and year #19

Carlos-M-D opened this issue Feb 25, 2023 · 0 comments

Comments

@Carlos-M-D
Copy link

Hi,

Thank you for creating this useful app. I noticed that it currently uses both date and year fields for managing literature entries. However, according to the biblatex documentation, it is better to exclusively use the date field instead of year:

The year of publication. This field is a literal field only when given explicitly in the data (for plain BibTeX compatibility for example). It is however better to use the date field as this is compatible with plain years too and supports many more features (p. 27).

If there is no date field in an entry, biblatex will also consider the fields year and month for backwards compatibility with traditional BibTeX but this is not encouraged as explicit year and month are not parsed for date meta-information markers or times and are used as-is (p. 40).

Using both date and year fields may cause parsing issues in some literature managing environments such as Emacs' bib mode. Therefore, I suggest using exclusively the date field for managing literature entries.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant