Obsidian plugin which integrates your academic reference manager with the Obsidian editor. Search your references from within Obsidian and automatically create and reference literature notes for papers and books.
The plugin does not recognize podcasts (episodes). I can't create literature notes based on podcast episodes or refer to them,
My Biblatex-file contains several entries for podcast episodes. They are marked @audio and contain the entrysubtype "podcastepisode" (see example below).
@audio{Hesse2023,
title = {HR IT Transformation mit EY},
author = {Hesse, Gero},
date = {2023-06-09},
number = {292},
url = {https://saatkornpodcast.podigee.io/346-hrtech-transformation-mit-ey},
langid = {ngerman},
entrysubtype = {podcastepisode},
maintitle = {Saatkorn Podcast},
author+an:role = {=hosts}
}
This setting works fine for using them in Markdown / LaTeX documents using biblatex as my citation engine.
When I want to create a literature note based on such an entry, it just does not appear in the list of entries.
The plugin does not recognize podcasts (episodes). I can't create literature notes based on podcast episodes or refer to them,
My Biblatex-file contains several entries for podcast episodes. They are marked @audio and contain the entrysubtype "podcastepisode" (see example below).
@audio{Hesse2023, title = {HR IT Transformation mit EY}, author = {Hesse, Gero}, date = {2023-06-09}, number = {292}, url = {https://saatkornpodcast.podigee.io/346-hrtech-transformation-mit-ey}, langid = {ngerman}, entrysubtype = {podcastepisode}, maintitle = {Saatkorn Podcast}, author+an:role = {=hosts} }
This setting works fine for using them in Markdown / LaTeX documents using biblatex as my citation engine.
When I want to create a literature note based on such an entry, it just does not appear in the list of entries.
Is this behaviour on purpose or a bug?