Grant Richmond
Grant Richmond
See https://github.com/indieweb/micropub-extensions/issues/39 for details
Started a documentation site https://grantcodes.github.io/postr/#/
802 also fails because of the same issue
Yep, although my automatic posting tool is currently offline, the [code is on GitHub](https://github.com/grantcodes/trakt-to-micropub/blob/master/app.js#L79) and I have created [many watch posts](https://grant.codes/watches) with it. I don't use special properties apart from...
Together consumes videos and shows them in the reader interface
Together consumes audio and shows it in the reader interface
I have implemented this in together now as well, using the same idea as everyone else: click on the author and see posts from that source. Again though I run...
The main cause is almost certainly going to be images so it is tangentially related to #2 as well
Personally I think it's just an extra layer of complexity that just isn't really needed, especially when you can use emojis like this and it just works
Yes absolutely. As for implementation, I think for content that is already html just injecting width and height attributes onto images and videos is probably fine. For the `photo`, `video`...