# minima-evernote-loader

> Load blogs from Evernote for Minima

Latest version **0.0.5** (published 2015-04-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install minima-evernote-loader
pnpm add minima-evernote-loader
yarn add minima-evernote-loader
bun add minima-evernote-loader
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2015-04-08 |
| First published | 2015-03-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Known vulnerabilities | 0 (+2 in 2 direct dependencies) |
| Install scripts | no |
| Author | Brett Jones |
| Maintainers | brettof86 |
| Keywords | evernote, blog, minima |

## Links

- npm: https://www.npmjs.com/package/minima-evernote-loader
- Repository: git@github.com:brettof86/minima-evernote-loader
- Homepage: https://github.com/brettof86/minima-evernote-loader
- Issues: https://github.com/brettof86/minima-evernote-loader/issues
- npm.io page: https://npm.io/package/minima-evernote-loader

## Dependencies (7)

- [q](https://npm.io/package/q.md) ^1.2.0
- [slug](https://npm.io/package/slug.md) ^0.8.0
- [moment](https://npm.io/package/moment.md) ^2.9.0
- [enml-js](https://npm.io/package/enml-js.md) ^0.1.3
- [evernote](https://npm.io/package/evernote.md) ^1.25.4
- [markdown](https://npm.io/package/markdown.md) ^0.5.0
- [html-to-text](https://npm.io/package/html-to-text.md) ^1.2.1

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 0.0.5 (latest) — 2015-04-08
- 0.0.4 — 2015-04-06
- 0.0.3 — 2015-04-04
- 0.0.2 — 2015-04-04
- 0.0.1 — 2015-03-24

## README

[Minima plugin][minima] for Evernote.

Configuration:

  1. {String} authToken - Your Evernote developer auth token (see [Evernote dev center][])
  1. {Boolean} sandbox - Enable sandbox mode in Evernote (see [Evernote dev center][])
  1. {String} notebookName - The name of the notebook in Evernote you want to pull from

## How it works

Searches your Evernote for notes in the given notebook. If the note has a "publish" tag then it will
be published to Minima. If you delete a note from Evernote it will be unpublished from Minima.  
The notes "created" date is used as the publish date on Minima. If you want to change this then 
modify the created date in Evernote (see [here][change evernote create date]).


  [minima]: http://github.com/brettof86/minima/
  [Evernote dev center]: https://dev.evernote.com/doc/
  [change evernote create date]: https://discussion.evernote.com/topic/28384-how-to-change-creation-date-of-a-note/?p=153380

---
_Source: https://npm.io/package/minima-evernote-loader · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
