mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
constants: Change default sort order
This will allow the list to keep completed tasks in the order they were completed.
This commit is contained in:
parent
3a4de9cdfd
commit
770beb460a
2 changed files with 4 additions and 4 deletions
|
@ -635,9 +635,9 @@ constructs.
|
|||
|
||||
*taskwiki_sort_order*
|
||||
The default sort order used to sort the tasks within viewports. Defaults
|
||||
to 'due+,pri-,project+'. Expects a comma-separated list of attributes,
|
||||
optionally followed by + or - to denote the increasing or decreasing
|
||||
order, respectively.
|
||||
to 'status+,end+,due+,pri-,project+'. Expects a comma-separated list of
|
||||
attributes, optionally followed by + or - to denote the increasing or
|
||||
decreasing order, respectively.
|
||||
|
||||
*taskwiki_sort_orders*
|
||||
The sort order can also be customized per viewport. This configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue