Custom URL scheme for desktop app

x-callback on the iOS app is all well and good, but we need a custom URL scheme (or similar) for macOS.

I’m more likely to use these kind of automation options on the desktop app.

Another alternative would be to implement AppleScript support, though I note you have stated this not on your short-term list of goals.

The x-callback-urls work on both iOS and macOS.

1 Like

How right you are! My mistake? Not specifying a value for project-title when using create-note.

I use the the following simple bookmarklet to save the URL/title of my currently open webpage as a note in my “New Notes” project in Agenda.

javascript:void(location.href='agenda://x-callback-url/create-note?project-title=New%20Notes&title='+escape(document.title)+'&text='+escape(document.URL)+'&on-the-agenda=false&date=today')

Thanks!

1 Like

Nice one, thanks for sharing!

This is really nice!
Is there a way to eliminate the Open Agenda? prompt?
(I’m using Brave Browser.)

Thanks!