Way to add Mac internal URL schemes and Web URLs #44
-
|
I really like the simplicity of the app. One thing I would like to add is an item that opens my todo app "Things" in the corresponding project when I open the files that go with it. The links look something like this: things:///show?id=2P7rCEU93hDYVFuo and open the app in the correct spot. Of course then there would be more applications such as specific websites rather than just the browser etc. Is this possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The app works on files, so we need a way to get a URL as a file. I could not get it to work with .webloc (XML) type file. But it works using .url (plain text) file, here's one I saved as Once you have the file, add it to Stapler as usual. Let me know how you get on! |
Beta Was this translation helpful? Give feedback.
The app works on files, so we need a way to get a URL as a file.
I could not get it to work with .webloc (XML) type file.
But it works using .url (plain text) file, here's one I saved as
test.url:Once you have the file, add it to Stapler as usual.
Let me know how you get on!