diff --git a/config.jsonc b/config.jsonc index c5d1f88..f4e83ca 100644 --- a/config.jsonc +++ b/config.jsonc @@ -662,6 +662,17 @@ //"format": {"type": "date", "args": ["%a, %b %e, %Y"]}, "sort": true }, + { + "id": "year", + "title": "Year", + "type": "string", + "autocomplete": true, + "columnWidth": 60, + "filter": true, + "find": true, + "sort": true, + "value": {"key": "date", "type": "map", "map": "^(\\d{4})"} + }, { "id": "summary", "title": "Summary",