Problem using the command line version of Yarle on Ubuntu/WSL #291
Replies: 3 comments 1 reply
-
Hi @pmottishaw ! |
Beta Was this translation helpful? Give feedback.
-
Hi @pmottishaw , It looks like a great workaround, but I don't think that it can be integrated into Yarle, because I process the enex file as a stream, otherwise the app would run out of memory in case of large files. On the links: Yarle tries to recognize the note what the link points to by the title of the link and then use that as you mentioned, with the double brackets. It's not the smartest way, because if there are multple notes with the same name, then the links can be mixed up. Unfortunately the direct guid of a note cannot be exported, I'm still thinking on a better way, probably something with table of contents. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the new version. I will give it a try. |
Beta Was this translation helpful? Give feedback.
-
Hi, I got the GUI version working - very helpful thanks, but I wanted to process multiple enex files (to get the correct links between all notes) so I installed the command line version on Ubuntu running under WSL on a Windows 10 machine. I installed Node.js v16.5, then executed the command
npx -p yarle-evernote-to-md@latest yarle --configFile ./config.json
The first time I ran this I got
Need to install the following packages: yarle-evernote-to-md@latest Ok to proceed? (y)
and I let the install happen.
I tried again with the original command and I got the error message
sh: 1: yarle: not found
I have checked carefully to make sure I followed all the instructions
Beta Was this translation helpful? Give feedback.
All reactions