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

[Feature] Add number of type of reference to bibliography sidebar tab #30

Open
kookma opened this issue Jun 7, 2022 · 1 comment
Open

Comments

@kookma
Copy link
Owner

kookma commented Jun 7, 2022

Show info button

show number of refs
show number of refs per type (e.g.book: 10, article:15, thesis:4, ...)

@kookma
Copy link
Owner Author

kookma commented Jun 7, 2022

For example use this code

* total:      <$count filter="[has[bibtex-entry-type]]"/>
* article:    <$count filter="[bibtex-entry-type[article]]"/>
* book:       <$count filter="[bibtex-entry-type[book]]"/>
* conference paper: <$count filter="[bibtex-entry-type[inproceedings]]"/>
* in collection:         <$count filter="[bibtex-entry-type[incollection]]"/>
* phd thesis:            <$count filter="[bibtex-entry-type[phdthesis]]"/>
* masters thesis:      <$count filter="[bibtex-entry-type[mastersthesis]]"/>
* unpublished:        <$count filter="[bibtex-entry-type[unpublished]]"/>
* misc:                     <$count filter="[bibtex-entry-type[misc]]"/>


<$list filter="[each[bibtex-entry-type]get[bibtex-entry-type]]">

</$list>

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