Hey guys,
I needed a way to convert Code, CSV, and Markdown snippets to shareable images so I built this over the weekend. It all runs locally in the browser using a few lines of jQuery. Nothing fancy.
Sharing in case someone else might find it useful!
wenldev 16 hours ago |
Interesting, wonder what use cases you had that prompted you to set this up?
wesammikhail 14 hours ago |
I post some stuff on social media like code snippets and some markdown instructions. Most platforms have terrible support for rich formatting. So I decided to do it this way instead. I can now just post screenshots.
Also, when creating technical docs and presentations, this turned out to be super helpful.
Just a fun side project I figured others might find useful!