Jump to content

jefito

Level 5*
  • Posts

    18,967
  • Joined

  • Last visited

  • Days Won

    313

Everything posted by jefito

  1. But if RegisterHotkey() fails, that would be likely a sign that it's been previously taken (maybe depending on what GetLastError() says), so a user warning might be possible. But maybe if the RegisterHotKey() happens in the tray process (guessing here), it's not convenient for user notification? Or this could all be off-base -- this isn't in my realm, the applications I've worked on don't need global hotkeys or task bar notification doodads, so I've never dug in there. Bummer that Windows swiped one of your default hotkeys out from under you though.
  2. I haven't researched this (I'm not that lazy; it's just that I'm just about to head out from work), but is there an API to determine who owns a particular hotkey? In which case, you could warn a user, or at least have a chance to, warn them that the configured hotkey is already taken.
  3. The right way to do this is to install the Evernote application to your Android device, log in, and let it sync.
  4. Don't get me wrong; this would be a welcome addition to the Android (and iOS?) application. But failing that, I guess what I'd do in that case would be to capture the stuff I needed, and then massage it once I got back to my desktop to format it nicely. Not ideal, I know, but it's what we have at present.
  5. Ah, OK. I take it back. This *does* work when you drag the bullet or checkbox. I was attempting to grab the line. Nice feature there; I didn't know about it (obviously).
  6. I don't see this working in the latest public release (6.17.6.8292 (308292) Public) of the Windows Evernote client Edit: striking this out as it's not true. See below...
  7. This is sounding more like a feature request. Should I move it over to the appropriate forum?
  8. In the latest Windows version (6.17.5.8273), if you right click on a note in the note list, you should see an entry called "Copy Internal Link Ctrl+Alt+L". and you get the link type you note. You don't get that in the normal context menu when you right-click inside a note (it would be nice if you did), but it's evidently the same thing.
  9. Usually to debug copy/paste and other clipboard issues, I use a 3rd party application to see what is actually on the clipboard. You can do a web search on "windows clipboard utility" or something like it; I use ClipSpy and ClipboardFormatSpy.
  10. This actually does not work for either 'notebook' or 'stack'., at least in the Windows Evernote client, and is not allowed by the Evernote search language (http://dev.evernote.com/doc/articles/search_grammar.php), so probably not for the Web client either. If it works in other Evernote clients, then that would be good to know. It does work for 'tag', which is not what's asked for here.
  11. Working fine for me. Win 10 Pro 1607 / 14393.2007 Evernote 6.17.3.8255 (308255) Prerelease (CE Build ce-62.0.7477) Word Office 365 ProPlus subscription
  12. So glad you all cleared that up. Now all that needs to be done is: Modify the Evernote server database schema to reflect this little change, including the code that interacts with it Modify the API to that applications can use the new stuff: http://dev.evernote.com/doc/reference/ Modify the search language to allow searching the archives, probably (you will want to be able to search the archives) Modify all of the Evernote clients (and their respective database schemas/storages) to interact with those API changes, and add UI to allow the user to be able to use the new stuff Migrate over to the new stuff, and flip the switch (well, maybe test it a little bit behind the scenes; there's only 200 million or so Evernote users who'd be potentially affected) Whaddya think? Couple of days? No problem! Seriously, the parallels are compelling, though this particular iceberg has a lot of stuff that lives underwater than may seem apparent. In the API, I suppose they'd probably start with the Note object (http://dev.evernote.com/doc/reference/Types.html#Struct_Note), which has a 'deleted' member (it's actually a date, empty if the note is not deleted), and add an 'archived' date member.So you could then archive a note. But you'd probably need to figure out how archiving an entire notebook works as well. And so on. But I'm not Evernote; I'm sure it's not anywhere near as simple as what I laid out. I wouldn't expect this any time soon, though you never know...
  13. Windows? Mac? Android? iOS? Web? A screen shot might help.
  14. It may or may not be difficult to code (you tell me), however, coding difficulty is not always the sole consideration: a bubble sort is easy to code, too, but you'd never want to actually use it since it's really inefficient at scale. And searches need to be implemented across the range of contexts used by Evernote notes: web, mobile, desktop, and server. Moreover, adding this feature probably doesn't go far enough. First, if you have a non-trivial number of notebooks, you're probably going to want to want to specify multiple notebooks to exclude, and since you can't specify more than one notebook to search at a time, that functionality would need to be added as well. Oh, and you're going to want to throw stacks into the mix as well, so now -stack would need to be added, and multiple stacks supported.
  15. It's not going to appear for you in this discussion, since you started the topic. It's assumed that a topic starter would vote for their own idea / suggestion.
  16. If you want this, you need to make what Evernote calls "In-App Note Links". This is all a little confusing as these are also -- I think -- referred to as "internal links". In any case, these are the "evernote:///view/..." links. In the Windows client, select the note you want, and press Ctrl+Alt+L to create one of these. You can use these to jump from note to note inside the Evernote Windows application, or open a note in the Evernote Windows application. Adding to the confusion, if you right-click on a note in the note list, and select the "Copy Internal Link Ctrl+Alt+L", it actually creates a regular note link of the form "https://www.evernote.com/shard/[shardId]/nl/[userId]/[noteGuid]/", which is not the same as what s produced using Ctrl+Alt+L. Rainy day reading: https://dev.evernote.com/doc/articles/note_links.php
  17. A much-requested feature. Please go here and add your upvote:
  18. You should join the chorus of folks who've already asked for this here (from the General Feature Requests subforum): Add your upvote at the top of the topic, and your own discussion if you desire, though it's been discussed pretty thoroughly already. Some folks just use other methods of organization...
  19. Are you using the web beta? You should probably switch to the so-called "current" version as described above. The beta version is known to be an incomplete work in progress, whereas I can see the current version working in Edge. Of course, it should be noted the USPS delivers billions of pieces of mail every working day, with pretty high reliability. As an insult, that's pretty weak sauce. A web search on "how reliable is the us postal service" might help to enlighten. But good luck with OneNote -- it's not for everyone (same as Evernote, or Keep, or etc.), but if it works for you, then that's great. We should all have tools that work for us.
  20. You should be able to do that, somewhere up near your original post, or mark it as answered, or something.
  21. Is Tools / Options / Note / "Assign selected tags to new notes" checked?
  22. This is a duplicate of requests in the Windows feature request forum. Moving it there.
×
×
  • Create New...