Use relative time expressions in select filters
Project description
Extension to tiddlyweb select filters to use relative time statements.
Where a filter is:
select=modifier:>2011
once could expect either a tiddlywiki timestamp string, a fragment thereof, or some numbers that end with ‘d’, ‘s’, ‘m’, ‘h’, ‘y’ (case insensitive) meaning Days, Seconds, Minutes, Hours, Years. We don’t worry about months. If the trailing letter is there, we translate it into an absolute time in the past, relative to now.
It’s important to note that the translation happens _before_ the > or < is interpreted. So while
select=modified:>1d
at first glance reads as “select those entities with a modified more than one day ago” it is actually, if we say today is 20110302, “select those entities with a modified greater than 20110302” (i.e. those thing modified within the last day).
Copyright 2011, Chris Dent <cdent@peermore.com>
BSD License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for tiddlywebplugins.relativetime-0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36e6acaefbe734aba7e22fcf3eac6cb10446d64fa311c9afa084d8da4f78e057 |
|
MD5 | ecae9c0479eedb19a62a9d69d4723b21 |
|
BLAKE2b-256 | fc893241909d4d10a80dd3f17a625153ae437d414e0b1b80043f223ad0f70f8e |