Jump to content

DTLow

Level 5*
  • Posts

    22,081
  • Joined

  • Last visited

  • Days Won

    429

Everything posted by DTLow

  1. https://help.evernote.com/hc/en-us/articles/209126867-Introduction-to-Evernote-Notebooks-by-Moleskine https://help.evernote.com/hc/en-us/articles/209005777-How-to-use-your-phone-to-scan-business-cards-into-Evernote https://discussion.evernote.com/announcement/72-issues-accessing-evernote-support-channels/
  2. On a Mac, note contents are stored outside of the database; a separate folder for each note EverNote tracks the folder name, stored in the database as Localuuid
  3. As per CalS, we can also install import folders on a Mac Why are you working with a single PDF? We need separate records to create separate notes
  4. Because of the note > multiple-tags relationship. a separate table is required Table name is something like Tags >>I should also be able to query this DB directly from python saving some time. I query directly from Applescript
  5. I don't work with these fields As I pointed out above, I can retrieve a csv file from the SQLite database >>is there a way to list the properties that we can interrogate with applescript? In Scripte Editor File > Open Dictionary > Evernote
  6. I added my vote and merged your note with similar requests The current search indexing uses various shortcuts like excluding "substrings" Also missing are stop words and special characters There's also a request to enhance the search feature with full Boolean functionality
  7. No, export/import is handled automatically by Evernote on Windows/Mac What app are you using to edit the PDF?
  8. Evernote/Mac has a bulk merge function, but that's the entire note contents Evernote/Mac also has Applescript integration The note contents can be accessed and a new note created >>Perhaps, if it were possible to set a range/domain associated with the search term. If you can define the delimiters, the text can be extracted For example, I use [...] to identify specific text
  9. Moved to the Penultimate Request forum
  10. Note count per tag tell application "Evernote" set allTags to every tag repeat with eachTag in allTags set tagName to (the name of eachTag) set theNotes to find notes "tag:\"" & tagName & "\"" set theCount to count of theNotes display dialog tagName & theCount << Code for counts end repeat end tell
  11. You're welcome to indicate your support using the vote button at the top left corner of the discussion This request currently has 7 user votes
  12. As you indicated we already have the share button; more buttons could get cluttered We can also right-click on the note in the list > Copy Note Link (Mac) >>1) Is there a way you guys could allow tag links? There's a request posted at the note linked below To indicate your support, use the vote button at the top left corner of the discussion
  13. I merged your post with a similar request To indicate your support for this request, use the vote button at the top left corner of the discussion
  14. I'm guessing you're referring to the public shareable link generated for a note No, Evernote does not provide the bitly function for a shortened URL On my Mac, I get https://www.evernote.com/l/AApjqE9gNnRGPLQSgHXg5fq9L2X76JK64pY On my iPad, I get Sample Note a properly formatted HTML link The underlying url is https://www.evernote.com/shard/s10/sh/63a84f60-3674-463c-b412-8075e0e5fabd/2f65fbe892bae296444c20993610fb00 (interesting a different url from the Mac, both pointing to the same note)
  15. There is a mess of formatting code behind the text you're copying The format is enml (basically html) It's possible to simplify the formatting using Evernote's Format functions
  16. Note count per notebook tell application "Evernote" set allNotebooks to every notebook repeat with eachNotebook in allNotebooks set notebookName to (the name of eachNotebook) set theNotes to every note in notebook notebookName set theCount to count of theNotes display dialog theCount << code for counts end repeat end tell
  17. Followup from Support - Ticket# 3071011 I'm sincerely glad to hear that you're able to forward messages into your Evernote account once more; I was previously holding back on sending the update to ensure all messages in a pending state have been delivered to the destined Evernote account. If you're still seeing some messages not yet delivered, please know we're still working to ensure they fully process, but you should be clear to resume forwarding emails into your account.
  18. Similar discussions for this issue have been merged Ticket# 3071011 Geoff T. (Evernote Help and Learning) May 6, 07:25 PDT Hello there, Thanks for reaching out to Evernote Support. My name is Geoff with the Evernote Technical Support Team, and I'll be assisting you with this issue. I understand that emails forwarded into your Evernote account are not appearing. I wanted to let you know that we've received several reports of this, and there appears to be a temporary issue with email delivery that we are working hard to fix as soon as possible. No further action is needed on your part to help pinpoint the cause of this issue, and we hope to follow up with you soon once this is resolved. Please let me know if you have any questions in the meantime, and thanks for being an Evernote customer. Respectfully, Geoff T. Technical Support Commerce Specialist M-F 8:00-4:30 CST
  19. As per @gazumped, we can both attach encrypted PDFs and "select-text-to-encrypt" I use an automator script (Mac) to encrypt the PDFs; right-click and encrypt
  20. Thanks for the name and link It is a superior method of organization I use a script (Mac) to ensure each note type receives all the required tag facets
  21. Testing now, and no email notes I'll give it more time, then create a support ticket edit; Ticket# 3071011
  22. I use a Mac, with scripting (Applescript) It's possible to segment note content based on a delimiter Not clear what a "graph break' is
  23. Editing a note addresses various items; Notebook, Multiple Tags, Title, Content, RemInder, ... I do not want the note to disappear when I assign the first tag My process is to work in my default notebook (@Inbox) context The last item I update is notebook; the note disappears and focus switches to the next note
  24. Would a .csv file help These are tables in a sqlite database My database browser supports export to .csv Notebook table - Important fields are Name and Stack Tag table - Important fields are GUID, Name, ParentGUID
  25. Select all (command A) This opens a box allowing various options including tags
×
×
  • Create New...