You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2025. It is now read-only.
First of all, thank you for creating and maintaining this incredibly useful plugin for MkDocs. It's been a great help for managing citations in my projects.
I'm writing to inquire about the possibility of supporting an "author-in-text" citation style, often referred to as author-date or APA style (e.g., from @smith2025 found that bla to Smith et. al. (2025) found that bla).1
I've been looking through the source code and the documentation, and from what I can see, the currently supported styles for bib are inline (e.g., (Smith et. al., 2025)) and footnote. I couldn't find an option to generate author-in-text citations directly.
Is this feature something that is already available and I might have missed, or is it something that could be considered for a future release? Being able to cite directly with the author's name in the text would be a fantastic addition.
Hi,
First of all, thank you for creating and maintaining this incredibly useful plugin for MkDocs. It's been a great help for managing citations in my projects.
I'm writing to inquire about the possibility of supporting an "author-in-text" citation style, often referred to as author-date or APA style (e.g., from
@smith2025 found that blatoSmith et. al. (2025) found that bla).1I've been looking through the source code and the documentation, and from what I can see, the currently supported styles for
bibareinline(e.g.,(Smith et. al., 2025)) andfootnote. I couldn't find an option to generate author-in-text citations directly.Is this feature something that is already available and I might have missed, or is it something that could be considered for a future release? Being able to cite directly with the author's name in the text would be a fantastic addition.
Thank you for your time and consideration.
Footnotes
https://pandoc.org/demo/example33/8.20-citation-syntax.html#citation-syntax ↩