Skip to content
Yaogang Lian edited this page Dec 13, 2015 · 1 revision

There are several ways to collaborate with your team using Quiver.

Shared Notebooks

A shared notebook is a Quiver notebook that is saved in Dropbox, iCloud Drive, Google Drive, or any other file-based cloud services. You can create a shared notebook from a local notebook, or from scratch. Another team member can then open the notebook on another computer and make edits. This is a great way to build a shared knowledge base for the whole team.

Multiple users can make changes to the same shared notebook at the same time, and changes to the notebook (adding and removing notes) will be synced. However, Quiver does not resolve conflicts at the note level. This means that if two users make changes to the same note at the same time, one of them will be notified that the note has been modified and needs to be reloaded.

Version Control

If you use a version control system to manage your code and documentation, you might want to keep Quiver notes under version control as well. Since Quiver notes are just plain JSON files, you can commit them to a repository as regular text files.

You can put the entire library under version control, or just a few notebooks. A side benefit is that you can use the version control system to automatically resolve merge conflicts if two users happen to edit the same note at the same time.