The optional "with query string" for open collection window doesn't seem to be working. If run the following I just get a new collection window with whatever the last query was:
tell application "Evernote"open collection window with query string "tag:action"end tell
I can work around it like this, but was wondering if I am missing something in the previous script:
tell application "Evernote"set newWindow to open collection windowset query string of newWindow to "tag:action"end tell
Idea
studgeek 1
The optional "with query string" for open collection window doesn't seem to be working. If run the following I just get a new collection window with whatever the last query was:
I can work around it like this, but was wondering if I am missing something in the previous script:
Link to comment
1 reply to this idea
Recommended Posts
Archived
This topic is now archived and is closed to further replies.