An open API service indexing awesome lists of open source software.

https://github.com/chriskyfung/evernote-enex-to-diigo-bookmarks

A Go programming language project for adding title, tags, and source url of notes in an Evernote exported ENEX file as Diigo bookmarks via the Diigo API.
https://github.com/chriskyfung/evernote-enex-to-diigo-bookmarks

diigo diigo-api diigo-bookmarks evernote evernote-enex golang

Last synced: 7 days ago
JSON representation

A Go programming language project for adding title, tags, and source url of notes in an Evernote exported ENEX file as Diigo bookmarks via the Diigo API.

Awesome Lists containing this project

README

          

# Evernote-ENEX-to-Diigo-Bookmarks
A Go programming language project for adding title, tags, and source url of notes in an Evernote exported ENEX file as Diigo bookmarks via the Diigo API.

# How to Use
1. Get your Diigo API key from https://www.diigo.com/api_keys/new/
2. In the post function, replace <...> witih your Diigo API key, username, and password, correspondingly.

var key string = ""
var username string = ""
var passwd string = ""
3. Save and Compile the go file to an executable, e.g. e2d.exe
4. Run the app in command-line interface, for example, > e2d.exe Evernote.enex

# Exception
Some characters in the ENEX file may cause an error in parsing the xml structure, and make it fail to run.
Try to eliminate imcompatiable notes during export your ENEX file from Evernote.