I noticed one small problem: i would like to add the citekey to each entry:

```
[ref]: Doe, John "Title"
       https://somegroups.md
```

the format is not really important to me. I care most about citekey and url. What i have now:

```
Doe, John "Title"
https://somegroups.md
```

Can this be achieved with a citation style? There are sooo many i didn't find any with citekeys. Alternatively, it would already be helpful to know in which order citations are listed.



On 18/11/2020 19:59, King John Unn wrote:
There are quite some solutions to choose from. `nocite` is awesome. It's beginner friendly and i could solve my problem. Didn't even have to mess with templates or filters :)

thank you for all your help.
On Wednesday, November 18, 2020 at 1:19:01 PM UTC the.so...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
Hi,
I too recently went through the process of creating a document with a list of all my publications. 

Here's the command I used:
``
$ pandoc -d bib-defaults.yaml
```

And here's the content of the bib-defaults.yaml file:
https://gist.github.com/the-solipsist/8fcab57c2d7771ef3758f927ec79ae34

And here's the publications.md file that I used as the input:
```
---
nocite: '@*'
...

# Books, book chapters & reports

:::{#refs_book}
:::

# Journal articles & conference papers

:::{#refs_journal}
:::

# Op-eds & press articles

:::{#refs_press}
:::
```

I hope that helps.
On Wednesday, 18 November, 2020 at 5:37:34 pm UTC+5:30 King John Unn wrote:

hello community,

I am a new user to pandoc. I am trying to generate the bibliography for a document. My template looks like this:

```
$body$
```

This allows me to create a plain text document from markdown without header, title, toc, etc.

```
body text with references...

References

reference 1
...
reference n
```

I want to remove the body, too and only stick with:

```
References

reference 1
...
reference n
```
```

Is it possible to generate the reference only? If possible i would like to further modify the format of references, too.
--
You received this message because you are subscribed to a topic in the Google Groups "pandoc-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pandoc-discuss/pbT4p_13Kt0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh4Ykp1iOSErHA@public.gmane.orgm.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/d3fd4aa4-cfe2-4d7f-be3d-f844dfd676aan%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/3881d8c8-1c42-d10a-ec51-c209d989579a%40gmail.com.