snappify - Create beautiful code snippets with ease

snappify has been an absolute game-changer for me. I share weekly content on programming, and I've written two e-books that are rich in code examples and illustrations. snappify has helped me tremendously in both.

Avatar of Simon Høiberg

Simon Høiberg

CEO of FeedHive

As a DevRel, snappify is one of the top tools in my toolbelt. They make sharing code snippets so easy!

My Twitter followers love those tweets.

Avatar of Lazar Nikolov

Lazar Nikolov

Maintainer of ChakraUI

I'm thankful for snappify. In the past I had to take code screenshots and had to mess with Photoshop until everything looked correct. Now I can do everything directly in the code editor and finish much faster.

Avatar of Tobias Petry

Tobias Petry

Software Developer

I've been using snappify for months, it's the enabler for my fancy slides about coding. I can't live without it, so user friendly and customizable!

Dominik and Anki did a great job!

Avatar of Luca Restagno

Luca Restagno

Content creator

keywords

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Linx
Search Linx by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote


minecraft
Random CSS Property

@charset

The @charset CSS at-rule specifies the character encoding used in the style sheet. It must be the first element in the style sheet and not be preceded by any character; as it is not a nested statement, it cannot be used inside conditional group at-rules. If several @charset at-rules are defined, only the first one is used, and it cannot be used inside a style attribute on an HTML element or inside the <style> element where the character set of the HTML page is relevant.
@charset css reference