Skip to content
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

Closed
ajgon opened this issue Dec 7, 2015 · 11 comments
Closed

Command line parameters #294

ajgon opened this issue Dec 7, 2015 · 11 comments

Comments

@ajgon
Copy link

ajgon commented Dec 7, 2015

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?

@ylian
Copy link
Member

ylian commented Dec 7, 2015

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.

@ajgon
Copy link
Author

ajgon commented Dec 7, 2015

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).

@ylian
Copy link
Member

ylian commented Dec 7, 2015

I see. That would be okay if the library isn't too big. You can switch over once I add scripting support for that.

@ajgon
Copy link
Author

ajgon commented Dec 7, 2015

Awesome!

One last thing, just to confirm - even the quiver:///notes/{noteId} scheme is still not available? I tried both open "quiver:///notes/B59AC519-2A2C-4EC8-B701-E69F54F40A85" and open "quiver://notes/B59AC519-2A2C-4EC8-B701-E69F54F40A85" with no luck...

@ylian
Copy link
Member

ylian commented Dec 7, 2015

@ajgon That's correct. But go ahead with your implementation. I will send you a special build within a day or two.

@ajgon
Copy link
Author

ajgon commented Dec 7, 2015

Great! Thank you!

@ajgon
Copy link
Author

ajgon commented Dec 7, 2015

Ok, so here is the initial draft of the extension - if anybody is interested :)
https://github.com/ajgon/alfred2-quiver-search

@ylian
Copy link
Member

ylian commented Dec 9, 2015

@ajgon Thanks. Here is a special build with the URL scheme (quiver:///notes/{noteId}) enabled:

https://dl.dropboxusercontent.com/u/3445731/Quiver-scripting-b1.zip

This will be included in 3.0.1.

@ajgon
Copy link
Author

ajgon commented Dec 9, 2015

Works perfectly, thanks!

@ylian
Copy link
Member

ylian commented Dec 11, 2015

Merged this with #92.

I also added a entry here: https://github.com/HappenApps/Quiver/wiki/Alfred-LaunchBar-Integration

@ylian ylian closed this as completed Dec 11, 2015
@ylian
Copy link
Member

ylian commented Feb 9, 2016

The URL scheme is implemented in 3.0.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants