Hi,
First of all, thanks for this awesome project. I wanted to write something similar 6 months ago, but I didn't have the time. But I'd be glad to contribute to your project if you don't mind.
So, my first suggestion is: the possibility to use less borders for primitives. Let's say, the top border is a must, since it has the title on it, but bottom border doesn't look as important to me. Neither one of the side borders; two borders can identify a Primitive, and it uses less space on the screen. So there could be an optional setting for the global space like:
type MissingBorders int
const (
AllBorders MissingBorders = iota //default
NoBottomBorder
NoBottomLeftBorder
NoBottomRightBorder
)
What do you think? I'd write it if you accept the idea.
Hi,
First of all, thanks for this awesome project. I wanted to write something similar 6 months ago, but I didn't have the time. But I'd be glad to contribute to your project if you don't mind.
So, my first suggestion is: the possibility to use less borders for primitives. Let's say, the top border is a must, since it has the title on it, but bottom border doesn't look as important to me. Neither one of the side borders; two borders can identify a Primitive, and it uses less space on the screen. So there could be an optional setting for the global space like:
What do you think? I'd write it if you accept the idea.