It will be a living documentation and is still not finished, but we’re happy that we have released the first version. If you miss anything specific, please reach out to us via chat.
What’s maybe interesting for you, because it was basically hidden until now, is that we now have docs for our Simple Snap API which lets you automate the creation of your snaps!
This means that you now can specify gradient colors on every element color, doesn’t matter if it’s the text color, code editor color, stroke colors, snap background - no limitations! 😄
Hint: easily paste CSS gradient values in the gradient picker to apply them!
Lock and Hide elements for a better editing experience on the canvas.
Lock: When an element is locked it becomes not selectable on the canvas so you can’t move it unintentionally.
Hide: When an element is hidden it disappears completely from the canvas. This also means snapping guidelines won’t be applied to this element.
However, in both case, you’ll be able to select the element still on the elements list (left toolbar) and change the properties of the element as usual
The first form element - the ellipse - hast just landed in snappify 🤩
Form elements help you to style your snaps in an even more unique way and we want to add more variants in the upcoming weeks!
Hint: press Shift while resizing an ellipse element to create circles.
Auto generated folders
We introduced “automatically generated folders”.
Every time a snap gets generated via the API or the VS Code Extension, it will be stored in the corresponding folder, so those snaps don’t pollute your Root folder anymore. 😄
Of course you can just move the snaps into any other folder afterwards!
Now you can tilt the code-editor, rich-text, profile-info and custom image elements. So you can present your snap in an even cooler way 😎. Just play with the control (2) - you will love it.
In case you already know the exact tilting degree, you can activate the manual editing mode where you can put the values into the input fields.
You’re now able to create dashed or dotted lines and have the ability to customize the start and end markers of each arrow. It’s also possible to choose now marker at all to just draw a simple line.
Have a look on the right toolbar when selecting an Arrow element to see which customizations are possible.
We released some new code window styles to give you more options on how to style your code snippets! 🥳
In order to change the style you have to select a code window and open the “Window Control” accordion on the right toolbar. It’s now also possible to hide the tab completely if you just to want to share a plain code snippet without the window-look.
It’s now possible to upload an image directly from your clipboard. When you have an image in your clipboard and you’re on the snappify Editor, just paste it and it will be uploaded so you can use it right away.
Copy & Paste Elements in the Editor
Another clipboard improvement is that you can now copy & paste the selected elements in the snappify Editor.
Just select the element(s) you want to copy, pess
Ctrl
+ C to copy and then
Ctrl
+ V to paste them again.
This even works across different snaps! So when you have a special group of elements you want to reuse in different snaps, just copy and paste them onto a new snap 🥳
We’ve also prepared a video where you can get a better overview about those new features:
We’re proud to tell you that Pro users are now able to embed their snaps via an iframe.
That means you’re now able to embed an interactive version of your snap into your own website / blog! Additionally users can easily copy the code with a new “Copy” button which is visible when hovering over a snippet.
Our next goal is to make snaps easily embeddable into blogging platforms like Medium, dev.to or Hashnode 😎
Closed Beta for the snappify API
We’re also excited to tell you that we launched a closed Beta for the new snappify API! It’s a REST API which takes some configuration parameters and returns a beautifully styled image of your code snippet, like you’re used to from the snappify Editor.
We’re still looking for testers, so if you’re interested in giving it a try, pls just write a DM to Dominik and he will send you the instructions.
All our Pro users now have the possibility to share their snaps via a public URL! And the groundbreaking thing here is: it’s not just an image, but an interactive version of your snap, where viewers can easily copy your code snippets!
About a year ago we started developing snappify and our goal was to build a tool that makes it easy to create beautiful code snippets, while also provide our users a powerful editor which helps them to annotate and explain their snippets.
We are confident that snappify has grown to be a very helpful tool for developers around the world and therefore it’s time to make more people aware of it via ProductHunt. 🙌
Your support definitely makes the difference and we’d be super happy if you check it out on ProductHunt and leave your feedback. 😻
We’ve added a new arrow element which can be super helpful to point out specific areas of your code. You can drag it around and add as many points to it as you wish. Also have a look at the styling possibilities on the right toolbar!
Code Highlightings
Another feature we’re happy to release is Code Highlights.
You can now either “Washout” parts of your code to either blur them or gray them out. This can be helpful if the viewer should focus on specific parts of the code.
Additionally it’s now also possible to show lines as Added or Removed which can be used to emphasize changes in a code snippet.
Checkout the video below to see both features in action 👇
From today our textarea is not a simple textarea containing only plaintext anymore. It’s now a fully fletched richtext editor, powered by the mighty tiptap editor! Watch the video below to get an overview how it works. 👇
snappify can now be embedded via an iframe
As you might know, snappify is already embedded into other products like FeedHive or ThreadStart via our npm package. But until now, only our old editor was embedded their.
We’re super excited that from today also our new editor ismbeddable via an iframe and is already live on FeedHive and ThreadStart! 🙌
Pro users are now able to set a different font family for their text elements, which gives you even more possibility to customize the images of your code for your own brand. 🙌
New image upload modal
When you want to upload an image you’ll now see a fancy new modal where you’re also able to reuse recently uploaded images.