Fill Repeat - lifelike/countersheetsextension GitHub Wiki

Available since version 2.1.

Instead of giving a fixed number for how many copies of a counter to include in a sheet, the extension can repeat the counter to fill out the current row, box, or sheet.

n+ (n is a number) in the first cell of a row means “repeat this at least n times, then keep adding more copies until the end of the current row”.

n++ fills out the entire current box (see cs_layout).

n+++ fills out the entire current sheet (page).

This is useful while working on a prototype, when counters are added and removed frequently, to be able to fill out parts of the sheet with some extra markers that it is not so important how many there are, rather than leaving unused empty space at the end of the current row or box or sheet.

The Only One of Each option was added in version 3.0. When it is enabled the extension behaves as if there was a 1 in the first column for every row, and there is no repetition at all. This can be very useful while working on a countersheet to get a quick overview of all the counters that exists without extra copies of each.

⚠️ **GitHub.com Fallback** ⚠️