b-camphart / timeline-view

Obsidian plugin for viewing your notes linearly based on a given property
GNU General Public License v3.0
23 stars 0 forks source link

Integration with DataView #28

Open b-camphart opened 3 weeks ago

b-camphart commented 3 weeks ago

We're currently using obsidian properties for the order property, and obsidian search query syntax for the filtering and grouping. It would be cool to be able to also target dataview inline properties, and use a subset of a dataview query to perform the filtering and grouping too.

This would require:

b-camphart commented 3 weeks ago

Maybe also enable an embeddable timeline view for dataview to pass things into, so users could actually write their own dataview queries entirely and control most of the timeline programatically.