-
-
Notifications
You must be signed in to change notification settings - Fork 81
Home
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.
- π Text
- π External links
- π Internal links among Evernote notes
- π» Codeblocks
- πΌοΈ Inline Images
- π Attachments
- π Webclips
- π 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)
- Metadata support: Puts
title
,creation time
,update time
,tags
, andlatlong
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).
- Required Install Node.js version 10.22.1 or higher.
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>