Jump to content

DTLow

Level 5*
  • Posts

    22,081
  • Joined

  • Last visited

  • Days Won

    429

Everything posted by DTLow

  1. I merged your post with an ongoing discussion on this issue
  2. I suspect you created a new account. Make sure you're using the correct userid/password
  3. I posted some Applescript basics at https://discussion.evernote.com/topic/112316-scripting-on-a-mac-applescript/ In your case, you want to select the notes and have the script process each one The script code is tell application "Evernote" set theNotes to get selection repeat with theNote in theNotes < insert code here end repeat end tell For the "simplify formatting" code, I searched the internet and found this https://developer.apple.com/library/archive/documentation/LanguagesUtilities/Conceptual/MacAutomationScriptingGuide/RemoveMarkupfromHTML.html Feel free to ask if you have any questions implementing this
  4. You're posting in a user discussion forum Evernote support can be contacted at https://www.evernote.com/SupportLogin.action When using local notebooks, users should always have data backups btw After a merge, the original notes can be retrieved from the Trash
  5. Backups are a good idea Evernote supports two export options; enex and html Personally I use the html option This is close to the Evernote native format; the notes are read-able by any web browser app and can be imported into Word >> I feel I should have all my text backed up in word or a .txt file. My data consists of plain notes and attachments (pdf, images, word processing files, ...) .txt file is not a good option
  6. My backups include the raw database data Recovery method is a restotre of the database from backups btw After a merge, the original notes can be retrieved from the Trash
  7. I have a set of notes I use as templates; for example a daily journal template Evernote has a template feature documented at https://help.evernote.com/hc/en-us/articles/360001929468-How-to-use-templates To use my template notes; the duplicate note function works well - I use a script on my Mac (Applescript) to automate this I can also set up exports; .enex files that open as new notes in Evernote
  8. You're posting in the IOS forum but the problem is with search on the web server Disconnect from the internet to perform a true IOS search; Synology is found I have no idea why the web search is failing I suggest opening a support ticket at https://www.evernote.com/SupportLogin.action Please let us know if you get an answer
  9. Confirmed; importing notes creates new notes, and inter-links are no longer valid Personally, I restore my local notebooks using a raw database backup instead of export/import >>How do you export your notebook names? I use a script to append the metadata to the note contents My export script cycles through each notebook tell application "Evernote" set allNotebooks to every notebook repeat with currentNotebook in allNotebooks set notebookName to (the name of currentNotebook) set fileBackupenex to POSIX path "/Users/DTLowDesktop/@Evernote/Evernote_Backup/Notebook-" & notebookName & ".enex" set theNotes to every note in notebook notebookName export theNotes to fileBackupenex format ENEX with tags end repeat end tell
  10. I use a Mac and iPad. The tag list is filtered for the view context (example - a notebook) As per @gazumped, tags "belong" to an account, they do not "belong" to a notebook
  11. Thanks for the solution in identifying the "missing enml content" notes There's still the issue of recovering the 3 notes My source to recover specific notes is incremental backups; my personal Note History This runs each night, appending an html export of changed notes I also have TimeMachine backups (Mac) >>exporting notebook names It's a curious omission in the export process Personally I work-around it with scripting (Mac)
  12. On Macs, we do not have the option of assigning sort sequences to notebooks; it's a Windows only feature I was able to implement this feature using scripting (Applescript)
  13. Are you keeping the password safe - only using it for the Evernote account? Your account can only be accessed if the password is known
  14. Restore data from data backups. I have personal backups and Evernote has Note History backups https://help.evernote.com/hc/en-us/articles/208313858-How-to-use-note-history-to-view-older-versions-of-a-note
  15. Instead of "Convert to PDF" use Print > PDF The discussion has been moved to the Mac forum
  16. How about deleting the app, and reinstalling This should get rid of the note revenant
  17. Merged with an ongoing request To indicate your support use the vote button at the top left corner of the discussion
  18. You probably should contact the organizers of this event https://www.harmonenterprises.com/events/webinar-hustle-smart-tools-to-boost-daily-effectiveness-amp-productivity
  19. Which device/platform are you having thes issues?
  20. I'm not overly concerned about the automatic import There's always a method to import the documents; I usually go for two formats; native and pdf
  21. I opened ticket Ticket# 3093440 and received this response I understand that you are receiving prompts of using storage data when accessing Evernote Web using Safari. Thanks for passing along that information. I can confirm that this is an issue we are aware of. Our development team is tracking this issue and investigating a potential fix that can be made through Evernote as soon as possible. In the meantime, I can confirm this is a Safari exclusive issue. As a workaround, feel free to click Allow, as this should not have any effect on your Mac or your Evernote account. Alternatively, you can also try using a different web browser to see if this message still appears. I hope this information was helpful. If you have any additional questions or concerns, please don’t hesitate to reach out.
  22. "Choose to edit" is what I'm looking for; currently not available on mobile (IOS) or desktop (Mac) The "read only" function has already been implemented but we need Evernote to give us acces to toggle the switch; (I use third party Filterize)
  23. No copies, I adjust the notebook of the original note I don't really have a concept of the note's "place"
×
×
  • Create New...