hledger_site
hledger_site copied to clipboard
The repo for hledger.org, the hledger project's website.
So far I've looked at this website both with firefox and with chromium and if I put the browser in dark mode (which I do to relieve eye strain) all...
A past fix for code blocks overlapping the TOC seems to have broken copying text out of those code blocks. Eg the ones at https://hledger.org/dev/hledger.html#setting-ledger_file Related: #64
Literal blocks have an invisible component spanning the full page width (see the position of the copy icon), which eg in this example makes the TOC links to the right...
The site search finds a bunch of hits for "--gain", but none of them are in https://hledger.org/hledger.html#balance where it is introduced. Also a bunch of the hits it does find...
https://hledger.org/?search=not: should find `not:` at https://hledger.org/hledger.html#queries (reported on chat).
Multi-line commands like https://hledger.org/install.html#build-in-a-source-checkout don't copy-paste into terminal successfully, because you get ^J between lines instead of newline. I see this with safari and brave on mac, but I don't...