Steve Bogart

Results 16 issues of Steve Bogart

Any label might be worth emphasizing with a different color, size, or style. Decide on & implement a syntax for specifying them.

medium-priority

Make it possible to export _all_ the parameters of a diagram with one click, so a diagram can be _fully specified_ with one chunk of JSON (or simple text, maybe)....

Allow top-to-bottom or bottom-to-top flow diagrams. Part of this is a simple coordinate transform. The hard part will be the placement of labels; simply rotating those won't look good.

We've stopped crashing when the user enters a cycle, but we don't alert them to the cycle's presence. Since the rendering of cycles is not great right now, it would...

Tricky parts will be: - how exactly to specify how big the text should be & where it goes & what color, font, etc. - what effect these then have...

Before b1af9c2, a 0-size flow in your inputs would result in an error message saying that you can't use 0 as a value, and those flows would not appear in...