-
Notifications
You must be signed in to change notification settings - Fork 52
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
Comments
@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? Appreciations! |
@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 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:
--- |
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
The text was updated successfully, but these errors were encountered: