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
901 stars 32 forks source link

Different filters for an embedded loom #781

Open decaf-dev opened 9 months ago

decaf-dev commented 9 months ago

Currently using the filter option it provides the same filter to all instances of embedded links.
Would it be possible to allow embedded to include an option to use a different filter each time? Such as: ![[filename.loom|filter="Status="Y"]]

This could be driven my the filter UI of the primary loom note. Where you have the option to select filter options you could have an option above the filter list that says something like "allow individual filters on/off". If it is turned on then the use of an embedded filter would not affect other embedded filters nor the primary loom. This would be controlled by the options within the call out (see above).

Originally posted by @Valashnath in https://github.com/trey-wallis/obsidian-dataloom/discussions/677

Baccega commented 9 months ago

This would make it possible to use it with templater 🤩