All notable changes to this project will be documented in this file. See also the releases page.
- Fixed sorting on separate sub-windows.
- Introduce sorting by ISO dates (regex).
- Mandatory format is
YYYY-MM-DD
, time is optional.
- Mandatory format is
- Don't show up-down arrows for the default table state; only show up / down arrows for ascending / descending sorting.
- Use
Intl.Collator
for natural sorting of strings.
- Fix arrow rendering for Dataview tables in live preview mode.
- Introduce support for sorting Dataview tables in live preview mode.
- Address suggestions from this PR.
- Clear plugin state on unloading.
- Reset default table order on third click (same as Wikipedia), i.e. ascending -> descending -> reset.
- Arrows now respect the light / dark theme.
- Sort tables in ascending & descending order.