Glenn McLelland
Glenn McLelland
@jdelStrother - your comment above https://github.com/Schepp/box-sizing-polyfill/issues/17#issuecomment-10404752 fixed the js error for me in ie7. Thank you
I use MacOS High Sierra. ``` $ npx -p yarle-evernote-to-md@latest yarle --include-metadata --configFile ./yarle-config.json Need to install the following packages: yarle-evernote-to-md@latest Ok to proceed? (y) y npm WARN deprecated [email protected]:...
That's what is confusing, nothing happens. No notes are converted and placed into the output directories. It just awaits for the next command at the command prompt $. I ran...
Ok, now I'm getting somewhere. I saw that I was executing the command from the wrong directory that had been trashed. Now when I run it from the right directory(/Users/glenn/Downloads/Evernote/),...
Here's what I tried after it recommended a npm install ``` $ npm install up to date, audited 629 packages in 1s 56 packages are looking for funding run `npm...
Hmmm... I tried on a brand new mac but get a different error. ``` ╭─ ~/Downloads/Evernote ╰─❯ npx -p yarle-evernote-to-md@latest yarle --configFile ./yarle-config.json --include-metadata Need to install the following packages:...
Got it working! Looks like it didn't like the following in the config file: ```js "enexSources": [ "/Users/glenn/Downloads/Evernote/Development.enex", "/Users/glenn/Downloads/Evernote/Information Technology.enex" ], ``` I changed it to: ```js "enexSources": [ "/Users/glenn/Downloads/Evernote/Development.enex"...
Thanks for the reply. Looking forward to testing once it's ready.
Not sure why, but it seems to work on sassmeister http://sassmeister.com/gist/b2aa0c7a2dc94e8dcc1e
Where can I change the tag to h1? I can't find it in the template files anywhere? Many thanks