Conversation
Analogous to `description-separator` and `url-separator` this can be used in a format string when the `location` information is desired.
|
I was about to create a PR implementing this exact thing. Is there anything blocking it from being merged? I'd love to have this feature. |
|
Am I missing something? This |
|
No, looks like the original commit only sets this field too: 7350d21 But I don't see it used anywhere. |
|
I think the author's (and my) idea would be to use it in a format string passed to the In my case, it would allow changing this into this |
|
What's the difference between using |
|
The difference is that events without a location will have unnecessary separators and look weird with the hardcoded separator, e.g.: whereas with this PR the above would look like: |
Analogous to
description-separatorandurl-separatorthis can be used in a format string when thelocationinformation is desired.