tiki/plugin/embed/recent.yaml

9 lines
166 B
YAML
Raw Normal View History

2026-01-17 16:08:53 +00:00
name: Recent
2026-02-04 00:57:52 +00:00
foreground: "#f4d6a6"
background: "#5a3d1b"
2026-01-17 16:08:53 +00:00
key: Ctrl-R
2026-02-10 21:18:05 +00:00
lanes:
2026-01-21 21:16:54 +00:00
- name: Recent
columns: 4
2026-02-04 19:33:00 +00:00
filter: NOW - UpdatedAt < 24hours
2026-02-04 03:37:15 +00:00
sort: UpdatedAt DESC