evernote2md icon indicating copy to clipboard operation
evernote2md copied to clipboard

Convert Evernote .enex files to Markdown

Results 29 evernote2md issues
Sort by recently updated
recently updated
newest added

**Problem statement** Exported all my Evernote notes into a file `AllEvernotes.enex`. I've added the release binary to the `/usr/local/bin` fodler and it is available on the $PATH. Using the terminal...

bug

**Context** In my evernote, many notes have ordered list with order number followed by checkbox: ![剪贴板01](https://user-images.githubusercontent.com/1651111/132368253-553a405e-fd5e-454d-8949-0cfd8d2a141f.jpg) and after converted with evernote2md, ordered list remains, while checkbox missed. ![剪贴板02](https://user-images.githubusercontent.com/1651111/132368526-d926237d-15c6-4615-8b77-07e6ce685a23.jpg) I use...

**Problem statement** Multiple lines in a table cell are translated into markdown text lines instead of one line with `` tags in between. **Example file** [sample.zip](https://github.com/wormi4ok/evernote2md/files/7091316/sample.zip) The uploaded zip includes...

bug
help wanted

**Problem statement** Some content is lost if the exported note content has a color style **Example file** ![image](https://user-images.githubusercontent.com/31268184/177014002-4d1a3135-01db-4fde-aeae-226bd6acced3.png)

Hi I was able to successfully convert .enex file to md files with links but the md files had the links to the same few images, although I had a...

**Problem statement** Cannot execute file. I don't know what I'm doing wrong. **Example file** PS C:\Users\j_cam\desktop\en\evernote2md> evernote2md --tagTemplate "[[{{tag}}]]" "C:\Users\j_cam\Desktop\EN\EvernoteBackup Aug21.enex" ./notes evernote2md : The term 'evernote2md' is not recognized...

**Context** is it possible to add custom header for all output markdown files.in this case we can export all evernotes to markdown files which can be hosted on the hugo...

Thanks for this tool! I don't know if Evernote changed the .enex export formatting or what, but running the command on a normal note results in some weird Unicode characters...

The source code includes a polite recognition that replacement of spaces with underscores is simply a personal preference. In my case, I've modified the source code to not replace spaces,...

enhancement

A simple pair of flags to prepend exported note filenames with the created and/or modified dates (ISO format, YYYY-MM-DD, so they sort nicely in file managers). Was useful for me,...