Jump to content

nepia-infinity

Level 1
  • Posts

    1
  • Joined

  • Last visited

About nepia-infinity

nepia-infinity's Achievements

0

Reputation

  1. I 'm wondering if it would be possible to use Apple Script to get a list of notes in a particular notebook and generate them in a new note with a title and URL. error alert class nameがあるべきところですがapplication constant または considerationが見つかりました。 tell application "Evernote" set noteList to every note of default notebook repeat with currentNote in noteList set noteTitle to title of currentNote set noteCreatedDate to creation date of currentNote set noteModifiedDate to modification date of currentNote set noteTags to tags of currentNote set noteURL to note link of currentNote -- ノート情報を表示する display dialog "Title: " & noteTitle & return & "Created Date: " & noteCreatedDate & return & "Modified Date: " & noteModifiedDate & return & "Tags: " & noteTags & return & "URL: " & noteURL end repeat end tell I 'm not good at writing English, but I would like to make a note like this.
×
×
  • Create New...