Skip to content
Bradley Curran edited this page Jul 21, 2016 · 2 revisions

Quiver notes can be opened via custom URL scheme for Quiver.

The URL format is:

quiver:///notes/{noteId}

Where the noteId would be the GUID of the note.

For the following notebook:

Tutorial.qvnotebook/
├── 23F6820E-0743-4256-9473-56FA58C25DD9.qvnote
│   ├── content.json
│   └── meta.json
├── B59AC519-2A2C-4EC8-B701-E69F54F40A85.qvnote
│   ├── content.json
│   ├── meta.json
│   └── resources
│       └── BCA3F8A8-C8CC-4FE5-AABB-C4262134B9E7.tiff
└── meta.json

You can use either of the below URLs to open the respective Quiver note:

quiver:///notes/23F6820E-0743-4256-9473-56FA58C25DD9
quiver:///notes/B59AC519-2A2C-4EC8-B701-E69F54F40A85

Open a Quiver note from the OSX command line

Open your terminal and type the following:

open quiver:///notes/{noteId}

Where {noteId} is the GUID of the note you want to open in Quiver.

References

Github Issue