While I frequently screenshot my code in sublime editor for sharing and blogging, I’d be glad to see such a tool which could:
- When executed, convert my selected code to an image
- With code highlighting work as expected
- Auto strip leading spaces, therefore, if all my selected code have at lease 4 leading spaces, then remove the first 4 spaces from each line
- Either preserving my sublime theme or not is OK, it’s not something we must care about
So is there any plugin could do this?
Thanks