Jump to content

John in Michigan USA

Level 4
  • Posts

    335
  • Joined

  • Last visited

Everything posted by John in Michigan USA

  1. This is what I call 'namespacing' your tag. Instead of multiple tags Project, GTD and Someday/Maybe -- perhaps in a tag hierarchy (parent tag Project: child tag GTD grandchild tag Someday/Maybe) -- you use a single tag Project: GTD-Someday/Maybe. I use namespacing too, but perhaps my way is more efficient. Since there will be lots of projects, there will be lots of tags beginning with Project. That suggests when you are trying to tag a note, you'll type Proj in the tag field and get a bunch of matches. You'll have to scroll, or type more, to get the one you want. That is why I use a special character (the dot) instead of the word Project to namespace my tags. Usually the project names are different enough that just typing the special character plus the first letter or two is enough. In my case, all tags are GTD related so I don't have to include that word. But if I had to distinguish between GTD project tags and non-GTD project tags (or non-project GTD tags?), I would namespace each tag with a different special character.
  2. Agree with @DTLow delete note deletes the note history, and moving a note to another notebook is apparently handled as a delete. Could your history have been nuked when you moved notes around? Backup and restore of the raw database files should preserve note history. Exporting a note does not export the history. There might be a clever 3rd party thing that exports the current note, then exports each note in that note's history. I wonder...Importing notes created in this way would result in separate notes, rather than a note with it's history of notes.
  3. The image preview (thumbnail) is probably part of the search index, which updates separately from the note itself. Usually, the search index updates almost instantly after a note is changed, but at times, it can lag up to an hour behind, even after you've forced a sync. Restarting your client seems to help, but not always.
  4. I found it helpful to set up this shared Notebook so it is synced and available offline: https://www.evernote.com/pub/spgscott/evernote5help That same EN user, spgscott, has an earlier version of this help that is mostly obsolete but still has a few goodies: https://www.evernote.com/pub/spgscott/evernote-help/ Those are the closest things I know of to a cheat sheet. Hope this helps.
  5. Thanks for the screenshot, it helps. I haven't noticed that change to my client. Sometimes I wonder if their testing includes people like us, of a certain age whose vision is fine but not what it once was :-)
  6. Thanks for the screenshots and other details. You could try sending a personal message to Shane D, he seems to be the person in charge of fixing the ticketing system. To message him, go to his profile and use the "Message" button. Include a link back to this original post. Hope he can help you!
  7. Also did you try simplify formatting before you tried removing formatting? Capturing a web page via the browser extension (Web Clipper) lets you experiment with the options for Article, Simplified Article, or Full Page. The clipper works great in 90% of cases. In the worst case, I have to do a Full Page clip. The result looks good on the Win client but can sometimes be hard to read on the Evernote phone app (probably because Full Page captures formatting that isn't meant for phones or small tablets. But, that problem is rare. I never have to remove white-space after using EN's Web Clipper browser extension. The clipper even lets you clip just the selected part of a Web page, although I haven't used that much. Maybe this is what you want, instead of using the browser's select -> copy -> paste in to EN? When I say works great, bear in mind that I don't think I've ever tried printing the EN note that I clipped. But it should work. Worse case, EN saves a link to the original page so you can go back there and see if there's a print-friendly version of the page. Then print that, or, capture that and print later. There's no perfect solution because Web pages vary so much in how they're formatted. In spite of that, the Web Clipper is one of the things EN does REALLY well so get to know it if you haven't already. Hope this helps.
  8. And in Android, undo is still not the solution...it usually undoes an entire block of typing, not just the auto-format operation. In other words, undo isn't granular enough.
  9. I don't have a burning need for this feature, but, I up-voted it anyways. My reasoning: hopefully if they ever implement this request, they will update the whole email -> Evernote gateway which is sorely in need of many, many fixes.
  10. Just a thought: a common editor (as part of a common code base) might have a significant downside...if an existing feature can't be made to work across all/most platforms, it is more likely to be dropped! The real problem is a development process that seems too isolated from customer feedback, and paradoxically, too connected to it. What I mean by this is, over the years I've seen some many half-assed hacks that deliver a requested feature but cause huge problems because they break the underlying programming model. For example, "why can't the editor be smarter and just do X" well X has to be defined for every possible scenario, and not cause problems or undefined outcomes when doing Y, Z, etc. X could be: double tap on a word with quotation marks -> editor selects word including quotation marks. Seems smart and conventient. But what happens if you don't want the quotation marks? You have to carefully alter your selection without accidentally un-selecting it (a challenge on mobile -- iOS a bit better at this than Android), a situation you find yourself in only because the editor tried to be smart and 'help' you without weighing it against all the ways the smart feature hurts you when it is too inflexible, etc. I hope that makes sense....for an example of how to do editors RIGHT, see https://www.notion.so
  11. I don't think the second part is correct. In addition to metadata, Evernote stores a full copy of every synced notebook on the servers. That is how you are able to access them via the Web client. When you sync a device, it syncs with the servers, not directly with whatever other devices you have.
  12. I assume when you paste the code into a non-Evernote, rich text editor you get colors?
  13. Hi, Evernote reminders should generate notifications of whatever kind the phone OS allows. Have you ruled out that your new phone OS (Android 10, I'm guessing, but you really should have included the version info in your post :-) is handling notifications differently than your old phone? If you've ruled that out, the next step is to open a ticket with Evernote support.
  14. There's more than one way that this URL field can get populated. A more common way for me is: If the URL field is blank in an existing note, and you paste something into that note that came from a Web page (or any software that provides URL metadata to the OS's clip buffer), Evernote will put the URL in this field. I think it was meant to be helpful, but it is annoying that you can't turn it off. For example, if select just my balance from online banking, copy, then paste into Evernote, Evernote puts a URL in the note that contains tokens that are likely related to keeping my bank account secure. I don't want Evernote to retain these tokens!
  15. @Amir Natan When I started using Evernote in 2011, Evenote didn't have a reminder feature at all. They saw themselves as a note-taking / web capture / brainstorming app, not a task manager. They particularly wanted to avoid the trap of trying to be the everything for everybody app. So at first they explained that a reminder feature was not part of their vision for the product. Later they listened to their users an added a basic reminder function, this was mid 2013 IIRC. There hasn't been much movement towards making reminders better since then. I agree it would be nice to have a recurring reminder. I've installed Filterize but don't feel confident enough to program AND TEST repeating reminders to the point that I can trust them. But that (or scripting for Apple stuff) is probably your best workaround.
  16. I don't have any problems pasteing in the app (Android 10, Evernote app 8.9.1) but I can imagine that there are problems like yours that are real, but hard to document. Please share your OS and Android version info. Maybe you can get a friend to shoot video over your shoulder while you reproduce the problem, that way they could see your gestures.
  17. @RavBoy The search syntax for reminders -- e.g. reminderOrder:* -reminderTime:day+1 -reminderDoneTime:* -- is sometimes buggy. My most recent testing, about 1 year ago, produced both false positives (reminders that shouldn't appear in the results, but do) and false negatives (reminders that should appear in the results but don't). Even if you test carefully today and the search string appears to work, it could revert (i.e. the bugs could crop up again) at any time. I have found no 100% accurate method to display reminders (across all notebooks) in the Windows client. The only reliable way I have found to be sure I don't miss any is to use the Android "Evernote list 4x2" widget, in the widget settings aka "Customize Widget", under "List Options" -> "Show" pick "Reminders" from the drop-down, and sort by date. It then displays all reminders in three groups: Overdue, Upcoming, and Unscheduled. The pop-up reminder notifications seem reliable, but if you get a bunch of reminders and have to dismiss them, then later do a search using the above syntax to see what needs attending to, that's a good example of when the bug(s) I'm talking about have burned me in the past.
  18. My guess is, Evernote's latest public release is buggy. Apparently your bug has been fixed in the Beta? If the problem comes back, you could try down-grading to your last known good version of Evernote. You can find them at https://filehippo.com/download_evernote/history/ , with the usual caution that these aren't official Evernote sites so in theory they could have malware. Due to bugs, users have been using these non-official sites to downgrade and no one has reported malware problems so far. Knock wood.
  19. Everybody who would like Evernote to make this feature (that overrides my phone's settings!?!) to be optional, or removed, please visit the link and vote the request up (up arrow, left side, next to title of post) https://discussion.evernote.com/topic/100180-request-screen-timeout-options/
  20. Try contacting support It looks like you installed Evernote via the Windows Store. Might help to uninstall/reinstall Or, uninstall and then install the downloadable directly from Evernote https://evernote.com/download As always, sync before you uninstall. To be extra safe, back up your database. Hope this helps.
  21. Looking forward to a more consistent sync experience. My sync experience has been fine; but I hope these changes will make the sync code more debug-able and easier to maintain. I hope the editor moves in the same direction - strong, functionally isolated modules that, when there's a problem, help isolate the problem, or better still, catch the problem in the development phrase.
  22. @Duhtch thank you for posting the video, it makes it much clearer than trying to describe the problem with words. It sounds like it is once again time to play that old Evernote game, "feature or bug". I think it is a bug, but I suppose this could be a very poorly thought-out feature: When you perform a search, Evernote notices that your search contains a tag, and it selects/highlights that tag in the left panel. @Duhtch Does this behavior happen if you simply search for the tag, instead of using your saved search? If it does, I suppose it suggests this might be a (again very poorly designed & unnecessary) feature. I'd try to find the answer myself, but I no longer install updates in order to avoid precisely these kind of problems. Good luck!
  23. I agree with @gazumped, Evernote isn't really meant for long recordings, use a 3rd party app for that. HOWEVER: Evernote considers it a feature that when you are viewing/editing a note, Evernote overrides your device settings to keep the screen on. In this case, to be consistent, Evernote should logically keep the screen on when you are using Evernote to record sound, speech-to-text, etc. I think Evernote should not override my device settings! But if they're going to, they should do so consistently. cc: @Ian Small
  24. Second comment from FB: Anyplace else that the green button should appear? Does the iOS app have the same problem?
×
×
  • Create New...