Evernote Pod Proposal
-
link to tool: https://evernote.com
-
one line description: online note taking tool that organizes notes using notebooks and tags
-
is there a public api available (if so, please provide link)? yes
-
are there existing (preferably javascript compatible) libraries that can import and/or export to this pod? (if so, please list them. if there aren't libraries, an example of importing is also good): yes
- import:
- import del.icio.us bookmarks into Evernote: https://github.com/jorgemanrubia/evernicious #ruby (Private) #example
- export:
- export Evernote notes: https://github.com/akosbalasko/yarle #typescript (Private)
- import:
-
are there existing (preferably javascript compatible) libraries that can convert from/to the data format used in this pod? (if so, please list them): yes
- convert from
- convert to
Import
<What does import look like? How will the organization of the source pod be mapped onto Dendron's Hierarchy?>
mappings
- notebook stack & notebooks: hierarchy
- tags -> tags
example
- Evernote
- Cookbook (notebook stack)
- Meat (notebook)
- meat note 1
- meat note 2
- ...
- Vegetables (notebook)
- ...
- Dendron
- cookbook
- cookbook.meat
- cookbook.meat.meat-note-1
- cookbook.meat.meat-note-2
- cookbook.vegetables
Build
<What does build look like? What steps need to occur prior to exporting your Dendron notes>
Export
<What does export look like? How will we map Dendron's hierarchies to the destination pod's organization?>
mappings
-
hierarchy -> notebook stack or notebook (user can configure on a per hierarchy basis)
-
Dendron
- cookbook.meat
- cookbook.meat.meat-note-1
- cookbook.meat.meat-note-2
- cookbook.vegetables
Example Use Cases
<e.g. Sync notes from meetings with an Airtable tracking meetings across days and people>
Backlinks