Jump to content

jefito

Level 5*
  • Posts

    18,955
  • Joined

  • Last visited

  • Days Won

    312

Everything posted by jefito

  1. A rare one. Red letter day for me. I'll take it, even if it's due to your cold!
  2. Not sure that this does work, really. I tried this and a search for $SYM will find matches for #SYM, $SYM, and @SYM, just plain SYM, and probably others. I see no space character preceding 'sym' in the search information: i.e., it looks the same for $SYM as it does for SYM. In addition, searches on #SYM, $SYM, @SYM, etc. appear to work exactly the same as a search for SYM. As far as I can tell, special characters (punctuation in the search grammar documentation - https://dev.evernote.com/doc/articles/search_grammar.php) are discarded in the search query, and also in note text (or as treated as if discarded). If you're trying to find notes containing $SYM but not get matches on #SYM, SYM, etc, I don't think that that's doable in Evernote, at least the Windows client. From the docs: All that being said, I think that it would be great to be able to search for special characters, and I'd already upvoted this request.
  3. Works for me. You could always switch to the new version and try it yourself...
  4. In Windows, you can use the provided "Find in Evernote" shortcut key to bring up Evernote from anywhere, albeit in position to do a new search. Win+ArrowDown minimises the current program, so dismissing Evernote is already done. You can also make your own shortcuts (https://gizmodo.com/create-your-own-keyboard-shortcuts-to-do-anything-on-wi-1821529700) or use third-party programs like AutoHotKey to do this sort of stuff.
  5. Voting in this forum is via the arrow at the top-left of the topic header: Current vote count is showing at 288
  6. You are using a very old version of the Evernote web application, the "classic" version. To go to a new version, go to your account settings (it's in th edropdown menu by your name in the upper right-hand corner of the screen), look down the page for "Evernote Web", and select a newer version.
  7. Another thing that you can do is to create a Windows shortcut to the ENScript.exe command, give it parameters that open Evernote up to a specific notebook, and pin that to your taskbar. See
  8. Less a revolution than a realization. Dashboards, the Ruby Slippers of Evernote?
  9. A useful thing for Evernote for Windows, for sure, but ultimately a very unfortunate -- and disappointing -- thing for Evernote in that they didn't carry this feature out to the other Evernote clients..Here's hoping that this gets carried over as they explicitly move towards feature parity across all Evernote platforms, which they've talked about in their Behind the Scenes video series: https://discussion.evernote.com/forum/306-behind-the-scenes-series/.
  10. I don't know what post of mine you're responding to, but I certainly get that Markdown is an important feature for a fair number of Evernote users, and indeed, some Evernote clients (the Windows client anyways) do actually support use of some Markdown-ish syntax as a one-shot operation (e.g. I type '* ' and it adds a bullet point), and all of that's fine and should be added to other Evernote clients as well. My problem is that some folks expect more, like the ability to go back and forth between Markdown and Evernote formats (i.e. View as Markdown vs. View as Evernote), and that just doesn't seem feasible. These are two separate features, and a lot of folks are asking for the latter, as far as I can tell. If you're asking for the former, more power to you. If you're asking for the latter, well, I have my doubts. BTW, on Windows, Ctrl+Shift+L gives me a new code block (or creates one containing any selected text). It's not clear to me why the Markdown would be easier than that. Horses for course, I guess...
  11. Evidently Joplin used Markdown as its native format. (https://joplinapp.org/#markdown). Evernote does not (https://dev.evernote.com/doc/articles/enml.php), and that's the crux of the problem. Round-tripping from Evernote format to Markdown and back to Evernote is not trivial. Not sure where Joplin lines up vis-a-vis feature set (or performance, or convenience, etc.), so no opinion there. If Markdown is critical for your use case, and 3rd-party tools like Marxico don't cut it for you, then you should probably use a tool that handles Markdown well. If that's Joplin, well then, there you go...
  12. And that's a perfectly valid use. But if you see something in the fancy dashboards that you can use, by all means take advantage of it. There's no real rules as to what's over- or under-using Evernote -- it all depends on what you're trying to do.
  13. Never said the number was 0. Just small compared to the total number of Evernote users. Hopefully OneNote is working well for you; it didn't for me (importing my notes was a disaster, and the overall note storage structure didn't really seem to suit me), but many many people use OneNote and that's great. First off, I am not an Evernote employee, just an Evernote user like you (thread commenter @dconnet was an Evernote employee who had their mitts on the Windows code, and you should read those posts for more insight if you haven't already). Second, nobody here said anything about being "proud of" whatever technical debt Evernote is carrying around. But technical debt is certainly a reality in the business (including with Evernote), and must be accounted for when making prioritization decisions. You don't just blithely wave it away with a magic wand. Thirdly, you should note Evernote is a Win32 application, not WPF, so that technology doesn't really apply in this case. According to those who should know best, dark mode is a big deal for the Evernote Windows application.
  14. As you know, a summer cold is a different animal, but a winter cold still sucks.
  15. Funny -- I use the Evernote Windows and Android applications every day, for work and personal uses, and find that they work just fine for me. Of course, if you go to the Mac and iOS forums, I'm sure that you'll find the same sorts of complaints there that you see here. *shrug* It really helps if you point out specific requests or problems that you may be having with Evernote products.
  16. Well, mine was rhetorical, but thanks for the answer. Just got over a Christmas cold myself; buck up -- hopefully yours departs soon. Made chicken soup yesterday, can I send some over via Work Chat?
  17. ~~ looks up at the forum header ~~ Not on the web client, it doesn't...
  18. Me, I wonder Who Wrote the Book of Love, but I don't wonder about this. With respect to dark mode, I'd guess that the number of people who choose One Note over Evernote solely on the basis of dark mode rather than other, more functionality-based reasons, is vanishingly small, so I doubt that that's much of a factor. That, combined with the fact that dark mode isn't trivial for Evernote to implement (by all available evidence, as noted above), means that this gets prioritized down. If it were easy to do, they would have likely already done it.
  19. Interesting. Raymond Chen just wrote about a similar scenario (access control for nested registry entries) a couple of days ago: https://devblogs.microsoft.com/oldnewthing/20200102-00/?p=103287. Just another reason why seemingly simple tech problems can have much deeper implications that is easily apparent. Like @DTLow, my instinctual preference would be to make things more granular; i.e., that read-only properties not be inheritable in the case of contained notebooks. But I know that I haven't thought through this -- as you folks are in the process of doing -- so I'd be wary of pushing my opinion too hard either way. As always, I appreciate your comments here on the forums and the insights you give us as to (at least some of) what you folks are thinking. Cheers and Happy New Year to all the Evernote folks!
  20. Nice tip, but that's only if you use checkboxes for to-do items -- which is a common case, I'd guess, but not universal..
  21. That would be my preference, rather than having notebooks or notes being able to reside in multiple containers. Probably because of symbolic links in file systems. How about links to notebooks that could be contained in another notebook or a note? I'll be curious to see how this all plays out with the search language. I'm going to assume that a search in a notebook will return matches from linked notes as well as contained notes. Doesn't make sense otherwise. With nested notebooks, can we search an entire notebook subtree? (I have syntax for that, btw: *notebook:SomeNotebook searches SomeNotebook and all of its subnotebooks, similar to my old old proposed syntax for seaching tag subtrees: *tag:SomeTag. No problem, happy to help out. ). This is going to make my oft-parroted Evernote Structure Rules a bit more complicated though... Appreciate the comments, Scott. No actual need to reply, just stuff that's been rumbling around in my head for awhile.
  22. Hotkeys for this (they're on the extended menu): Ctrl+Space : Simplify formatting Ctrl+Shift+Space : Remove formatting Both of these retain the hyperlink Ctrl+Shift+R to remove the link
  23. I see this working fine with the native split-screen that comes with Android 10, on a Pixel 3a. Evernote appears to play nicely with GMail, at any rate. I could resize vertically as well. I didnt know how to do this previously; I used this guide to figure it out: https://www.wikihow.com/Use-Split-Screen-on-Android. Kinda neat, actually.
  24. This is very much related to the existing topic:
  25. Not sure why that is. Are you trying to perform aa formatting operation that's not on the editing toolbar?
×
×
  • Create New...