Skip to content

Instantly share code, notes, and snippets.

View plaindocs's full-sized avatar
🌏
Looking for work

Sam plaindocs

🌏
Looking for work
View GitHub Profile
@quad
quad / zim-to-sn.rb
Created November 1, 2010 14:25
Import a (my) Zim notebook to Simplenote
#!/usr/bin/env ruby
require 'json'
require 'Simplenote'
class ZimDirectory < Hash
class ZimException < Exception
end
attr_reader :dir