Skip to content
Akos Balasko edited this page Jan 1, 2021 · 7 revisions

Yarle is the ultimate converter tool for you to grab your notes from Evernote and transform into Markdown format.

Features:

πŸ’‘ Yarle converts notes containing:

  • πŸ“ Text
  • πŸ”— External links
  • πŸ”— Internal links among Evernote notes
  • πŸ’» Codeblocks
  • πŸ–ΌοΈ Inline Images
  • πŸ“Ž Attachments
  • πŸ“„ Webclips

Works with:

  • πŸ““ single enex file (one notebook exported from Evernote)
  • πŸ“š or a folder of enex files supported (several notebooks exported and placed into the same folder locally)

πŸ”¨ Highly customizable:

  • Metadata support: Puts title, creation time, update time, tags, and latlong source meta-information into md as metadata.
  • πŸš€ Creates Markdown files matching to user-defined templates, see Templates introduced. See How to use templates with YARLE for details.
  • Updates md files' creation, access, and modification timestamps according to the notes' original create/update/modification time.
  • Organizes all attachments into a _resources subfolder (to keep the notes' folder as simple as possible).

Prerequisite

No-install execution

Just open a terminal, specify config options in a config file (options detailed in Configuration) and type the following:

npx -p yarle-evernote-to-md@latest yarle --configFile <path_to_your_file e.g. ./config.json>