typst-timeliney
typst-timeliney copied to clipboard
Create Gantt charts in Typst
Great plugin, thanks! It works perfectly, but I'd love to able to write more concisely with some extra defaults. I would like to have a default style for the `taskgroup`...
Currently, the time coordinate is given as `(0, 1)` for an entry starting at the start and spanning one time-unit. It would be awesome to get the following functionality: If...
I want to make a simple diagram with alternating blue and green lines. It would be nice to be able to provide a vector of styles that is automatically cycled....
Thanks for this excellent plugin! I really love the functionality but the cell borders were a bit too thick for my taste, so I've made them configurable. If this is...
I would be nice (is it possible as of today ?) to write some text on top on the time line, as for example the owner or the status (eg:...
In my opinion it would be quite nice to be able to specify multiple task time spans, to reflect the scenario when a task is paused and resumed at a...
Whilst for most gantt charts, a single grid is fine; sometimes you might want to have multiple. Take, for example, the following chart, which plots a relatively small amount of...
It seems that the taskgroup and task titles are aligned to center. This setting cannot be changed locally (e.g., `task(align(left, "task title"), (0, 1))`) nor globally (e.g., `#set page(align:left)`).
A lot of Gantt diagrams use arrows or connecting lines to indicate task dependencies. An API for this could look like adding an optional label to a task, and an...
If I set page width:auto, I get a compiler error, ``` #import "@preview/timeliney:0.4.0":* #set page(width: auto, height: auto) #timeline( show-grid: true, { headerline( ("Week - 1", 1), ("Week - 2",...