This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tell application "TextEdit" | |
| activate | |
| make new document | |
| end tell | |
| tell application "Notes" | |
| if folder "Archive" exists then | |
| set output to "" | |
| repeat with aNote in notes in folder "Archive" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tell application "TextEdit" | |
| activate | |
| make new document | |
| end tell | |
| tell application "Notes" | |
| if folder "Archive" exists then | |
| set output to "" | |
| repeat with aNote in notes in folder "Archive" |
NewerOlder