decaf-dev / obsidian-dataloom

Weave together data from diverse sources and display them in different views. Inspired by Excel spreadsheets and Notion.so.
https://dataloom.xyz/
MIT License
900 stars 32 forks source link

Enhanced ability to filter by date and time #903

Open alexinea opened 6 months ago

alexinea commented 6 months ago

Problem

I need to present notes within a certain time range (filtered by the "date" property located in the Frontmatter) within DataLoom, and then process them further. Currently, only fixed time conditions are supported, and custom time conditions (such as notes from March 1, 2023, to March 15, 2023) are not supported.

Solution

Add an option for "specific date" and allow users to manually input it (in a fixed format, such as MM/dd/yyyy), or provide a date picker component for users to select a date within the UI.

Additional details

This way, I can directly select the "After" and "Before" date nodes in the Source, thus constructing a time range.