HappenApps / Quiver

Quiver documentation and issue tracker
2.26k stars 109 forks source link

Ability to open Qvnote from different library using external app #1390

Open macdevign opened 5 years ago

macdevign commented 5 years ago

Hi, I using Quiver extensively with Keyboard Maestro. I like to open different Quiver note ( eg /projects/kms_ruby/src/res/my_work.qvlibrary/Inbox.qvnotebook/F18DC1AB-5B5B-4395-A67F-376EF4EBCBD7.qvnote/ ) directly from different library without first open up its library in Quiver. (Open in the sense of display QvNote in its own Quiver Window). This is similar to open the qvnote directly in Terminal with open "/projects/kms_ruby/src/res/my_work.qvlibrary/Inbox.qvnotebook/F18DC1AB-5B5B-4395-A67F-376EF4EBCBD7.qvnote/" where the current Library in Quiver is not my_work.qvlibrary ( eg current my_last.qvlibrary)

However, it seems that Quiver is not able to do that as it insist on using the last open library in Quiver. ( eg current my_last.qvlibrary). Currently, I need to open up the library first, and then I able to open its qvnote from other app

Keyboard Maestro has this ability to extend the power of Quiver so will be great if quiver can have this ability to open qvnote from different library directly using third party application.

My use case in using Keyboard Maestro (KM) with Quiver: KM has this action "Prompt with List" (https://wiki.keyboardmaestro.com/action/Prompt_With_List) where it can be used to show all Quiver note titles in Quiver library anywhere outside Quiver App, and all I need to do is select the Note to directly open the note in its own Quiver Window.

thank

ylian commented 5 years ago

Thanks for the feedback. Yes, currently Quiver always loads the library first before showing a note. I will likely enable opening a note on its own in the future.

macdevign commented 5 years ago

Thank for considering it.

Looking forward to the next release. By the way, just to check if next version improve on table handling ? Basically just need basic operation add, delete, edit row. thank

ylian commented 5 years ago

@macdevign Next major release is mostly dealing with revamping the UI code and new code/Markdown editors. Basic table editing is actually not a major task, and I will tackle that as soon as I finish the major release.