pandoc-ext / section-bibliographies

Filter to create a separate bibliography for each section or chapter
MIT License
43 stars 4 forks source link

Feature: handle nocite #10

Open jdutant opened 1 year ago

jdutant commented 1 year ago

As mentioned in https://github.com/pandoc-ext/section-bibliographies/issues/6#issuecomment-14752948936#issuecomment-1475294893 the filter ignores the metadata field nocite. (And suppress-bibliography?)

I can see two valid uses of the metadata nocite:

A related issue is whether the filter should provide section-level nocites and how. One solution would be to use special Divs. (Tricky case: a nocite div is present at the top of a section level 1, but the filter is run asking for bibliographies at section level 2.)