URL scheme for iOS app

True, but is there any reason we can’t make both work?

… I was going to mention that, but felt my post was long enough already :wink:

And for other stuff, like creating new bullets commands and parameters and encoding will be required.

2 Likes

Ah, didn’t know that’s where you were coming from. I totally understand now!

1 Like

Any progress with this? I’m using Drafts 5 a lot sice it came out and would love to be able to integrate it with Dynalist …

1 Like

Yes I would also very much be interested in this. Especially if there is a fast way to add to inbox for pro users. Thanks!

Sorry for the late reply! It’s on the our queue of mobile improvements, but allow us to fix up/down keys on iOS and also the keyboard jumping issue first! :smile:

Roger that! Thanks for the feedback :ok_hand:

Just adding one more upvote – URL scheme + the API are mission critical for me. I subscribe to Pro, but I’ll never be able to use Dynalist as a core part of my system until the URL scheme and API are available and good.

As you make plans for the URL scheme, please consider making it consistent across both the iOS and macOS apps. For services with applications on both platforms, it’s super annoying when one has a URL scheme and the other doesn’t, or the URL schemes are inconsistent with each other.

Ok, we’ll keep that in mind!

Also, to be sure for your vote to double count, please like the main post as well. That way it’s easier to tell from a glance how much interest it receives. Thanks!

iOS has a system for registering URLs schemes as well. Some URL schemes, like “http” and “mailto” are reserved by Apple to point to their own Safari and Mail apps, but apps installed from the App Store can register to handle other arbitrary URL schemes.

  • Check your registering part of the URL as the scheme. The bit of the URL before the first colon is the scheme (http or https typically). To use a custom scheme you need to make up a new scheme for the URL and output that URL.

  • Tests"canOpenUrl", canOpenUrl just checks whether you are allowed to open the URL. It’s my guess that your app doesn’t work because it doesn’t have the permissions to open that URL.

  • Check the URL Scheme is deprecated or not.

Does the URL scheme work with the OSX app? When I use my Mac, I excusively use the app, not the web version. I find that when I make a link in Dynalist, when the link is fired from another app (Things, for example) it opens the link in the web browser, not in the Dynalist app.

Am I doing it wrong? If not, please add this to the URL features.

1 Like

The latest Beta of Drafts for MacOS now supports running actions as well. This means that it would be really great to have a URL scheme to add the contents of a Draft to Dynalist, as it would work on both mobile and the desktop. (Works with almost all text editors, such as Bear, FS Notes, DayOne, Ulysses, etc., but not with Dynalist due to the lack of URL scheme support.)

1 Like

Hello,

I’m a bit late to the party, but I would very much like to have this feature implemented. In my current setup, I’m using deep links to WorkFlowy all the time, and would very much like to do the same in Dynalist.

My need is mainly related to iOs shortcuts (e.g. when leaving home, a shortcut will shut down my lights and heating, launch a playlist… and bring up a WorkFlowy list of things I have to do on the way or in the day).
I can of course open Dynalist links in Safari, but I often have poor connection quality when I’m on the go, so opening the Dynalist app instead would be awesome!

1 Like

Not going to happen, I guess… So annoying to go searching for same items all the time

Seems to be a planned feature: https://trello.com/c/7tU0Lgt3/166-mobile-url-scheme-deep-linking

Any progress with this? I really need the URL scheme work with the OSX app to quickly open some items :pray:

Best I can suggest is use Safari dynalist, and bookmark your items. You can invoke such bookmarks from lots of places on your iPhone.

Thanks for your suggestion! But I really want to be able to jump to dynalist and open the dynalist doc/item from other applications, and I usually use Microsoft Edge browser.

What’s the issue? Right click a bullet > “Get Link” > Paste into the other app. When you click it, your default browser (sounds like you set Edge to default) will open the item.

If I open it through the browser, it takes longer to load than it does in the dynalist. If I want to quickly switch to different pages, I have to open multiple pages in the browser through http://, and then I have to wait. In addition to the problem of slow speed, there are too many opened pages, that’s inconvenient. Moreover, desktop applications are more concise and comfortable than browsers without various sidebars. I think I am really eager for a dynalist://protocol, whether on mobile or computer.

Some news regarding link handlers

Today Microsoft introduced Progressive Web App link handlers

What this means is that if you install a site as an app via Edge Dev browser

then dynalist links in other apps like Notion will open the PWA app. Note that the PWA app is not the Electron app.