Completed
Custom URL scheme
This would enable interacting with the app via apps like Workflow and possibly Launch Center Pro.
existio://
, i guess..?)but also opening individual sections (i.e. Insights, Progress, Review, Trends, etc.) would be nice – since it’s somewhat hard to navigate lots of data in the current interface
ideal functionality (to me, at least) – updating tags, attributes, day notes, ratings, etc. natively via Shortcuts.app
existio://x-callback-url/add?rating=[value from 1-5]¬e=[user added note]&tags=[multiple, tags, separated, by, comma]
)Thanks for the feedback!
Re: your third point—there’s already some info and sample shortcuts in our user forum for updating tags and other data using Shortcuts. Do these cover your needs, or am I missing something about why a URL scheme would be helpful for this same purpose?
Opening the app is an easy first step, and I’ve already been able to explore how that will work. I wanted to explore how the URL scheme will be used before adding more options, though, as I don’t want to waste time adding options nobody will use when I could be working on other features instead.
So your feedback is really helpful! Would you be using these all via the Shortcuts app, or something else instead/as well?
And can you give me an idea of how/when you’d use options to open specific parts of the app. Is that something you do now manually that you’d like to automate in some way?
Thanks!
Actually, yes! I’m going to put a call out in the user forum to get some more testers, but I’d particularly love some help to test the url scheme if you’re up for it. I’ll just need an email address to send your beta invite to—you can send it via a feedback email in the Exist app or on the web if that works. Thanks!
Thanks Jeff! I really appreciate you testing this out for me during the beta :) Right now there are just the two: exist://
for opening the app, and the one you mentioned. I’ll document these somewhere more permanent soon, so they’re easier to find in future.
If you have any others you’d particularly like to use, let me know so I can think about what to add in future, too!
New member here that heavily uses x-callback-url from Drafts and LaunchCenter. Would love to see any docs on the implemented syntax beyond launching the app and/or help test out any development.
In specific i’d like to pass in a value to a tag. I’m already doing this manually via the API but would love to accomplish it easily on the device itself and let your lovely app handle the API. <3
I have some docs to add to Exist for iOS that I haven’t done yet, sorry. But there’s not a lot to the URL scheme so far. Right now it supports:
- exist://
to open the app
- exist://review
to open the app to the Review tab
- exist://mood
to open the app to the Review tab and show the mood entry dialog for today
That’s it, and it can’t accept any values right now, so you’ll need to keep using the API for what you’re after at this stage.