-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Description
Three-part suggestion.
One, add --width to khal list.
Two, add a configurable continuation indent to the wrapping (textwrap does have subsequent_indent, but the indent should not be highlighted, so you’ll probably wish to do it manually in color_wrap).
Three, make things actually line up. Right now, I have:
Today, 12.08.2025
↔ Urlaub $name
⇥ testgt2 mit einem sehr langen Namen lorem ipsum dolor und so weiter und so fort et cetera etm…
↔ Urlaub $othername
testgttermin mit einem sehr langen Namen lorem ipsum dolor und so weiter und so fort et cetera etm…
Tomorrow, 13.08.2025
↔ Urlaub $othername
17:00:00-18:00:00 Testtermin mit einem sehr langen Namen lorem ipsum dolor und so weiter und so fort et cetera etm…
I’d suggest adding • before nōn-range whole-day events and • before nōn-whole-day events, so they line up, plus continuation indent:
Today, 12.08.2025
↔ Urlaub $name
⇥ testgt2 mit einem sehr langen Namen lorem ipsum dolor und so weiter
und so fort et cetera etm…
↔ Urlaub $othername
• testgttermin mit einem sehr langen Namen lorem ipsum dolor und so
weiter und so fort et cetera etm…
Tomorrow, 13.08.2025
↔ Urlaub $othername
• 17:00:00-18:00:00 Testtermin mit einem sehr langen Namen lorem ipsum
dolor und so weiter und so fort et cetera etm…
For the ASCII case, of course equivalent, just wider indent.
In this case, you might not even need the continuation indent configurable, but OTOH since people can change the formatting, you may wish to keep it so.
Metadata
Metadata
Assignees
Labels
No labels