What is QuipCount?
QuipCount is an assistance snippet for Quip that can be used to quickly gather the number of comments on a thread, or the number of comments by a user.
Usage
To grab the number of comments on a thread:
[[QuipCount? &thread=`mythread`]]
To grab the number of comments by a user with username 'jb2009':
[[QuipCount? &type=`user` &user=`jb2009`]]
Available Properties
| Name | Description | Default Value |
|---|---|---|
| type | The type of mode to call QuipCount in. Either "thread" or "user". | thread |
| thread | If in thread mode, the thread to count comments from. | |
| user | If in user mode, either the User's ID or username. |
Examples
Get the number of comments in thread "thread32":
[[QuipCount? &thread=`thread32`]]
Get the number of comments for user `mikegeorge`:
[[QuipCount? &type=`user` &user=`mikegeorge`]]