Closed aaronpk closed 5 years ago
Pretty sure that author is always returned as an object from Yarns, but maybe I'm missing cases where only one property is present. I'll do some testing to double-check
I could be wrong but I assumed this screenshot was from Yarns: https://github.com/aaronpk/Monocle/issues/40#issue-448696810
I noticed that it included _permalink
which is not documented in the spec, but I found that property in the Yarns source code.
Hmm, maybe you're right. I have some parsing issues to fix with RSS feeds (#60). Will make this a priority for this week
@dshanske, If you're working on feeds in Parse-This, this issue might overlap what you're already doing. Either way I'll investigate and let you know if I think of ways to address this in Parse-This
I'm not able to replicate this problem, but I still wrote a function to ensure that author is always an object. Pushed to dev and I'll close this issue once I merge to the master branch
It looks like the
author
property of posts is just a string. It needs to be a fullcard
object so that apps can render the author better. If you only have a name, then just only include that value.https://indieweb.org/Microsub-spec#card