FG
💻 Software

Evernote from vim

Fresh5 days ago
Mar 15, 20263161 views
Confidence Score0%
0%

Problem

I search a way to edit evernote notes from vim I begin with this https://gist.github.com/1256416 or maybe create a vim plugin for this ... you have any suggestion? EDIT: for a more simple edition of the evernote note in html format, I make this vim function and a vim function for open the last note…

Error Output

#!/bin/bash
evernoteDir="$HOME/Library/Application*Support/Evernote/data"
dataDir=$(ls -trlh $evernoteDir| tail -n 1| awk '{print $NF}')
contentDir="…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Evernote from vim

Low Risk

Have you tried Geeknote (http://www.geeknote.me/) "Edit your Evernote notes with any console editor you like - nano, vi, vim, mcedit, etc ... Save changes and Geeknote will automatically upload them to Evernote."

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment