Jump to content

G1234554321

Level 1
  • Posts

    4
  • Joined

  • Last visited

Posts posted by G1234554321

  1. On 12/3/2019 at 12:04 AM, emmjayess said:

    if checkEvernote() then tell application "Evernote" set getSearchString to display dialog "Find" default answer "" set searchString to text returned of getSearchString set getReplaceString to display dialog "Replace" default answer "" set replaceString to text returned of getReplaceString set searchLen to count of searchString set theNotes to selection repeat with theNote in theNotes set noteContent to HTML content of theNote set HTML content of theNote to my replace_text(noteContent, searchString, replaceString) end repeat end tell end if on replace_text(this_text, search_string, replacement_string) set prevTIDs to AppleScript's text item delimiters set AppleScript's text item delimiters to the search_string set the item_list to every text item of this_text set AppleScript's text item delimiters to the replacement_string set this_text to the item_list as string

     

    On 12/3/2019 at 12:23 AM, Terminal said:

    Please see the video.

     

    Make sure you set the keyboard shortcut. That is what allows you to call the workflow in evernote. As you see I used ctrl + option + cmd + F

    Your OSX may ask that you for permission to work inside of Evernote. You need to allow this.

     

    I've had a MacBook for about four days, after 20+ years on Windows.  I just became a fanboy.  Thanks @Terminal!

  2. Yes, templates should include Tags and likely Titles.  Workaround for Titles is to just make sure your template has a first line that is the title you would like, and EN will copy it in for you.  Tags I've got no workaround for, so like others will likely go back to using Duplicate Note.  Would probably have been an idea to use Duplicate Note behaviour as the template for Templates to be honest...

×
×
  • Create New...