Giter VIP home page Giter VIP logo

bookmark2enex's Introduction

bookmark2enex

bookmark2enex converts a Netscape Bookmark HTML file to an Evernote .enex notebook.

It has been created to import bookmarks from Delicious to Evernote but could be used to import any bookmarks to Evernote (though it as only been tested with Delicious).

It has been used with Ruby 1.9.3.

Setup

bookmark2enex uses Bundler to managed its dependencies. Install Bundler first with:

gem install bundler

Install the required gems with the following command:

bundle install

How to import Delicious bookmarks into Evernote

Connect to your Delicious account and go to the settings. Click on export / back up links. You will get a .html file containing all your bookmarks and their attributes.

In a command line interface (like Terminal on OS X), enter the following command:

bookmark2enex <your delicious links.html> <your evernote login>

The Evernote login is only used to set an author on each note, it is not used to connect to your Evernote account.

The command creates a note for each link in the bookmark file. A note contains the following attributes from Delicious:

  • 'A' TAG CONTENT: the title of the link
  • HREF: the link
  • ADD_DATE: the creation date of the link
  • TAGS: the tags of the link
  • DD: the comment associated with the link

The content of the note is composed of the link and the link comment if there is one. The private attribute is ignored.

bookmark2enex creates a .enex file that you can import into Evernote (either by double-clicking on the file or by selecting Import notes... in the File Evernote menu).

bookmark2enex's People

Contributors

pbernery avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.