Jump to content

jefito

Level 5*
  • Posts

    18,955
  • Joined

  • Last visited

  • Days Won

    312

Everything posted by jefito

  1. As before, confirmed as working in the Windows native application; you're evidenly using the web client (and maybe the native Android client)?.Can't recall if resizing was ever supported in the web client or the Android client. With respect to copy/paste in the web client, I see it working in the current web beta, which I'm using, and also the current version (the so-called "classic" version) on Chrome in Windows.
  2. I saw this today, too. I was pretty cool/alarming. I cancelled out of the Google-Is_Taking-Over-The-World dialog, and just logged in using my email/password, which worked fine.
  3. It's just not as easy as saying "Hocus Pocus! Switch Colors!" And yes, of course it *does* depend on the operating system, since you need to interact with the operating system to switch colors, and in a Windows 32 application like Evernote, it would likely mean changing each and every dialog, menu, and images used in the Evernote UI (images in particular don't really respond to "just use different colors"), or at least providing a parallel set of dark mode resources. As for Windows "dark mode", if it actually worked by simply flipping a switch in the OS, then all applications would automatically work, including Evernote. That many don't should give you a clue that an application needs to be modified to implement dark mode, and according to the person who had their fingers on the Windows code (and who's previously commented on this above), it would have been a very time-consuming process in Evernote's case. Funny, I program full time for a living, and switching between Evernote and Visual Studio (something I do a lot) isn't blinding at all. Silly me, though, I work in well-lit places and don't use dark mode system wide. *shrug* I doubt that anyone expects everyone here to understand the technical aspects of implementing dark mode; I don't fully understand it myself, as I've never implemented it, though I have a fair understanding of Windows programming. On the other hand, I don't understand how to fix anything much more complicated than a flat tire on my bicycle, and so, like non-techies here, I need to rely on others' understanding of the problem domain. Possible responses in that case range from "Oh, OK" to "You lazy programmers are just giving us fake news again!!!". Whatever. Again, according to the testimony of someone who had their hands on the Evernote Windows code, it's not a simple matter, and despite the feature's popularity it's apparently been prioritized down. Folks here can trust them or not (I do because they spend a fair amount of time on the forums helping users in a constructive way). BTW, note that Evernote have implemented dark mode on platforms where it where is feasible, evidently the Windows case isn't. If it were easy, they would have also done it Windows, don't you think? Some fun dark mode reading: do a web search on "is dark mode a fad?"
  4. You seem to be asking for a sort based on distance from the location information in a particular note. Evernote sort doesn't work that way: it only provides a simple ordering of notes based on some "location" information (could be possible City+State+Country, street address, or Latitude+Longitude as far as I can figure it out). Sorting doesn't give you a closest-to-x calculation. To illustrate, imagine a spreadsheet that consists of a column of numbers. Now select all of those numbers. The spreadsheet gives you the simple ability to sort by smallest-to-largest or vice-versa -- which is what Evernote provides -- but to sort by distance to a particular number in that column is a whole different calculation. As far as I know, no Evernote client gives you that capability.
  5. Perhaps you should have posted this in the Android section of the forums rather than in the Windows section. Or at least have mentioned Android in your initial post so a moderator could move it as appropriate. In direct response to the Android question; there was no mention of Android until your 4th post here, and even that was oblique, I already mentioned that there's no Evernote setting that I can find, and my Evernote camera test captured in JPG, not PNG. Again: check your camera settings and/or the Internet.
  6. Well, they probably have all of the pieces to implement the save-as-different-format functionality, but maybe never saw any need. Original request to change an image's format in place is pretty easy; generally you'd convert to some convenient internal format (this is Windows, so likely a Windows bitmap), and then convert it to the desired file format, with appropriate internal bookkeeping on the note resource for the image (change in MIME type, etc., possibly ensure that the new filename doesn't collide with an existing resource in the note), etc. Saving a note image to disk is clearly useful (just another aspect of getting content in and out of Evernote), and the current interface does that fine, but a real save-as-a-different format would have a different UI, one that lets you specify allowable formats, and possibly any parameters (e.g. compression settings, etc.), rather than detecting a file extension change and doing whatever's required. Generally SaveAs dialogs let the user control the name, regardless of whether it makes sense or note: what if they changed the extension to .xls, (Excel spreadsheet) for example? Or .zxy (no known format)? SaveAs dialogs just assume the user knows what they're doing. I just loaded a jpg into a my text editor, and saved it out as a .txt file, no problem. It's still a jpg internally.
  7. Sigh. This has nothing to do with Save As or Open With or anything relating to what you can do with an image in an Evernote note. Once more, I am referring to the the Evernote screen clipper, available via the taskbar notification area icon (right click/Clip Screenshot) or via the "Capture Screen" shortcut in Tools / Options / Shortcut keys. When you clip an area, if you hold down the shift key before letting up on the left mouse button, then a file gets saves to your Windows desktop. It has a base filename as indicated by the filename in the registry name, and in the corresponding format. I figured that since you mentions the 'snipping tool app' and that you and OP referred to the ability to configure it to use JPG and PNG, that you were referring the the screen clipper, I only elaborated on how the screen clipper works because I believed it was being mentioned. Again, you cannot solve the OP's problem in Evernote, because Evernote doesn't have that capability. You can change the extension in the file from the Save As dialog, but it won't change formats; it will only write out the exact same file with the extension you chose. The only way I know how to do this is to open a note image in a separate image editor, save it out as a different format, pull the new image into your note, and delete the old image; an onerous workflow indeed.
  8. This does not work with Save As on a note image, and I never said that it did. As noted before this is only for the screen clipper The "ScreenClipperFileName" registry value name is the hint there, plus the fact that it's in the "TrayApplet" key: The "Save As" feature is completely different than the screen clipper functionality, and is indeed not affected by that registry setting. As far as I know, Save As may have had the ability to save as an arbitrary format, but I don't know either way whether that's true. Citation would be nice from those who think otherwise...
  9. No, not quite. Go to that registry key ("Computer\HKEY_CURRENT_USER\Software\Evernote\Evernote\TrayApplet"). In the pane on the right-hand side, right-click,, In the text box, type "ScreenClipperFileName" (without the quote characters). This is a new empty string value. Now double-click on that "ScreenClipperFileName" entry, and in the Edit String dialog, under "Value data", type "ScreenClip.jpg", and then click OK. You do not need to reboot for this to take effect; Evernote reads it every time you do a screen clip. In short, the value name must always be "ScreenClipperFileName" exactly (that's how Evernote finds it), and the value data ("ScreenClip.jpg", in this case) is the file that Evernote will produce if you do a screen clip with a file target.
  10. I don't see anything in the Evernote for Android client for this, but when I tried it, the images came in as JPG anyways. Maybe it's a system setting?
  11. You can just create a new string value names "ScreenClipperFileName" in that key, and give it the file name that you want (soesn't need to be "ScreenClip"), with the image file extension that you want (e.g. ".jpg"). Then try it out. If it fails, you can always just delete the "ScreenClipperFileName" value, and it will go back to the default file name of "ScreenClip.png", I believe. Should be pretty safe, all in all.
  12. Not sure what this means. The Evernote for Windows screen clipper can be configured to use a different format by editing the string value "ScreenClipperFileName" string value in the registry at Computer\HKEY_CURRENT_USER\Software\Evernote\Evernote\TrayApplet. Default is "ScreenClip.png", but you can change it to "ScreenClip.jpg" to save in JPG, and other formats may be possible: ".tif" and ".bmp" also appear to work. The keyboard shortcut used to invoke the screen clipper can be configured off the Evernote taskbar notification icon's right-click menu using Options / Configure SHortcut Keys... or from the main Evernote application: Tools / Options / Clipping. Beyond that, this doesn't solve the OP's request. Obviously, Evernote for Windows has the ability to create images in various formats, and given that they can obviously read and display other formats (and having implemented similar functionality myself), it probably wouldn't be a stretch for them, technically speaking, to provide a Save As for various formats (it really seems that this would be a "Convert To..." operation, to convert a note image in place, rather than saving it to disk, but whatever). So it all then comes down to a prioritization issue, per usual. Evernote is not an image editor, and relies on external applications to do that, which is an entirely valid approach. Having never seen a request like this before and given, I'd guess that this wouldn't be terribly important for most users, and therefore a nice-to-have, lower priority item, but that's purely a guess on my part.
  13. Evernote does not ever sync between devices/clients. It always syncs to the Evernote servers, which then syncs to other devices/clients as needed. And it should all happen automatically.
  14. I think that's probably something that you did (or rather, something that Outlook does for you); did you send an email to Evernote via Outlook, since winmail.dat is an Outlook thing. Reference: http://ipswitchmsg.force.com/kb/articles/FAQ/What-is-winmail-dat-1307739586757; telling quote:
  15. Apropos the fact that nothing really helpful comes to mind: Well, if that's not a metaphor for Google as a whole, I don't know what is... OK, maybe it's some kind of network connectivity thingie; can you see https://evernote.com/ ?
  16. Silly question, I know, but are you using the correct user name on your PC?
  17. Though you can't change it in Windows Settings to match an arbitrary format, such as what @Don Dz uses, at least as far as I can tell.
  18. Works for me. Followed your instructions: timestamp appears in the title. Version is the latest beta, though: 6.22.1.8767 (308767) Prerelease (CE Build ce-62.5.9981)
  19. You should be more specific on whether you're using a straight text search, or you're also using tags and/or notebooks to categorize things that are 'navy. or foods, or clothing. I could spin up to Beans if you change your mind, though-- I live reasonably close to the original store (I used to live in Freeport itself, some years ago)...
  20. The previous doesn't seem to be any way justified -- or even connected to -- by the statement that followed it: I'll grant that an an inducement to get an understanding of how to use Evernote and then to pay them, Evernote does get value in terms of future revenues. But that's about it. So how, exactly what value does Evernote get from long-term free users? Servers and companies don't run on fairy dust; it costs money, which free users don't provide. You get them to stop asking you to pay by, um, paying. Duh. And calling them naughty names drops you way down in the credibility column. Be serious: you were in no way going to start paying for the service.. Just to be clear -- I have a second free account to go along with my premium account, and their attempts to get me to upgrade are not any bit irritating at all. Maybe I understand that businesses that don't make money don't survive? The price you pay for not paying is the occasional request that you upgrade. Otherwise, Evernote Basic is free (as in free beer) to use. Use it, or do not. Just don't whine about it.
  21. You didn't say which Evernote application you are using, but in the Windows native application, it's easy, since you can do a number of operations on a selected set of notes: apply or remove a tag, move to different notebook, merge, etc.... Edit: but I don't know of any way to do this automatically.
  22. Not sure that I contributed all that much on negative term syntax discussion, but thanks anyways. In any case, I'm a little curious about the use of "-notebook:" in your example, as that's not legal Evernote search syntax, at least if you go by the published grammar (https://dev.evernote.com/doc/articles/search_grammar.php) and by longstanding implementation in the Windows client and elsewhere. Does this mean that the search grammar is changing to allow it (and even better, use of mutiple notebook terms in "any:" searches, or wildcards in notebook terms "notebook:Todo*". *sound of gleeful hand rubbing*)? Edit: I'll note that the "-notebook:", even with multiple "-notebook:" terms seems to work, while multiple "notebook:" terms didn't. Also, the thrust of the video was on the suggestions generated while using the search UI, and not the actual search results. In the comment I quoted, are you referring to search suggestions, or search results? (Hence the question about the "-notebook": term). Regardless, I'll give it a try, though I'm a little leery about the utility of suggestions resulting from negative terms. Seems a little counter-intuitive to me. BTW, thinking a little more deeply about this makes me realize that the business of offering sensible suggestions based on some partial query is a lot harder than just returning the actual results. for that query.. I have a fair understanding about to implement speedy text search in a set of notes, bu while suggestions for tag & notebook names are easy, I don't know where I'd begin with making suggestions on text An interesting problem, for sure.
  23. Evidently you are using the web version, and not the native Windows application, which is what I was referring to. The web version is significantly less capable than the native application.
  24. You can also just save the search, then right-click on it and select "Remember View Settings". You can then make it into a shortcut (or not), and the sort order will be preserved.
×
×
  • Create New...