Register export to HTML and FODS
Unified export to CSV, HTML, FODS via Write.Spreadsheet.
Supports --base-url and hyperlinks to hledger-web.
I intended to hyperlink from txnidx to hledger-web/journal page, however, this would require to move Web.Widget.Common.transactionFragment to hledger package. It's not super important for now.
Great!
Is Hledger.Cli.Anchor not used yet ? Should we leave it out ?
We can update the table at https://hledger.org/dev/hledger.html#output-format too.
On Thu, 17 Oct 2024, Simon Michael wrote:
Is Hledger.Cli.Anchor not used yet ? Should we leave it out ?
It is used by Commands.Balance and Commands.Register.
There might be a better place and name for the module, though. What do you think?
I guess it's fine for now, unless you think it could just be added to Hledger.Cli.Utils.
I'll merge this when you're ready.
On Fri, 18 Oct 2024, Simon Michael wrote:
I guess it's fine for now, unless you think it could just be added to Hledger.Cli.Utils.
I think a separate module is justified.
I'll merge this when you're ready.
yes please, I am ready
Thank you!