obsidian-pandoc-reference-list icon indicating copy to clipboard operation
obsidian-pandoc-reference-list copied to clipboard

FR: Custom codeblock to display bibliography in file

Open lguenth opened this issue 1 year ago • 2 comments

Hey! Yesterday, some people on Discord were discussing different options to display a dynamically updated bibliography as part of the opened document, similar to how the Word integration for Zotero works. I thought it might be a great addition to your plugin to include a similar funcitonality, perhaps as a custom codeblock, similar to how Dataview and Breadcrumbs display and update results. This would likely only be usable for drafts and notes since it would break in an export with Pandoc but, at least for me, it would be really helpful if I could close all sidebars, go into focus mode and still see the bibliography.

lguenth avatar Jul 27 '22 10:07 lguenth

for the code block format, I'd suggest two options:

  1. normal code block:
```refs
```
  1. directly use pandoc's placeholder for references
::: {#refs}
:::

chrisgrieser avatar Jul 27 '22 10:07 chrisgrieser

This would be a great feature!

FeralFlora avatar Sep 17 '23 21:09 FeralFlora