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.
- Host: GitHub
- URL: https://github.com/chriskyfung/evernote-enex-to-diigo-bookmarks
- Owner: chriskyfung
- License: agpl-3.0
- Created: 2016-03-29T12:48:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T03:45:09.000Z (over 1 year ago)
- Last Synced: 2025-02-01T03:08:25.580Z (9 months ago)
- Topics: diigo, diigo-api, diigo-bookmarks, evernote, evernote-enex, golang
- Language: Go
- Size: 19.5 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.