-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom URL scheme for opening a note #97
Comments
Implemented in 2.2b26. Currently it only supports one URL https://dl.dropboxusercontent.com/u/3445731/Quiver%202.2b26.zip |
Any plans to make this link format available in Quiver for pasting into other apps? Perhaps as an alt version of 'copy note link'? |
Yep that's the plan all along. This feature was taken out in the last minute because it's inter-connected with a few other things, and I didn't want to introduce a public scheme prematurely. |
OK thanks. And congrats on a top-notch 3.0 release. |
Oh one more thing. Can we rely on the |
There is one small thing that I'm not sure. Should it be |
I'd be inclined to stay with the standard. I'm no expert, but urls without hostnames always have 3 backslashes, and who knows what tools someone might want to use that might depend on standard url parsers etc? |
Yep, that makes sense. So that's decided - |
Great, cheers. |
Is that correct?
it opens Quiver but dosen't shows the note.
|
@mbelletti It's not yet in the release build. You can try the build here: https://dl.dropboxusercontent.com/u/3445731/Quiver%203.0.1b1.zip |
Very fast reaction! :-) Thank you |
@mbelletti I will push out 3.0.1 in a couple of days. This will be in. |
@ylian It seems that also 3.0.1 doesn't work as expected.
open |
@mbelletti It seems to open work if Quiver is already open. Will fix. |
#361 fix the problem to me. |
@ylian after you right-click or control-click on note in the note-list, would it be possible to either add this new solution as a "copy external note link" option in the cmenu that pops-up, or to do something similar to what evernote has done and after the right-click/control-click menu pops-up, then you could hit the option key to change "copy note link" (which works in-app) to "copy external note link) for this new, quiver:///notes/{noteId}, solution you've created? Awesome app! |
@livfwds Great idea! Will do. |
Thanks so much! |
The URL scheme is implemented in 3.0.1. @livfwds In 3.0.1, if you "copy note link", it should just work. When you paste into an external app, it will be an external note link ( I will open a new ticket for other URL schemes. |
Awesome! |
Question - is there a way to use this schema to open quiver to start writing a new quiver note from the command line? Something like: I tried that but that doesn't see an option. |
@dbirch-cb There is a custom URL used by the Quiver Web Clipper:
Create a new note. Parameters:
Example:
|
A custom URL scheme can provide a way for another app, even a webpage, to open a Quiver note from a link. This applies to both OS X and iOS.
Also on both platforms, a custom URL scheme makes web clipping possible. A web clipper (a helper app) can be implemented on both iOS and OS X, and when clipping a page, will call the custom URL scheme to create a note.
Also, on iOS, using a custom URL scheme has been the standard way of implementing inter-app communication. iOS 8 introduces app extensions, which Quiver will implement, but the custom URL scheme is still useful.
The text was updated successfully, but these errors were encountered: