-
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
Command line parameters #294
Comments
Not at the moment, but this scheme will be added shortly: #97 I wonder how you are going to implement full text search? There is no scripting support in Quiver yet. |
Thanks for quick reply :) I was thinking about using some Ruby/Python script, to parse Quiver JSON-data files. Even basic string matching, would be sufficient for my needs (at least at the beginning). |
I see. That would be okay if the library isn't too big. You can switch over once I add scripting support for that. |
Awesome! One last thing, just to confirm - even the |
@ajgon That's correct. But go ahead with your implementation. I will send you a special build within a day or two. |
Great! Thank you! |
Ok, so here is the initial draft of the extension - if anybody is interested :) |
@ajgon Thanks. Here is a special build with the URL scheme ( https://dl.dropboxusercontent.com/u/3445731/Quiver-scripting-b1.zip This will be included in 3.0.1. |
Works perfectly, thanks! |
Merged this with #92. I also added a entry here: https://github.com/HappenApps/Quiver/wiki/Alfred-LaunchBar-Integration |
The URL scheme is implemented in 3.0.1. |
Hey,
I plan to develop a simple Alfred Extension, which implements Full Text Search in Quiver. However, to do this I need a way, to open the exact note in quiver (either via params of command line, or apple-script). Is it possible at the moment?
The text was updated successfully, but these errors were encountered: