Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible modify the table contents. #207

Open
deathly809 opened this issue Aug 3, 2023 · 1 comment
Open

Is it possible modify the table contents. #207

deathly809 opened this issue Aug 3, 2023 · 1 comment

Comments

@deathly809
Copy link

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.

@skanaar
Copy link
Owner

skanaar commented Aug 11, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants