enml2md icon indicating copy to clipboard operation
enml2md copied to clipboard

Evernote to Markdown Converter

Results 6 enml2md issues
Sort by recently updated
recently updated
newest added

``` $ node bin/enml2md Recipes.enex ./Recipes /home/omega9/Warehouse/Sources/Evernote/enml2md/lib/Note.js:63 attachmentFileName = attachment.exportFileName(); ^ TypeError: Cannot read property 'exportFileName' of undefined at null. (/home/omega9/Warehouse/Sources/Evernote/enml2md/lib/Note.js:63:40) at exports.each (/home/omega9/Warehouse/Sources/Evernote/enml2md/node_modules/cheerio/lib/api/traversing.js:122:24) at Note.loadENMLContent (/home/omega9/Warehouse/Sources/Evernote/enml2md/lib/Note.js:58:21) at Function.Note.composeNoteWithCheerio (/home/omega9/Warehouse/Sources/Evernote/enml2md/lib/Note.js:103:10)...

``` $ node bin/enml2md Music.enex ./Music fs.js:500 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENAMETOOLONG, name too long './Music/Электролитическое травление латуни (часть 1) Мастерские Зарубежные мастер-классы (зарубежная мастерская) Коллективные блоги Steampunker.ru...

en2md failed a few seconds after being run with following error message .. `FATAL ERROR: CALL_AND_RETRY_0 Allocation failed - process out of memory` `Abort trap: 6` Is there a work-around...

Hi, I am trying to convert my Evernote notes and I get this error: # # Fatal error in ../deps/v8/src/handles.h, line 48 # CHECK(location_ != NULL) failed # ==== C...

It looks like there is an issue wwith ToDo Items: ``` /Users/Nitrx/Desktop/enml2md/node_modules/html2markdown/markdown_html_parser.js:139 throw "Parse Error: " + html; ^ Parse Error: Look at… ```

Looks like you had an issue here: ``` /Users/Nitrx/Desktop/enml2md/node_modules/html2markdown/html2markdown.js:44 return value.replace(/^\s+|\s+$/g,""); ^ TypeError: Cannot call method 'replace' of undefined at trim (/Users/Nitrx/Desktop/enml2md/node_modules/html2markdown/html2markdown.js:44:15) at Object.parser.end (/Users/Nitrx/Desktop/enml2md/node_modules/html2markdown/html2markdown.js:377:34) at parseEndTag (/Users/Nitrx/Desktop/enml2md/node_modules/html2markdown/markdown_html_parser.js:198:15) at String.replace...