First off, thank you for all your fantastic obsidian plugins; I am an enthusiastic user of the major three (I think those are the three but I might be mistaken).
I bumped into an issue with podnotes since this week. Each time I try to create a note by right clicking the podcast in the sidebar, an error message appears, warning me: "failed to create {{the note}}.md". I have tried altering the template (I use the modal inside the options of the plugin, I usually tinker more and might write a small script to use in quickadd, but this worked fine and did what I wanted, so just used your handlebar templates as stated in the documentation). I have also tried reinstalling the plugin. I tried altering the metadata from yaml/properties to inline. Nothing helps: it used to work like a charm, now nothing budges.
app.js:1 Error: Plugin "podnotes" is not passing Component in renderMarkdown. This is needed to avoid memory leaks when embedded contents register global event handlers.
at t.render (app.js:1:1236200)
at t.renderMarkdown (app.js:1:1235981)
at updateTimestampDemo (plugin:podnotes:4423:42)
at PodNotesSettingsTab.addNoteSettings (plugin:podnotes:4425:5)
at PodNotesSettingsTab.display (plugin:podnotes:4369:10)
at SettingsSearch.getTabResources (plugin:settings-search:229:15)
at SettingsSearch.buildPluginResources (plugin:settings-search:129:12)
at eval (plugin:settings-search:131:29)
and this one, after trying to create the note:
Error: Folder already exists.
at t.<anonymous> (app.js:1:710467)
at app.js:1:237002
at Object.next (app.js:1:237107)
at a (app.js:1:235825)
eval @ plugin:podnotes:6560
The folder indeed already exists, bc it is the folder stated in podnote settings as the note creation file path, which does not give errors in the example of values below it, and which, up until now, used to work fine:
There probably is something I am overlooking, but maybe this has something to do with properties being introduced? I have not used the plugin since the introduction, I must admit.
Thank you for your time, hoping I am just doing something wrong and it is easily adjusted,
Hi Christian,
First off, thank you for all your fantastic obsidian plugins; I am an enthusiastic user of the major three (I think those are the three but I might be mistaken).
I bumped into an issue with podnotes since this week. Each time I try to create a note by right clicking the podcast in the sidebar, an error message appears, warning me: "failed to create {{the note}}.md". I have tried altering the template (I use the modal inside the options of the plugin, I usually tinker more and might write a small script to use in quickadd, but this worked fine and did what I wanted, so just used your handlebar templates as stated in the documentation). I have also tried reinstalling the plugin. I tried altering the metadata from yaml/properties to inline. Nothing helps: it used to work like a charm, now nothing budges.
This is the template I use:
The console has two warnings on podnotes:
The folder indeed already exists, bc it is the folder stated in podnote settings as the note creation file path, which does not give errors in the example of values below it, and which, up until now, used to work fine:
There probably is something I am overlooking, but maybe this has something to do with properties being introduced? I have not used the plugin since the introduction, I must admit.
Thank you for your time, hoping I am just doing something wrong and it is easily adjusted,
Anne