{"id":17504646,"url":"https://github.com/davep/evernote2md","last_synced_at":"2026-02-06T16:32:39.117Z","repository":{"id":258433037,"uuid":"874301627","full_name":"davep/evernote2md","owner":"davep","description":"Simple tool to turn an Evernote notebook export into Obsidian-friendly Markdown","archived":false,"fork":false,"pushed_at":"2024-10-18T21:35:23.000Z","size":48,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-29T04:41:13.778Z","etag":null,"topics":["cli","evernote","export","import","journal","obsidian","obsidian-md","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/evernote2md/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-17T15:29:30.000Z","updated_at":"2024-10-23T00:55:50.000Z","dependencies_parsed_at":"2024-10-19T04:38:25.862Z","dependency_job_id":null,"html_url":"https://github.com/davep/evernote2md","commit_stats":null,"previous_names":["davep/evernote2md"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/davep/evernote2md","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Fevernote2md","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Fevernote2md/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Fevernote2md/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Fevernote2md/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davep","download_url":"https://codeload.github.com/davep/evernote2md/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Fevernote2md/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29168465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T15:38:29.831Z","status":"ssl_error","status_checked_at":"2026-02-06T15:37:48.592Z","response_time":59,"last_error":"SSL_read: 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":["cli","evernote","export","import","journal","obsidian","obsidian-md","python"],"created_at":"2024-10-20T01:14:51.671Z","updated_at":"2026-02-06T16:32:39.099Z","avatar_url":"https://github.com/davep.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# evernote2md\n\n## Introduction\n\nThis is a simple command line tool that can be used to extract journal\nentries from [Evernote](https://evernote.com) and turn them into a\ncollection of Markdown files. In this tool's case the Markdown collection is\nbuilt so it can easily be used as an [Obsidian](https://obsidian.md) Vault.\n\nNote that I wrote this tool with a very specific job in mind, for myself, so\nthere are a couple of hard-coded things going on inside it (especially when\nit comes to some tidying up of tags). I may turn such things into\nconfiguration options in the future, but keep this in mind and be prepared\nto modify the code to taste if you have a use for this.\n\n## Installing\n\n### pipx\n\nThe package can be installed using [`pipx`](https://pypa.github.io/pipx/):\n\n```sh\n$ pipx install evernote2md\n```\n\n### Homebrew\n\nThe package is available via Homebrew. Use the following commands to install:\n\n```sh\n$ brew tap davep/homebrew\n$ brew install evernote2md\n```\n\n## Usage\n\n### Getting ready to use\n\nThe first thing you will need to do is create an export of your Evernote\nnotebook. I honestly can't remember the method, but it's whatever results in\nyou having a zip file full of HTML files and directories containing\nattachments.\n\n### Assumptions for the \"Vault\"\n\nAs mentioned earlier, this tool assumes that you're going to be making an\nObsidian Vault with the resulting Markdown. With this in mind the tool makes\nthe following assumptions:\n\n- You wish to have a `YYYY/MM/DD` folder hierarchy for the entries.\n- You prefer to have all attachments held in a `attachments` folder below\n  the location of the entry the attachments are for.\n\nThese are my preferences, if yours differ it should be simple enough to\nmodify the code to taste (or, if what you prefer seems like it could be a\nreasonable configuration option, create an issue in the repo and tell me all\nabout it).\n\n### Create the target \"Vault\"\n\nCreate a directory where the \"Vault\" will be created. Note that `evernote2md`\ncreates all directories and files *within* this directory.\n\n### Perform the conversion\n\nWith all the above done and in mind, run the tool like this:\n\n```sh\nevernote2md evernote-data markdown-vault\n```\n\nwhere `evernote-data` is the path to the directory that holds all of the\nextracted Evernote files, and where `markdown-vault` is the directory you\ncreated that will be the Vault.\n\n## Getting help\n\nIf you need help please feel free to [raise an\nissue](https://github.com/davep/evernote2md/issues).\n\n[//]: # (README.md ends here)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavep%2Fevernote2md","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavep%2Fevernote2md","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavep%2Fevernote2md/lists"}