View on GitHub

Tomboy2evernote

Tomboy to Evernote export and synchronization tool

Download this project as a .zip file Download this project as a tar.gz file

tomboy2evernote

Tomboy to Evernote export and synchronization tool.

I love Tomboy notes: they are clean, easy to use, multiplatform notes with no unnecessary functionality. I've been using them for a long time both for work and for personal notes.

Sometimes I need to review some notes, but I'm away from my PC. Unfortunately there's no Tomboy phone application since it's not client/server app and all your notes are stored locally.
Luckily, there's another notes service which is client/server and provides the corresponding application - Evernote. But is has its own drawbacks: no offline notes editing (it exists, but only for premium accounts), desktop application is overwhelmed with functionality, etc.

So I wanted the zen simplicity of Tomboy combined with the power of Evernote phone app.

Here comes tomboy2evernote

Important

Installation

  1. Install Evernote SDK for Python 3
    Download it, extract and run
    python3 ./setup.py install
  2. Install Tomboy2Evernote
    Download sources and run
    python3 ./setup.py install

Configuration

  1. Request your Evernote developer token by visiting the corresponding page.
  2. Create the file '~/.config/t2ev/settings.py' with the following contents:
    DEV_TOKEN = '12345'
    where 12345 is your dev token

Usage

If you want just to upload some Tomboy notes to Evernote

If you want to continuously upload all changes you make to Tomboy notes to your Evernote account