I never log-in to comment, but felt like it was necessary :p
I love Quiver. Besides the stuff Arman mentioned, I love having a defined view for all my data.
I gave each language it’s own “notebook” and I use the tag feature that’s built in.
BitBucket.org has a "Snippets" feature where you can save any code snippet you want. Their web UI has code highlighting and they keep your code in Git. The snippet can be private or public.
I have tried so many. I want three main things: first I want a web app, I am switching between multiple Win/Linux/MacOS machines multiple times a week and I want syncing and I don't want to deal with OS dependencies. second, want syntax highlighting, and last robust search. Quiver is amazing but is only Mac, Evernote doesn't have great highlighting, onenote kinda sucks in general. I have been using InkDrop recently. It does not have a web app, but it does sync across platforms.
medleytext.net/ is supposed to release a web app in July '17, so that is the next thing I am going to try.
Right now I just have a mess of notes in a few different platforms waiting for the right app. At this point I would pay good money for the right solution.
I love using Github's Gists. IntelliJ also has a way to upload a code snippet to a gist from within the IDE, which is an extremely useful feature! Great syntax highlighting support as well, and has edit history.
I'm a dev with a strong *NIX sysadmin background. I've been programming for 20+ years, started with IRC scripts, C, Python, PHP, Ruby/Rails, Node/JS, Go and Elxir. Full time on Ruby,Elixir and Rust.
I use a git repo, I organize snippets in folders named with a given language or topic (it depends). Sometimes are source code files, other times they are in markdown format so that they can be easily read/exported.
I can then share it on github
As of today, it’s the cheapest/easiest way I’ve found.
Google Keep if it's something I just need to hang onto for a little while.
OneNote for work stuff.
CodePen for front-end stuff, especially when I'm working out a little block of functionality that needs testing.
I don't, really. Any code that is useful I've either written myself for a project (in which case I check the source for the project), written myself for a one-shot script or similar (in which case I save the script) or found elsewhere (in which case I bookmark the elsewhere).
Anything too small to justify the effort of those, I'll probably just type out each time, not worth the interruption in flow to do otherwise.
My code snippets are stored as blog posts in my personal space of our corporate Confluence instance.
Together with the keyword searches of Firefox (or custom search engines for Chrome) this works really well. E.g. I just need to type in "myspace bash parameters" in the address bar. This triggers the Solr based search in Confluence, filtered by my personal space. Then I can click on one of the first entries and copy over a template for the parameter handling into a shell script.
P.S.: The "Add block post" dialog can be stored as a bookmark.
I used OneNote but didn't like the lack of proper syntax highlighting and not good search options. I use a google drive folder which I sync across my devices and for looking stuff up I just keep it open wih Visual Studio Code. Nothing revolutinary but works for me.
Currently I'm using TiddlyWiki (a local Single-File-HTML-Wiki) for storing my snippets. There I can add a description, tags and additional information like example usages or whatever I want. It's accessible from everywhere if you put it on OneDrive or Dropbox.
With the help of additional plugins, e.g. Highlight.js, we also get syntax highlighting.
It's very easy to use and has a lot of great extensions to offer. In my opionion the most important features are tags, to keep the things organized without the need of an hierarchical structure, and the great and very-fast-to-use in-text search, to search for keywords in your snippets.
I was using Dash for a long time, but recently switched to SnippetsLab (renfei.org/snippets-lab/). I really like it, but I do wish it had snippet expansion like Dash.
I started using it and it has the best search experience so far. my only issue with it is that I have only one .dash snippets file to track so i cannot have like dev.dash and maybe work.dash which I would want to split between work snippets and general dev snippets, may I ask what do you do about that?
+1 same here. Used to be Tomboy Notes + Ubuntu One but when UO went out of service I decided to switch to a system that would allow for migration to basically any platform and service.
I'm a web developer specialized in coding modular sites and passionate about writing maintainable code.
I do frontend, web apps and I organise communities.
I use Github Gists to public things (and some scripts I want to execute using curl commands), and a private gitlab.com repo (full of scripts/markdown files) for private ones.
As a Mac user, I tend to use ClipMenu ( clipmenu.com/ ) for the clipboard history. They also have functionality for saving snippets in there, but I rarely use it TBH.
I've tried a few of tools mentioned in this thread. cacher.io (former GistBox) is best so far. Its free plan covers all the useful features and it's integrated with gist.github.com.
We store snippets/small scripts on Basecamp 3 since we like to keep as most things as possible in one single place. Really helps not switching between 10+ services.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Check out Quiver for Mac by HappenApps. Lets you mix text, code, Markdown and LaTeX. You can edit your code with ACE with syntax highlighting, etc.
--
Arman Gungor
Metaspike
I've been on the fence about Quiver, I should just try the free trial already.
I never log-in to comment, but felt like it was necessary :p
I love Quiver. Besides the stuff Arman mentioned, I love having a defined view for all my data.
I gave each language it’s own “notebook” and I use the tag feature that’s built in.
BitBucket.org has a "Snippets" feature where you can save any code snippet you want. Their web UI has code highlighting and they keep your code in Git. The snippet can be private or public.
Similarly, GitHub has "Gists".
To copy and paste? Nowhere, I always go back to the main source code. If I need a snippet many times in a row, my clipboard manager can handle it.
For sharing I use pastebin.com because I like the classics 😁
I have tried so many. I want three main things: first I want a web app, I am switching between multiple Win/Linux/MacOS machines multiple times a week and I want syncing and I don't want to deal with OS dependencies. second, want syntax highlighting, and last robust search. Quiver is amazing but is only Mac, Evernote doesn't have great highlighting, onenote kinda sucks in general. I have been using InkDrop recently. It does not have a web app, but it does sync across platforms.
medleytext.net/ is supposed to release a web app in July '17, so that is the next thing I am going to try.
Right now I just have a mess of notes in a few different platforms waiting for the right app. At this point I would pay good money for the right solution.
Sounds like you've thought quite a bit about this problem Joshua. Are you on MedleyText now? How are you finding it?
I love using Github's Gists. IntelliJ also has a way to upload a code snippet to a gist from within the IDE, which is an extremely useful feature! Great syntax highlighting support as well, and has edit history.
GitHub Gist has worked wonders for me.
This is where I parked all my snippets. :)
F#:
JavaScript:
Elm:
I use a git repo, I organize snippets in folders named with a given language or topic (it depends). Sometimes are source code files, other times they are in markdown format so that they can be easily read/exported.
I can then share it on github
As of today, it’s the cheapest/easiest way I’ve found.
gnome-gpaste is amazingly useful during the day - and doesn't require using the mouse.
Otherwise all code stays in projects:
Google Keep if it's something I just need to hang onto for a little while.
OneNote for work stuff.
CodePen for front-end stuff, especially when I'm working out a little block of functionality that needs testing.
I don't, really. Any code that is useful I've either written myself for a project (in which case I check the source for the project), written myself for a one-shot script or similar (in which case I save the script) or found elsewhere (in which case I bookmark the elsewhere).
Anything too small to justify the effort of those, I'll probably just type out each time, not worth the interruption in flow to do otherwise.
My code snippets are stored as blog posts in my personal space of our corporate Confluence instance.
Together with the keyword searches of Firefox (or custom search engines for Chrome) this works really well. E.g. I just need to type in "myspace bash parameters" in the address bar. This triggers the Solr based search in Confluence, filtered by my personal space. Then I can click on one of the first entries and copy over a template for the parameter handling into a shell script.
P.S.: The "Add block post" dialog can be stored as a bookmark.
I used OneNote but didn't like the lack of proper syntax highlighting and not good search options. I use a google drive folder which I sync across my devices and for looking stuff up I just keep it open wih Visual Studio Code. Nothing revolutinary but works for me.
Hey,
Take a look at this - github.com/elvirbrk/NoteHighlight2016
This should solve syntax highlighting problem of onenote
Currently I'm using TiddlyWiki (a local Single-File-HTML-Wiki) for storing my snippets. There I can add a description, tags and additional information like example usages or whatever I want. It's accessible from everywhere if you put it on OneDrive or Dropbox.
With the help of additional plugins, e.g. Highlight.js, we also get syntax highlighting.
It's very easy to use and has a lot of great extensions to offer. In my opionion the most important features are tags, to keep the things organized without the need of an hierarchical structure, and the great and very-fast-to-use in-text search, to search for keywords in your snippets.
That...is really cool.
I was using Dash for a long time, but recently switched to SnippetsLab (renfei.org/snippets-lab/). I really like it, but I do wish it had snippet expansion like Dash.
I started using it and it has the best search experience so far. my only issue with it is that I have only one .dash snippets file to track so i cannot have like dev.dash and maybe work.dash which I would want to split between work snippets and general dev snippets, may I ask what do you do about that?
I'm currently using Dropbox Paper, combining Markdown and syntax highlighting for documents in a convenient folder structure. Works for me.
+1 same here. Used to be Tomboy Notes + Ubuntu One but when UO went out of service I decided to switch to a system that would allow for migration to basically any platform and service.
Github Gist + GistBox App gistboxapp.com/
Still not perfect, but best so far.
I'm using the snippets feature from Dash.app.
I've been meaning to try Dash, how do you like it overall?
Dash is really good. Also the snippet feature.
The snippet feature is very plain. And because of that I like it. I hate tools which comes with an overload on functionality.
I suggest: Give it a try!
In my ~/projects folder, as a Gist, or on GitHub.
Here is my most recent snippet:
github.com/nrobinson2000/particle-...
Often my snippets turn into full projects.
Gosh I wish I had a better system. Looking forward to reading about what other folks do.
For a mac user there is a productivity app called Alfred: alfredapp.com/help/features/snippets/
and as a programmer the IntelliJ IDE.
+1 for Alfred, although I don't have the Powerpack yet so I can't attest to using the snippets feature. (oops)
I use Evernote, the beta version has a basic code formatting feature. However it's just for reference and study, not for the workflow.
I use Github Gists to public things (and some scripts I want to execute using curl commands), and a private gitlab.com repo (full of scripts/markdown files) for private ones.
As a Mac user, I tend to use ClipMenu ( clipmenu.com/ ) for the clipboard history. They also have functionality for saving snippets in there, but I rarely use it TBH.
I use Evernote.
Anything I find super-useful gets tossed into my public GitHub.
Winword
boostnote.io/ is free to use. It looks like cacher.io and snippetlabs but it's free :) Moreover, backed by great community.
Github Gists + Cacher App (used to be gistboxapp): cacher.io/
I've tried a few of tools mentioned in this thread. cacher.io (former GistBox) is best so far. Its free plan covers all the useful features and it's integrated with gist.github.com.
A mixture of GistBox (Lets you label and manage GitHub Gists) and my own git repo full of larger scripts / ideas / odds and ends.
We store snippets/small scripts on Basecamp 3 since we like to keep as most things as possible in one single place. Really helps not switching between 10+ services.