chhoumann / quickadd

QuickAdd for Obsidian
https://quickadd.obsidian.guide
MIT License
1.44k stars 134 forks source link

[BUG] Movie script not working anymore since the new properties update. #662

Open Dars90 opened 3 months ago

Dars90 commented 3 months ago

Describe the bug What I have narrowed it down to is that I the new properties update broke all my property types from my movie template. Now If I remove the "" from around the frontmatter this breaks the property in the new property view. But leaving these in will cause the movie template to stay red and not show in the new properties view. Also the information being pulled from the API is being put in double square brackets which is turning the frontmatter into links. I think finding a way to remove double brackets and extra quotations after the API does its magic would fix it. But I am not a programmer and struggling with this so far. Its a pity because the script was great and worked perfectly.

To Reproduce Steps to reproduce the behavior: Im testing this small part to troubleshoot.

category: "{{VALUE:typeLink}}" cast: "{{VALUE:actorLinks}}"

Result is like this


category: "[[Movies]]" cast: "

Im on Windows 10. Its the same on my samsung galaxy tab s8+

Additional context I wonder if a tweak to the movies.js script could fix this issue.

Screenshot_5