Hacker News new | past | comments | ask | show | jobs | submit login
Ask HN: Where do I make these pretty code screenshots?
26 points by Vinnl on Nov 8, 2018 | hide | past | favorite | 11 comments
There was this website where you could paste a piece of code, select the language it was in, and optionally customise the looks, and then it would generate an image like this one: https://cdn-images-1.medium.com/max/800/1*mfd11vbzti63TdzIk7_ReQ.png

Does anyone know which website that was?

(I know that they're terrible for actual code samples in terms of accessibility, but I'd like to use one for decorative purposes.)





Beautiful. I noticed the SVG output is however really large and crude. Apparently it embeds HTML into SVG and then embeds the nice monospaced font again as Base-64 into CSS. The result is a 1.6MB SVG file (compare to the 41kB PNG) to display a few hundreds bytes of source code nicely.


That was quick - thanks!


An an alternative to Carbon, MacOS supports window screenshots out of the box: https://news.ycombinator.com/item?id=17089362


Wow. I didn’t know this until now. I always thought it’s used for just part of the screen. Thank you!


In Mojave you can use CMD-SHIFT-5 as well which will give you a GUI with all (?) options.

There is a way to capture the window shadowless as well I recall/


I think holding the option key makes the capture shadowless.


That is quite rad. Thanks for the tip!


Now? It's supported this for years. A decade at least.


Closest windows equivalent to this is sharex


If you’re using VS Code there’s an extension called PolaCode that can do screenshots of your code, but without those MacOS dots on the upper left.

https://github.com/octref/polacode/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: