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

In filtered view, all filters are set as a property's default instead of blank #863

Open vaughnheart opened 7 months ago

vaughnheart commented 7 months ago

Problem

Just to make it more Notion-like, properties with filters (i.e. date is Today) would make said property populate if on that filtered view (all rows added to the database will be automatically dated as today's date). Currently, DataLoom does not support this function, creating rows under filtered views are defaulted to blank properties.

Solution

Properties with filters (i.e. date is Today) would make said property populate if on that filtered view (all rows added to the database will be automatically dated as today's date).

Same with Tags. E.g. A status property is filtered to "Not Started", and all rows added in the filtered view should have the column populated with the "Not Started" tag.

The only exception can be text fields (:

Additional details

No response