Jump to content

DTLow

Level 5*
  • Posts

    22,081
  • Joined

  • Last visited

  • Days Won

    429

Everything posted by DTLow

  1. Just a do-it-yourself applescript tell application "Evernote" set theNotes to get selection repeat with theNote in theNotes set theTitleHTML to title of theNote as string set thedate to modification date of theNote set theLink to note link of theNote set AppleScript's text item delimiters to "/" set parsedList to text items of theLink set noteUID to item 7 of parsedList set newText to "<hr/>Metadata Start" set newText to newText & "<div><span style=\"color: rgb(4, 51, 255);\"><span style=\"font-size: 12px;\">Title: " & theTitleHTML & "</span></span></div>" set newText to newText & "<div><span style=\"color: rgb(4, 51, 255);\"><span style=\"font-size: 12px;\">" set newText to newText & "Updated: ud" & my FormatDate(modification date of theNote) set newText to newText & " Created: cd" & my FormatDate(creation date of theNote) set newText to newText & " Subject: sd" & my FormatDate(subject date of theNote) set newText to newText & "<div><span style=\"color: rgb(4, 51, 255);\"><span style=\"font-size: 12px;\">" if reminder order of theNote is not missing value then set newText to newText & "Reminder: rd" & my FormatDate(reminder time of theNote) set newText to newText & " Completed: xd" & my FormatDate(reminder done time of theNote) end if set newText to newText & "<div><span style=\"color: rgb(4, 51, 255);\"><span style=\"font-size: 12px;\">" set newText to newText & "<div><span style=\"color: rgb(4, 51, 255);\"><span style=\"font-size: 12px;\">Notebook: " & name of notebook of theNote & "</span></span></div>" set theTags to tags of theNote set theTagNames to {} repeat with theTag in theTags set theTagName to name of theTag set end of theTagNames to theTagName set the theTagParent to parent of theTag set newText to newText & "<div><span style=\"color: rgb(4, 51, 255);\"><span style=\"font-size: 12px;\">" set newText to newText & "Tag_" & theTagName repeat while theTagParent is not missing value set newText to newText & " > " & name of theTagParent set the theTagParent to parent of theTagParent end repeat set newText to newText & "</span></span></div>" end repeat set newText to newText & "<div><span style=\"color: rgb(4, 51, 255);\"><span style=\"font-size: 12px;\">ID: [" & noteUID & "]</span></span></div>" set newText to newText & "Metadata End<hr/>" append theNote html newText set modification date of theNote to thedate end repeat end tell
  2. I use a script on my Mac to append the metadata to the note's contents btw The note's metadata is embedded in the HTML
  3. MS Word (https://support.microsoft.com/en-us/office/collapse-or-expand-parts-of-a-document-701786e0-95e2-40bf-bfe5-f0233cd3520c) I like to use the Office/iWork suites because of their compatibility with Evernote
  4. We haven't seen any action for the Evernote note editor >> It is still a very good one and I'm out looking for a tool that will do this for me Various word processors - I use Apple Pages The documents are stored in Evernote as note attachments edit: Apple Pages no longer supports Outlines; MS Word is a better choice
  5. I store my pdfs in Evernote I use external editors for annotation; for example Notability on my iPad
  6. Use a PDF editor app I can use Preview on my Mac
  7. Evernote > File > Sync There's also the sync icon in the tool bar If your toolbar is missing the icon, right-click the toolbar to customize
  8. I don't see Evernote "lecturing", but it's true the product doesn't support folders/subfolders Users requiring this legacy methodology should be looking at other products fwiw Some users emulate folders and subfolders using the notebook/tag trees I merged these posts with the primary discussion for this feature There's a story about Henry Ford not listening to customers - they were asking for faster horses
  9. I moved your post to the request forum. Users can indicate their support using the vote button at the top left corner of the discussion Evernote is a software/service provider. There's no indication of interest from Evernote in launching hardware They seem to have their hands full supporting current platforms Evernote is a cloud service with web access Data is available to electronic devices that can launch a web browser
  10. I have no problems with PDFs, although mine are generally smaller (1-2 pages) You might want to contact Evernote support (https://www.evernote.com/SupportLogin.action)
  11. You've designated notebooks as offline A copy of the notes are downloaded to your device for offline access Select User (head icon) > Settings > Notebooks > Offline The discussion has been moved to the IOS forum
  12. Please provide more details - is this Evernote related? Be aware - Folders are not supported in Evernote We get Notebook/Tag elements in the note metadata
  13. My experience with Space/Stack/Notebook hierarchy requests is that users are attempting to implement folder methodology Personally, I roll with minimal Space/Stack/Notebook structure Just what is needed to share notes (there's also offline and local notebooks) My project identification is specified using tags
  14. I'm guessing you're using Evernote on a Windows computer Try rebooting your device
  15. I have the reminder date update automated with scripting on my Mac It's also a feature supported by third party Filterize >>Create a tag !Recur I also have standard recurrence sub-tags; weekly, monthly etc
  16. That seems to be the solution for changing your billing date Note: This is changing the subscription level on your account Not creating a new account You account shifts to a Basic subscription, and then shifts to Premium with the new date >> i would simply lose my synced notes? No - you will not lose your notes They can still be accessed via the Basic account
  17. I merged your post with an existing request discussion To indicate your support for this request, use the vote button at the top left corner >>Anyway, I just thought I would ask if anyone had another tricks I sync select notes to my calendar service (Apple Calendar) The calendar entry stores a link to the Evernote note There are third party products for the sync; I use scripting on my Mac
  18. Hold down the Option key and press the up-arrow key; jumps to the top of the list I hope that is clearer.
  19. I would export to html and use a third party product like https://cloudconvert.com/html-to-md The .md file can be stored in Evernote as a note attachment
  20. You asked for support options as a non-paying user Customers get support at https://www.evernote.com/SupportLogin.action >>I will never store my personal/business data in a cloud storage Evernote is a cloud service - you definitely do not need a cloud service Make sure you maintain adequate data backups
  21. I should have mentioned that - the export feature excludes notebook (and note-id) Some users execute separate exports for each notebook
  22. Export the notes from the first account; import to the second account Evernote on Windows and Mac have an export/import feature There's also a shared notebook feature described at https://help.evernote.com/hc/en-us/articles/208314748-Share-notebooks
  23. I can confirm this - we are now redirected to the top of the list btw will get you back to the searched note
×
×
  • Create New...