QuipCount
Last updated Apr 6th, 2019 | Page history | Improve this page | Report an issue
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn moreWhat 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`]]
See Also¶
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn more