
actant
Level 3-
Content Count
123 -
Joined
-
Last visited
Community Reputation
17 NeutralAbout actant

Profile Information
-
Subscription
BASIC
Recent Profile Visitors
2,327 profile views
-
html code fails to load images
actant replied to actant's topic in Evernote for Windows Issues (Versions 6.25.1 and under)
Hi @DTLow Thanks for your response! <br/><img src="https://help.sketchup.com/sites/help.sketchup.com/files/images/bpm-inferring-02.png"/><br/> The line above fails to load the image. It seems that the website blocked Evernote for Win from downloading the image. The line below has no problem in downloading the image to EN database. <br/><img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png"/><br/> -
actant started following ENScript: notebook names with spaces, html code fails to load images, Backward/Forward mouse buttons in evernote? and 3 others
-
read a group of notes aloud?
actant replied to actant's topic in Evernote for Android Issues (Versions 8.13.3 and under)
Hi @gazumped Thank you for your reply! I wonder whether Evernote API provides capabilities for the job on Android. If yes, I'd like to spend some time to dig. Thanks! -
I have a .bat file like this: "C:\Program Files (x86)\Evernote\Evernote\enscript.exe" exportNotes /q notebook:zzzz /f C:\000\aaaa.enex "C:\Program Files (x86)\Evernote\Evernote\enscript.exe" exportNotes /q notebook:"z - 000" /f C:\000\aaaa2.enex pause The first command works to give aaaa.enex. But the second command does not give aaaa2.enex. How can I make it work without changing my notebook name? Thanks!