Simon Michael
Simon Michael
Ah, I was testing terminal output. No date headings there.
It is affected by --layout=bare-wide though, just FYI.
Any new thoughts on this hledger PR: new layout bare-wide ? Is the feature still valuable ?
No, and I don't see it as a bug really, since "we support this for compatibility, but I usually recommend avoiding this feature; posting dates are almost always clearer and...
https://github.com/simonmichael/hledger/blob/master/hledger-web/config/openapi.yaml needs updating for 1.50, thanks for the report.
I agree that this is awkward sometimes. The usual workaround is to use a more elaborate amount assignment, like `amount1 %amount_ %currency_` ..
It would be a bit nonobvious, but: right now we detect and preserve a space after `currency`'s value. We could say that if there's a space before it instead, we...
We don't require the quotes. So currently you can have ``` currency EUR ``` giving `EUR123` or ``` currency EUR ``` giving `EUR 123` and we could add support for...
I hear you. Eg `currency EUR`, `currency "EUR "`, `currency " EUR"`. We have had some significant whitespace from the beginning (2+ space delimiters in certain places; indentation for postings)....
PS I would accept pull requests in this area. The only thing the above wouldn't allow is adding a currency symbol on the right with no separating space.