What I’m trying to do
Create the Author and Category field properties as backlinks when importing from Readwise.
Things I have tried
In the YAML section of the customize Readwise screen:
author: [[{{author}}]]
type: [[{{category|replace(“books”,“ Book”)|replace(“articles”,“ Article or Video”)|replace(“tweets”,“ Tweet”)|replace(“podcasts”,“ Podcast”)}}]]
What shows up in my vault (example below, but it happens for every single import) is this in source mode:
author:
- - Lloyd Alexander
type:
- - 📘 Book↙️
And this in live preview:
author: [[“Lloyd Alexander”]]
type: [[“ Book”]]
And in live preview mode the next is orange… not sure if that means anything significant.
Really appreciate any insight y’all might have! Thank you!!!