cakechaser10k downloadsRelease timeline rendered based on notes metadata with a Dataview-like syntax.
This plugin is inspired by the Wikipedia timeline of release years.
This plugin works only with Obsidian Dataview installed.
Plugin will automatically extract the year from the provided date.
Different date formats are supported, including: 2022, 2022-12-31, 2022-12.
You can choose from 3 different codeblock types:
release-timeline - Year timelinesrelease-timeline-month - Month timelinesrelease-timeline-week - Week timelinesRelease Timeline uses syntax compatible with Obsidian Dataview, which should be familiar if you already use Dataview.
Any query written for Release Timeline should also be a valid Dataview query.
That way you can change the codeblock type to dataview at any point to check the returned results.
Query example:
```release-timeline
table
year_field, alias_field
from [[CRPG]] and [[Isometric games]]
where year_field > date(2000-01-01)
sort desc
```
Query elements:
tableyear_fieldalias_field (optional):from ... (optional)where ... (optional)sort (asc|desc) (optional)Default sort order
If sort is not provided in the query block, sort order selected in settings will be used (ascending or descending).
Bullet points
Shows bullet points for years with multiple entries.
Collapse empty years
When enabled, collapses multiple consecutive empty years into one range. You can choose the minimum number of years to be collapsed.
Collapse empty months
Weeks will not be displayed for months without actual data.
Week formatting
Week names: "W15"
Date names: "11-17"