Jump to content

Don Dz

Level 4
  • Posts

    866
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Don Dz

  1. I agree with the AutoHotkey suggestion, but if you are not familiar with scripting, and this is a one time project, it could be hard going at first. I wrote a simple Autohotkey script and tested it. All it does is delete any selected notebook without confirmation, then moves to the next one. Caveat: having your notebooks to be deleted on a separate stack will not prevent other notebooks from being deleted without warning, if you press the hotkey too quickly, so be careful, there is no undo for notebook deletion! (I found that although you can recover individual notes from the trash, tags may get removed from your notes if you try to cancel the process). #d:: ; Deletes any selected notebook without confirmation. ; Dangerous for your data if used carelessly Send {Del} Send {tab} Send {Enter} return
  2. Thanks for the additional details, it is as you say. Interesting that this can be done outside the program but not inside of it.
  3. No, you didn't, but aside from Save as, I am not sure where you are seeing the resulting screen clipper image as a PNG or JPG. Even 'Open with' only sends a PNG to another program.
  4. Thanks for the additional steps. Even with rebooting, when I go to do a "save as" of the image in Evernote, it is still a PNG. Just to eliminate all doubts, I renamed the value data to zzzzScreenClip.jpg, the file name still came out as ScreenClip.png. This seems to suggest the setting is being ignored, even after a reboot.
  5. Thanks, I added the string value ScreenClipperFileName.jpg, rebooted, tried the clipper, no effect, assuming I did it correctly. Tried "ScreenClip.jpg", also no effect.
  6. Just a reference to the Windows snipping tool (Win-Shift-S), not the Evernote clipper. Thanks for the tip. Was not aware one could do that with Evernote. The string value "ScreenClipperFileName" doesn't appear at that address on my computer, all I see is Default, DefaultCommand, & OpenEvernoteParam. A registry search came up empty. Assuming this means the entry would have to be created, I don't dare do anything in the registry without more specific steps.
  7. While digging around, I found that for some reason the snipping tool app can be changed to save in JPG and remember it, but the snipping hotkey cannot, weird, since they both seem to be part of the same tool. Third party seems the way to go.
  8. I believe he means the right click menu option "Save As", when using it on a picture. It seems Evernote simply receives images from another program in the file type the other program sends, EN doesn't appear to determine file type (my camera sends JPG, Windows capture seems to default to PNG). You can send the image to Microsoft Office Picture Manager, Paint, or whatever image program is installed on your computer, to change the file type and compress it, from within Evernote (right click "Open with"). I hope that is of some help.
  9. Yes, I was aware, changing the whole system just for a date stamp seems impractical. I was hoping for an Evernote only solution, like in settings. Yes, I am not expecting anything like what I use in my AH script, just simpler things like year first, etc.
  10. Works as expected for me, too bad there is no way to change the format, so I guess I will continue to use AutoHotkey instead, which allows me to get 19-11-12: Tue, Nov 12 | 10:37PM instead of 11/12/2019 10:37 PM more practical for my use.
  11. As above, not fixed for tags or reminders.
  12. I never tried, but supposedly anyone can contact them via twitter, and get a response.
  13. It was in the bug reports forum, it was moved to the Feature request forum for your convenience. Nothing you need to do, happens all the time. The comment was just in case that was not what you desired.
  14. I tried it just now, File/Add Another User, a second window opens. After reboot, I don't have to sign in again, I just click on the second account in the file menu and a new window opens, no problem. I am not seeing that, both accounts are available after reboot (as above), might be a limitation if both accounts are free (I didn't know you could open two account windows at all if they are both free, I recall that was not the case not so long ago).
  15. Did you try duplicating the note, or copying content to a new note? Invisible bugs are a pain, I'll give you that, but of all the different types of bugs, the ones that can be located and fixed by creating a new note, are the easiest to deal with. The Ctrl-Help menu can often preserve the old note, but in my experience a fresh new note is best.
  16. This seems like a feature request rather than a bug. Moved to the feature requests forum so others can vote on your request.
  17. See if you can locate the problem by pressing Ctrl while clicking on Sync.
  18. If you support this suggestion, click on the up arrow at the top left of this page, otherwise support might not notice. One vote so far(mine).
  19. Try the following: add a space inside your emoji, then a space after, then remove the space from inside the emoji. This effectively disables it. Alternately, the following AutoHotkey script can do it automatically: #d:: Send D :{space}{left 2}{bs 1}{end} return Run it by pressing the Windows key followed the letter d (can change d on the first line to anything you wish).
  20. While I have not encountered the problem as a paying user, I have seen the weird duplicates in my account, so once in a while, as DTLow suggested, I go in there and delete things. You will not lose anything, you will just have to sign on to your devices again. Or if you prefer, delete only the second Windows entry, then nothing should be affected. Theoretically at least.
  21. Yep, sometimes I use one with Evernote Android, but it drains the battery a bit.
  22. Your identical post in the other discussion did not mention PDF when I moved my response here, sorry. I really don't think Page Setup is intended for the built in PDF function. The extensive print size options that you mention come from the default printer driver, not from Evernote. Basically you need to install a PDF printer driver, then you would use File/Print/Preferences as I mentioned. My scanner came with Nuance PDF, and it handles custom sizes just fine. There are a number of freeware PDF drivers online to choose from. If you don't want to try a driver, you could try to resize your PDF file to the size you need using Adobe Acrobat, or better yet, transfer the EN note to Word and do it from there. I think Word is a better option than direct print to PDF with a driver, because of formatting issues. I hope the above is of some help. Nothing wrong with a Basic account.
  23. Try File/Print/Preferences. Or you can pre-set it in the Control Panel. Works for me.
  24. Thanks, I knew there was a storm brewing, but at the time I was under the impression it was simply one of a gazillion bugs that would eventually be fixed, so I did not pay that much attention since we had bigger, data loss type problems (that's what I get for using beta versions).
×
×
  • Create New...