nomnoml
nomnoml copied to clipboard
Is it possible modify the table contents.
I am using the tool to generate dependency graphs on the current work for tracking progress. We have some parts which are all happening in parallel and in essence are all the same work: "Modify a manifest in a bunch of repos". I have them in a table and would love to be able to color code the cell independently of the outer "wrapper". I am sure others would love to apply directives as well.
Here is what I currently have,
[<inprogress> Update Manifests|
[<table> Repository |
RepoA
|| RepoB
|| RepoC
|| RepoD
|| Etc
]
Would love to have something similar to this,
[<inprogress> Update Manifests|
[<table> Repository |
<blocked> RepoA
|| <inprogress> RepoB
|| <done>RepoC
|| <done>RepoD
|| <whatever> Etc
]
I tried putting them in a class/label/etc but it makes the padding/margins go crazy.
Unfortunately there are not plans to add stylable cells (or compartments as they are called for the other node types).
I really like the table
type but it is already a departure from nomnoml's "core business" so I will probably not add additional features to it.