Replies: 2 comments 1 reply
-
The `Things3^` line seems unnecessary, as the URL handler should force
Things to the front anyway. I don't have a copy of Things to test with,
so I couldn't verify the script working anyway. Didn't they used to have
a free trial? Will have to check on that.
In the meantime, just for completeness, can I see the
CreateThingsWindow.scpt script?
…-Brett
On 26 Jan 2023, at 6:49, Josh Doyle wrote:
I want to create a bunch that launches multiple Things3 windows for
different lists (Inbox, Today, Upcoming, Anytime). This is what I have
so far. The bunch doesn't produce anything after
"things:///show?id=inbox". I know the CreateThingsWindow.scpt works
properly as I've tested it from another bunch.
```
---
title: Things Review 1
---
@@
!Things3
Things3
things:///show?id=inbox
Things3^
* CreateThingsWindow.scpt
```
--
Reply to this email directly or view it on GitHub:
#287
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks Brett. Here is the CreateThingsWindow.scpt.
… tell application "System Events"
-- switches to the proper list and selects the given to do in the list of to-dos
tell process "Things3"
click menu item "New Things Window" of menu "File" of menu bar 1
end tell
end tell
On Jan 26, 2023, at 9:25 AM, Brett Terpstra ***@***.***> wrote:
The `Things3^` line seems unnecessary, as the URL handler should force
Things to the front anyway. I don't have a copy of Things to test with,
so I couldn't verify the script working anyway. Didn't they used to have
a free trial? Will have to check on that.
In the meantime, just for completeness, can I see the
CreateThingsWindow.scpt script?
-Brett
On 26 Jan 2023, at 6:49, Josh Doyle wrote:
> I want to create a bunch that launches multiple Things3 windows for
> different lists (Inbox, Today, Upcoming, Anytime). This is what I have
> so far. The bunch doesn't produce anything after
> "things:///show?id=inbox". I know the CreateThingsWindow.scpt works
> properly as I've tested it from another bunch.
>
> ```
> ---
> title: Things Review 1
> ---
>
> @@
> !Things3
> Things3
> things:///show?id=inbox
> Things3^
> * CreateThingsWindow.scpt
> ```
>
> --
> Reply to this email directly or view it on GitHub:
> #287
> You are receiving this because you are subscribed to this thread.
>
> Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub <#287 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAK2D2EE4WBPYVDYIB5YTX3WUKJPHANCNFSM6AAAAAAUHOV57I>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create a bunch that launches multiple Things3 windows for different lists (Inbox, Today, Upcoming, Anytime). This is what I have so far. The bunch doesn't produce anything after "things:///show?id=inbox". I know the CreateThingsWindow.scpt works properly as I've tested it from another bunch.
Beta Was this translation helpful? Give feedback.
All reactions