Configuring Columns

Columns can be implicitly re-configured by adding a ~ (tilde) character after their name, followed by a new set of configuration flags.

The following flags are available:

Flag In Words Description
no-flags clear all of the column's flags
Alignment - hyphen clear the column's alignment flags only
: colon align left
:- colon hyphen align left
-: hyphen colon align right
:: colon colon align center
-:- hyphen colon hyphen align center
. dot align numerically
.. dot dot align by version number
Sorting ~ tilde clear the column's sorting flags only
^ caret collate in ascending order
v the letter v collate in descending order
07 digits 0 to 7 collation priority

Place a "done" and "wip" column on the left of this table. - the done column should be sorted - the wip column should be center aligned % psv put wip~:: done. | Task | Done | ----------------- | ----- | clean the kitchen | done | wash the dished | done | vacuum | in progress