

- Quiver vs snippetslab how to#
- Quiver vs snippetslab full#
- Quiver vs snippetslab software#
- Quiver vs snippetslab code#
Notes also look great on mobile: How do you make your own notes site? There are multiple themes: light and dark of course.

The design of this theme is intentionally simple to allow for the notes to be as legible as possible. I integrated Flexsearch and made a few optimisations to improve the search speed - I'll write a blog post about that soon.
Quiver vs snippetslab code#
Notes are fully searchable too 🔍, including all code snippets. iframes can also be added so gists, Codepens or even Figma designs can be included in your notes. This means the notes can be interactive, so you can show a code snippet and a preview right next to each other 🚀. MDX is an extension of markdown that enables you to write JSX or HTML within the notes and they will render. GitHub hosts my notes which means the notes are versioned using Git so others can fork my notes or I can revert if needed.Īll notes are written in MDX or markdown. Having it be a website was immediately appealing to me because it is searchable and shareable by default I often found myself sending colleagues a link to one of my notes.
Quiver vs snippetslab full#
I created Code Notes, a theme for Gatsby that gives you all the control over how you write, publish and store your notes - you have full ownership. Unfortunately though, none had all the features of what I wanted from a code notes app so I decided to create my own and this post will give you a little insight into how my solution was made and works. I have tried quite a few apps and services some had great features like having a menubar app that allowed me to easily search then paste in a certain snippet, some had great organisation capabilities, and others were allowed for multiple snippets per note. These code-related notes included snippets examples from previous projects explanations of how/why/when to do something and even straight-up duplications of some documentation that I often search for. Rather than keep searching for answers to problems that I've solved many times in the past, I started making notes so that I could easily reference them. apologies if that triggers some of you 😂.
Quiver vs snippetslab how to#
For example, how to write a link tag from memory. It still has a long way to go before it can compete with the greats of the industry in terms of features, and it’s not exactly what one might call language agnostic, but if you’re just looking for a simple open-source code snippet manager then it’s definitely worthy of your attention.Like a lot of developers I spend a lot of my time searching Google for answers to things that I should know how to do.


A good code management toolĪll in all, massCode is a very promising app that fairs well as a non-professional code snippet manager. Of course, the app also provides you with a quick and easy way to find snippets thanks to its search function. What’s more, snippets can be added to special categories such as Favorites. What’s more, the manager’s editor does not support a lot of languages for syntax highlighting, but it does have rich IntelliSense, and validation for TypeScript, JavaScript, CSS, LESS, SCSS, JSON, and HTML.Īs expected the app does a good job of managing your snippets by allowing you to organize them in various folders and subfolders. Right off the bat, it’s worth noting that the project is still in its infancy, hence, you should not expect a plethora of features. If you’ve ever used other, more popular snippet managers such as Quiver or SnippetsLab, then you’ll have no problems getting accustomed to massCode since it has a very similar GUI. That said, if you don’t want to pay, and you’re not looking for the best possible code snippet manager out there, you could opt for something open-source such as massCode.ĭeveloped using web technologies such as Electron, Vue, and Monaco editor, massCode is a lightweight, practical, and very useful snippet manager that will ensure you improve your workflow. The thing is most of these top-tier snippet managers usually require you to pay either a lifetime, a yearly, or a monthly fee to be able to take advantage of what they offer. If you’re on the market for such a solution, then you’re in luck because there are a lot great ones out there.
Quiver vs snippetslab software#
It’s usually a straightforward software that allows them to store and use snippets of code, either from their local machine or directly from the cloud. A code snippet manager is something that most developers are (or should at least be) very well accustomed to.
