Entries from

Evernote SDK for Mac: Async requests and file attachment support

Current HEAD of Evernote SDK for Mac OS X does not support async requests but the iOS SDK does.

So I ported modern Objective-C code (means non-thrift) from the iOS SDK.

ngs/evernote-sdk-mac

This version enables note creation very easy.

Read On 

Released EverDesktop

screen1

I’ve just released EverDesktop.

EverDesktop is a small Mac application for clipping files on your Desktop to Evernote, allows you to make tidy your Mac from status bar icon.

Read On 

Open Graph protocol tag helper for nanoc

I’ve created Open Graph protocol tag helper for nanoc to build my corporate site.

To use this helper:

  1. Download Ruby code
  2. Place it to lib/nanoc/helpers/ on your nanoc project.
  3. Add require 'nanoc/helpers/og_tags' to lib/default.rb.
  4. Now you can use og_tag helper in your templates. For more details see the spec or trace my haml template.