;doc: update manuals

This commit is contained in:
Simon Michael 2023-01-25 11:59:12 -10:00
parent 1b3b26895e
commit b140529465
9 changed files with 4943 additions and 4648 deletions

View File

@ -279,6 +279,16 @@ move automatically to track the current date.
To set a non-standard period, you can use \f[V]/\f[R] and a
\f[V]date:\f[R] query.
.PP
(Mac users: SHIFT-DOWN/UP keys do not work by default in Terminal, as of
MacOS Monterey.
You can configure them as follows: open Terminal, press CMD-comma to
open preferences, click Profiles, select your current terminal profile
on the left, click Keyboard on the right, click + and add this for
Shift-Down: \f[V]\[rs]033[1;2B\f[R], click + and add this for Shift-Up:
\f[V]\[rs]033[1;2A\f[R].
Press the Escape key to enter the \f[V]\[rs]033\f[R] part, you can\[aq]t
type it directly.)
.PP
\f[V]/\f[R] lets you set a general filter query limiting the data shown,
using the same query terms as in hledger and hledger-web.
While editing the query, you can use CTRL-a/e/d/k, BS, cursor keys;

View File

@ -298,6 +298,14 @@ report period to today. With the -w/--watch option, when viewing a
period will move automatically to track the current date. To set a
non-standard period, you can use / and a date: query.
(Mac users: SHIFT-DOWN/UP keys do not work by default in Terminal, as
of MacOS Monterey. You can configure them as follows: open Terminal,
press CMD-comma to open preferences, click Profiles, select your current
terminal profile on the left, click Keyboard on the right, click + and
add this for Shift-Down: \033[1;2B, click + and add this for Shift-Up:
\033[1;2A. Press the Escape key to enter the \033 part, you cant
type it directly.)
/ lets you set a general filter query limiting the data shown,
using the same query terms as in hledger and hledger-web. While editing
the query, you can use CTRL-a/e/d/k, BS, cursor keys; press ENTER to
@ -704,34 +712,34 @@ Node: MOUSE7336
Ref: #mouse7431
Node: KEYS7674
Ref: #keys7767
Node: SCREENS12061
Ref: #screens12159
Node: Menu12867
Ref: #menu12959
Node: All accounts13036
Ref: #all-accounts13175
Node: Balance sheet accounts13434
Ref: #balance-sheet-accounts13614
Node: Income statement accounts13806
Ref: #income-statement-accounts13988
Node: Register16482
Ref: #register16619
Node: Transaction18647
Ref: #transaction18770
Node: Error19654
Ref: #error19748
Node: TIPS19992
Ref: #tips20091
Node: Watch mode20133
Ref: #watch-mode20240
Node: Debug output21728
Ref: #debug-output21839
Node: ENVIRONMENT22059
Ref: #environment22170
Node: FILES23593
Ref: #files23692
Node: BUGS23952
Ref: #bugs24029
Node: SCREENS12526
Ref: #screens12624
Node: Menu13332
Ref: #menu13424
Node: All accounts13501
Ref: #all-accounts13640
Node: Balance sheet accounts13899
Ref: #balance-sheet-accounts14079
Node: Income statement accounts14271
Ref: #income-statement-accounts14453
Node: Register16947
Ref: #register17084
Node: Transaction19112
Ref: #transaction19235
Node: Error20119
Ref: #error20213
Node: TIPS20457
Ref: #tips20556
Node: Watch mode20598
Ref: #watch-mode20705
Node: Debug output22193
Ref: #debug-output22304
Node: ENVIRONMENT22524
Ref: #environment22635
Node: FILES24058
Ref: #files24157
Node: BUGS24417
Ref: #bugs24494

End Tag Table

View File

@ -258,6 +258,14 @@ KEYS
ically to track the current date. To set a non-standard period, you
can use / and a date: query.
(Mac users: SHIFT-DOWN/UP keys do not work by default in Terminal, as
of MacOS Monterey. You can configure them as follows: open Terminal,
press CMD-comma to open preferences, click Profiles, select your cur-
rent terminal profile on the left, click Keyboard on the right, click +
and add this for Shift-Down: \033[1;2B, click + and add this for Shift-
Up: \033[1;2A. Press the Escape key to enter the \033 part, you can't
type it directly.)
/ lets you set a general filter query limiting the data shown, using
the same query terms as in hledger and hledger-web. While editing the
query, you can use CTRL-a/e/d/k, BS, cursor keys; press ENTER to set

View File

@ -100,8 +100,9 @@ socket.
.TP
\f[V]--base-url=URL\f[R]
set the base url (default: http://IPADDR:PORT).
You would change this when sharing over the network, or integrating
within a larger website.
Note: affects url generation but not route parsing.
Can be useful if running behind a reverse web proxy that does path
rewriting.
.TP
\f[V]--file-url=URL\f[R]
set the static files url (default: BASEURL/static).

View File

@ -105,9 +105,9 @@ before options, as shown in the synopsis above.
operating system can provide this type of socket.
--base-url=URL
set the base url (default: http://IPADDR:PORT). You would change
this when sharing over the network, or integrating within a larger
website.
set the base url (default: http://IPADDR:PORT). Note: affects url
generation but not route parsing. Can be useful if running behind
a reverse web proxy that does path rewriting.
--file-url=URL
set the static files url (default: BASEURL/static). hledger-web
@ -666,24 +666,24 @@ Tag Table:
Node: Top225
Node: OPTIONS2727
Ref: #options2832
Node: PERMISSIONS10588
Ref: #permissions10727
Node: EDITING UPLOADING DOWNLOADING11985
Ref: #editing-uploading-downloading12166
Node: RELOADING13008
Ref: #reloading13142
Node: JSON API13575
Ref: #json-api13690
Node: DEBUG OUTPUT19222
Ref: #debug-output19347
Node: Debug output19374
Ref: #debug-output-119475
Node: ENVIRONMENT19900
Ref: #environment20020
Node: FILES21369
Ref: #files21469
Node: BUGS21729
Ref: #bugs21807
Node: PERMISSIONS10626
Ref: #permissions10765
Node: EDITING UPLOADING DOWNLOADING12023
Ref: #editing-uploading-downloading12204
Node: RELOADING13046
Ref: #reloading13180
Node: JSON API13613
Ref: #json-api13728
Node: DEBUG OUTPUT19260
Ref: #debug-output19385
Node: Debug output19412
Ref: #debug-output-119513
Node: ENVIRONMENT19938
Ref: #environment20058
Node: FILES21407
Ref: #files21507
Node: BUGS21767
Ref: #bugs21845

End Tag Table

View File

@ -82,9 +82,9 @@ OPTIONS
operating system can provide this type of socket.
--base-url=URL
set the base url (default: http://IPADDR:PORT). You would
change this when sharing over the network, or integrating within
a larger website.
set the base url (default: http://IPADDR:PORT). Note: affects
url generation but not route parsing. Can be useful if running
behind a reverse web proxy that does path rewriting.
--file-url=URL
set the static files url (default: BASEURL/static). hledger-web

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff