keroway/Timeline DSL
Compile and render .tdsl timeline files to SVG, HTML, or PNG using Timeline DSL
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the .tdsl file to render | yes | — |
| format | Output format: svg, html, png, or pdf | no | svg |
| output | Output file path (default: <file-basename>.<format>) | no | "" |
| offline | Run in offline mode — skip Wikidata fetching, use local cache only | no | false |
| interactive | Enable interactive HTML output (zoom, pan, search, legend, detail panel). Only applies when format is html. | no | false |
| theme | Rendering theme: default, dark, print, or pastel | no | "" |
| scale | Pixels per year on the horizontal axis | no | "" |
| version | tdsl release version to download (e.g. v1.5.0). Defaults to the latest release. | no | latest |
Outputs
| name | description |
|---|---|
| output_path | Absolute path to the generated output file |