mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
* feat: change settings to support more filter rules * feat: add data options * chore: bump version * feat: handle optional types * style: move code * feat: delete old variable names * fix: handle valueData change * feat: add DatePropertyFilterType enum * feat: increase property filter select size to 160px * feat: add custom date * fix: use valueData for date input * fix: clear custom date on date value switch * refactor: rename to "select a property" * fix: don't accept number on input * feat: add placeholder for input * fix: fix updating of value input * feat: add assertion for date * feat: add new date filtering * feat: add other options |
||
|---|---|---|
| .. | ||
| load-property-value.test.ts | ||
| match-checkbox-filter.test.ts | ||
| match-date-filter.test.ts | ||
| match-list-filter.test.ts | ||
| match-number-filter.test.ts | ||
| match-text-filter.test.ts | ||