twitter-archive-parser
twitter-archive-parser copied to clipboard
Idea: improve image display
Images can be very large and intrusive in the output - perhaps, with judicious use of <img> tags, images could have a smaller, consistent size. And could be linked to full-size images.
IMHO that can be done when HTML output is added. But for markdown that is out of scope and should be done with css etc on the side of the markdown consumer. I am working on a simple and clean Jekyll template that should take care of that.
For less technical users I think this proposal is a good idea as a default. Huge images could ruin their rendered markdown otherwise. We already include HTML tags for videos.
In the code we can have an option to output images with just markdown.