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

Stopped working after properties upgrade #78

Open
khaosdoctor opened this issue Sep 2, 2023 · 3 comments
Open

Stopped working after properties upgrade #78

khaosdoctor opened this issue Sep 2, 2023 · 3 comments

Comments

@khaosdoctor
Copy link

Hello! The plugin was working before the Obsidian properties upgrade. Now every time I try to add a new book note using the built command "Add new book note" it creates an empty not without any text but the title of the book. It was giving me an error "The file already exists" but it stopped appearing after a while.

If I try "include book metadata" into the current note, nothing happens. Tried to look in the DevTools but there are no errors or alerts whatsoever

@curtismchale
Copy link

@khaosdoctor I had the same issue. I rebuilt my template with the properties setup and it worked again.

Have you tried rebuilding your template?

@knowsearchunlock
Copy link

@khaosdoctor I had the same issue. I rebuilt my template with the properties setup and it worked again.

Have you tried rebuilding your template?

Hi

Can you send your new template that's adjusted with the properties in-mind?
Would be great for everyone else as reference

Appreciations!

@curtismchale
Copy link

curtismchale commented Nov 30, 2023

@knowsearchunlock here is my template in source mode. So you'll need to paste it into your template that way and then go back to editing mode. I did have one issue where the book title had quotes around it that broke th template like this "<tile>". Removing the quotes around the title fixed the template.

But that was only one issue in hundreds of books I've added.

---
tags:
  - book
title: "{{title}}"
author: "{{author}}"
total_page: "{{totalPage}}"
publisher: "{{publisher}}"
publish: "{{publishDate}}"
isbn: "{{isbn10}}, {{isbn13}}"
cover: "{{coverUrl}}"
datestarted: 
datefinished: 
readstatus: 
library: 
format: 
genre:
  - "{{category}}"
rating: 
ordered: 
store: 
orderedwhen:
---

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

3 participants