Aaron Parecki
Aaron Parecki
I have no idea what the correct thing to do here is. Any ideas @tantek?
I made some progress on this in this commit 989d42a85f93bc53cc216ee6539abb3b4fa960c9, just in terms of now more of the logic is funneled through the same place.
Encountered two blockers working on this: 1) In a simple example of an `img` tag inside an `e-content` tag, the parsers are using the `img` tag as an implied photo...
Another question/problem is what should I do in the case where the `img` tag in the `e-content` contains alt text? That alt text will have already been brought into the...
Current status: blocked. Breaking this out into separate issues so they can be tracked. * [URL of img tag is included in the p-name](https://github.com/aaronpk/XRay/issues/53) * [img alt text is included...
whoops, not actually closing this because I haven't committed the code that actually does that logic yet.
@pfefferle i will check that out, thanks! It'd still be great to have this option in the micropub plugin for filtering on client id or other micropub specific attributes.
They are stored in the `users` table as ascii-armored keys. A command line task to export them would be a great idea!
oh I see what's wrong. The parser is treating the contents of the iframe as text, not as HTML. So if you look at the HTML version in XRay it...
oh thank you! I didn't even know that was an option! To fix this, I need to see this happen live so I can look at the HTML. Do you...