Jump to content

Code Snippets in Evernote? (or somewhere else?)


Recommended Posts

Hey Gang,

I'm curious about my fellow devs who use Evernote -- do you also use EN's code snippet functionality for when you're taking notes on something like an online programming course, or do you use something else entirely?

Link to comment
  • Level 5*
45 minutes ago, friz said:

do you also use EN's code snippet functionality for when you're taking notes

I'm guessing you're referring to EN's code block

No, I just copy the snippet inline to the note; with syntax colours
for example

tell application "Evernote"
     set theNotes to get selection
end tell

  • Like 1
Link to comment
  • Level 5*
6 hours ago, friz said:

I'm curious about my fellow devs who use Evernote -- do you also use EN's code snippet functionality for when you're taking notes on something like an online programming course, or do you use something else entirely?

I sometimes paste code into a note, but it's not a heavy duty use case for me. It's more often debug dumps, variable/object dumps, stack traces, etc., that sort of thing. Occasionally I'll save code snippets of algorithms. But if I want to work with code, I generally do it in a code editor.

  • Like 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...