-

@ Vic :Cacodemon: :doomguy:
2025-03-31 20:59:52
a few options to handle this...
when rendering a note, compare the overall rendered note height to the viewing device screen height. if taller, only render at half screen height with a Show More button to expand.
or, as above, with user specified options on pixel height (this isnt really good ux)
or, if content length exceeds that of average character length to fill screen put up a show more button. This is the easiest to implement, but not necessarily good ux, but better then whats happening now