Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create note #87

Open
Duifkruid opened this issue Dec 8, 2023 · 0 comments
Open

Unable to create note #87

Duifkruid opened this issue Dec 8, 2023 · 0 comments

Comments

@Duifkruid
Copy link

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:

---
title: {{podcast}}
episode: {{title}}
published: {{date:YYYY-MM-DD}}
link: {{url}}
---
# Thoughts on {{title}}
![]({{artwork}})

## Description
>[!description]
{{description:> }}

### Content
>[!content]
{{content:> }}

The console has two warnings on podnotes:

  • The first one, upon start:
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:

Blog/Reference Notes/Podcasts/{{podcast}}/{{podcast}} - {{title}}

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant