{"id":37179833,"url":"https://github.com/gonejack/evernote2md","last_synced_at":"2026-01-14T20:55:17.974Z","repository":{"id":57563695,"uuid":"333354842","full_name":"gonejack/evernote2md","owner":"gonejack","description":"Convert Evernote .enex file to Markdown","archived":false,"fork":true,"pushed_at":"2021-01-28T01:44:59.000Z","size":161,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T10:17:34.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"wormi4ok/evernote2md","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gonejack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-27T08:36:03.000Z","updated_at":"2021-01-28T01:45:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gonejack/evernote2md","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/gonejack/evernote2md","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonejack%2Fevernote2md","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonejack%2Fevernote2md/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonejack%2Fevernote2md/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonejack%2Fevernote2md/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gonejack","download_url":"https://codeload.github.com/gonejack/evernote2md/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonejack%2Fevernote2md/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-14T20:55:17.394Z","updated_at":"2026-01-14T20:55:17.967Z","avatar_url":"https://github.com/gonejack.png","language":"Go","readme":"# Evernote to Markdown converter\n\n[![Build Status](https://github.com/gonejack/evernote2md/workflows/Test/badge.svg)](https://github.com/gonejack/evernote2md/actions)\n[![Docker Build Status](https://img.shields.io/docker/build/wormi4ok/evernote2md?label=Docker)](https://hub.docker.com/r/wormi4ok/evernote2md/)\n[![Homebrew](https://repology.org/badge/version-for-repo/homebrew/evernote2md.svg?header=Homebrew)](https://repology.org/project/evernote2md/versions)\n[![codecov](https://codecov.io/gh/wormi4ok/evernote2md/branch/master/graph/badge.svg)](https://codecov.io/gh/wormi4ok/evernote2md)\n[![Go Report Card](https://goreportcard.com/badge/github.com/gonejack/evernote2md)](https://goreportcard.com/report/github.com/gonejack/evernote2md)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/gonejack/evernote2md)](https://pkg.go.dev/github.com/gonejack/evernote2md)\n\nEvernote2md is a CLI tool to convert Evernote notes exported in *.enex format to a directory with markdown files.\n\nKey features:\n\n* Zero dependencies - download and run\n* Creates one markdown file per note\n* Converts attachments to files ( two directories will be created: `image` for images and `file` for other attachments\n  e.g. pdf files )\n* Retains correct links to attachments\n* Inserts Evernote tags in notes as text entries with customizable formatting\n* Shows highlighted Evernote text\n* Sets file created and modified date equal to the note attributes\n\n### Installation\n\nUsing [Homebrew](https://brew.sh) package manager:\n\n```\nbrew install evernote2md\n```\n\nManually:\n\n[Download the latest release](https://github.com/gonejack/evernote2md/releases/latest) for your OS.\n\n\u003e ##### Note for macOS users!\n\u003e Please, check this [wiki](https://github.com/gonejack/evernote2md/wiki/macOS-FAQ) page if you have problems running the tool.\n\n### How to use\n\n```\nevernote2md (flags) [input] [outputDir]\n```\n\n`input` can be a file, a directory with exported files, or a glob pattern (like `exports/My*.enex`, for example).\n\nIf `outputDir` is not specified, `./notes` is used. Add optional `--folders` flag to put every note in a separate folder.\n\nAn option `--tagTemplate` allows to change the way tags are formatted. \nSee [wiki article](https://github.com/gonejack/evernote2md/wiki/Custom-tag-template) for more information.\n\nFlag `--help` shows all available options.\n\n#### With Docker\n\n```\ndocker run -t --rm -v \"$PWD\":/tmp -w /tmp wormi4ok/evernote2md:latest (flags) [input] [outputDir]\n```\n\n### How to export notes from Evernote\n\nHere is a link to an article in Evernote Help Center:\n\n[How to back up (export) and restore (import) notes and notebooks](https://help.evernote.com/hc/en-us/articles/209005557-Export-notes)\n\nNewer versions of the Evernote App do not allow selecting more than 50 notes at a time.\nConsider [exporting entire Notebook](https://help.evernote.com/hc/articles/360053159414) instead.\n\n-----\nMade with ❤ using IDE from JetBrains.\n\n[![JetBrains](.github/powered_by.svg)](https://www.jetbrains.com/?from=evernote2md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonejack%2Fevernote2md","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgonejack%2Fevernote2md","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonejack%2Fevernote2md/lists"}