All Projects → akosbalasko → Yarle

akosbalasko / Yarle

Licence: mit
Yarle - The ultimate converter of Evernote notes to Markdown

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Yarle

Web
A free, open-source, and completely encrypted notes app. https://standardnotes.com
Stars: ✭ 3,061 (+1700.59%)
Mutual labels:  note-taking, evernote, markdown
Evernote2md
Convert Evernote .enex files to Markdown
Stars: ✭ 193 (+13.53%)
Mutual labels:  evernote, markdown, converter
Html To Markdown
Convert HTML to Markdown with PHP
Stars: ✭ 1,293 (+660.59%)
Mutual labels:  markdown, converter
Kramdown Asciidoc
A kramdown extension for converting Markdown documents to AsciiDoc.
Stars: ✭ 97 (-42.94%)
Mutual labels:  markdown, converter
Markdown
📖Clean & Modern MarkDown Generator, 🔌Offline Support and Easy Generation of Markdown ⚡️⚛️ https://github.com/JP1016/Markdown-Electron/releases
Stars: ✭ 170 (+0%)
Mutual labels:  markdown, markdown-converter
Qownnotes
QOwnNotes is a plain-text file notepad and todo-list manager with markdown support and Nextcloud / ownCloud integration.
Stars: ✭ 2,357 (+1286.47%)
Mutual labels:  note-taking, markdown
Kefirbb
A flexible Java text processor. BB, BBCode, BB-code, HTML, Textile, Markdown, parser, translator, converter.
Stars: ✭ 83 (-51.18%)
Mutual labels:  markdown, converter
Foam
A personal knowledge management and sharing system for VSCode
Stars: ✭ 10,993 (+6366.47%)
Mutual labels:  note-taking, markdown
Markdownxiaoshujiang
markdownxiaoshujiang
Stars: ✭ 1,188 (+598.82%)
Mutual labels:  evernote, markdown
Europa
Pure JavaScript library for converting HTML into valid Markdown
Stars: ✭ 143 (-15.88%)
Mutual labels:  markdown, converter
Mdtool
A tool which can process markdown to HTML
Stars: ✭ 136 (-20%)
Mutual labels:  markdown, markdown-converter
Markdownify
The HTML to Markdown converter for PHP
Stars: ✭ 167 (-1.76%)
Mutual labels:  markdown, markdown-converter
Word To Markdown
A ruby gem to liberate content from Microsoft Word documents
Stars: ✭ 1,216 (+615.29%)
Mutual labels:  markdown, converter
Siyuan
📕 SiYuan is a local-first personal knowledge management system, support fine-grained block-level reference and Markdown instant-render editing.
Stars: ✭ 1,196 (+603.53%)
Mutual labels:  note-taking, markdown
Swiftymarkdown
Converts Markdown files and strings into NSAttributedStrings with lots of customisation options.
Stars: ✭ 1,274 (+649.41%)
Mutual labels:  markdown, markdown-converter
Macdown
Open source Markdown editor for macOS.
Stars: ✭ 8,855 (+5108.82%)
Mutual labels:  markdown, markdown-converter
Yi Note
YiNote browser extension - online video note taking tool
Stars: ✭ 96 (-43.53%)
Mutual labels:  note-taking, evernote
Html To Markdown
⚙️ Convert HTML to Markdown. Even works with entire websites and can be extended through rules.
Stars: ✭ 155 (-8.82%)
Mutual labels:  markdown, converter
Evermark
🐘 A command line tool for syncing markdown notes to Evernote
Stars: ✭ 72 (-57.65%)
Mutual labels:  evernote, markdown
Enex Dump
Dump the content of .enex files, preserving attachements, some metadata and optionally converting notes to Markdown.
Stars: ✭ 73 (-57.06%)
Mutual labels:  evernote, markdown

logo

Last Commit
Version Documentation Maintenance License: MIT

Yarle is the ultimate converter of Evernote notes to Markdown.

Features:

Yarle can convert:

  • 📝 Any text
  • 📝 All metadata: original creation time, last modification time, tags, GPS location, notebook name, source URL
  • 🔗 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:

  • 🚀 Creates Markdown files matching to user-defined templates, see Templates introduced. See How to use templates with YARLE for details.
  • 💡 Metadata support: Puts title, creation time, update time, tags, and latlong source, notebook, link to original html meta-information into md as metadata. (To set them, please set up a custom template)
  • 🔨 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>

Configuration:

To configure Yarle, you must create a config file. By default it looks like this:

{
    "enexSource": "/absolute-path-of-your-enex-dir/test-template.enex",
    "templateFile": "/absolute-path-of-your-template-dir/sampleTemplate.tmpl",
    "outputDir": "/path-of-your-desired-output-folder",
    "isZettelkastenNeeded": false,
    "plainTextNotesOnly": false,
    "skipWebClips": false,
    "useHashTags": true,
    "outputFormat": "StandardMD",
    "urlEncodeFileNamesAndLinks": false,
    "skipEnexFileNameFromOutputPath": false,
    "haveEnexLevelResources": false,
    "monospaceIsCodeBlock": false,
    "keepMDCharactersOfENNotes": false,
    "keepOriginalAmountOfNewlines": false,

    "nestedTags": {
      "separatorInEN": "_",
      "replaceSeparatorWith": "/",
      "replaceSpaceWith": "-"
   }
}

The following configurational properties are available: | |Property Name| Property value | Meaning | |-------------|----------------|---------| |enexSource| your enex file or the folder of your enex files | specifies the exported Evernote notebook(s) as an absolute path| |templateFile | path of your custom template file | if its not specified, a default template will be used |outputDir | path to your output dir (absolute or relative) | this is the main output dir where the extracted markdown files and the external resources, images, pdf-s are going to be created| |isZettelkastenNeeded | true or false | puts Zettelkasten Id (based on time of creation) at the beginning of the file name| |plaintextNotesOnly | true or false | skips any notes with attachments (e.g. notes containing pictures)| |useHashTags| true or false | whether to add the pound sign in front of tags| |outputFormat| ObsidianMD or StandardMD | generates internal file links and highlights in Obsidian-style: highlights are going to be bounded by == instead of ` characters, file links are going to be as follows: ![[file-name]] instead of ![file-name](file-name). Possible values: ObsidianMD to get Obsidian-style notes, StandardMD or skip it completely, if you prefer Standard Markdown format.| |haveEnexLevelResources| true or false | stores note resources on global _resources folder per enex export if enabled | |monospaceIsCodeBlock| true or false | if it's true then all deepest elements with monospace font style is recognized as Codeblocks| | dateFormat | string | ISO 8601 specification of the expected date format (e.g. YYYY-MM-DD) |keepMDCharactersOfENNotes| true or false | set it true, if you used Markdown format in your EN notes| | nestedTags | it's a complex property contains the following subitems: "separatorInEN", "replaceSeparatorWith" and "replaceSpaceWith" | separatorInEN stores the tag separator used in Evernote, replaceSeparatorWith is the string to what separatorInEN should be replaced to, and replaceSpaceWith is the string to what the space character should be replaced to in the tags. For example using the default settings a tag tag1_sub tag of tag1 is going to be converted to tag1/sub-tag-of-tag1 | keepImageSize | ObsidianMD or StandardMD | preserve an image's width and height in the chosen format when specified | urlEncodeFileNamesAndLinks | true or false | URL-encodes linked file names and internal EN links . e.g "linked file.jpg" will be converted to "linked%20file.jpg" | keepOriginalAmountOfNewlines | true or false | keep the original amount of newlines, default is false, when the multiple newlines are collapsed to one.

Metadata settings can be set via the template.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].