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

https://github.com/bobscott45/raindrop2enex

Node cli app to convert html extract from Raindrop.io to Evernote enex format.
https://github.com/bobscott45/raindrop2enex

enex evernote joplin node raindrop

Last synced: 7 months ago
JSON representation

Node cli app to convert html extract from Raindrop.io to Evernote enex format.

Awesome Lists containing this project

README

          

## raindrop2enex

Command to convert html extract from Raindrop.io to Evernote enex format.

It was written to import Raindrop.io bookmarks into Joplin but the enex file can also be used to import into other
applications and has been tested with the Standard Notes import converter ([https://dashboard.standardnotes.org/tools](https://dashboard.standardnotes.org/tools)).

A tag is added to each note in the enex file to indicate the original Joplin container.

##### Installation

###### Local:

```
npm install raindrop2enex
```

###### Global:

```
npm install -g raindrop2enex
```

##### Usage

The default input file is Raindrop.io.html and the default output file is Raindrop.enex.
```
Usage: raindrop2enex [options] [command]

Commands:
help Display help
version Display version

Options:
-h, --help Output usage information
-i, --input [value] The input file (defaults to "Raindrop.io.html")
-o, --output [value] The output file (defaults to "stdout")
-v, --version Output the version number
```
##### Source Code

[https://github.com/bobscott45/raindrop2enex](https://github.com/bobscott45/raindrop2enex)

##### Keywords

***

raindrop evernote joplin