gingko / client

Gingko Writer. Tree-based writing software, written in Elm.
https://gingkowriter.com
MIT License
361 stars 49 forks source link

column width #192

Open brainchild0 opened 4 years ago

brainchild0 commented 4 years ago

The automatic positional rearrangement of cards based on current selection is among the compelling features of the current implementation. At the same time, column proportions are entirely static.

A few prominent observations concerning this behavior include:

Thus a dynamic resizing of columns, responsive to current selection and window size, might be useful.

Further, because it is impossible to read the entire text of any card with height greater than the window size, it may be useful to impose an upper limit on the display height of any card, showing only the opening text of large cards.