taskell
taskell copied to clipboard
Word-splitting into lines when it’s too long to fit the given window
If I want to paste a link into a description of a task it gets tricky since I can’t see the whole link. What is it called, line-wrapping? Would it be trivial to implement line breaking for something that couldn’t fit the block it renders to?
I fixed this in the v2 of Taskell that I started working on. But it would be tricky to back-port to v1.
Ah, thanks, nice to know!