;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 To set a non-standard period, you can use \f[V]/\f[R] and a
\f[V]date:\f[R] query. \f[V]date:\f[R] query.
.PP .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, \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. 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; 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 period will move automatically to track the current date. To set a
non-standard period, you can use / and a date: query. 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, / lets you set a general filter query limiting the data shown,
using the same query terms as in hledger and hledger-web. While editing 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 the query, you can use CTRL-a/e/d/k, BS, cursor keys; press ENTER to
@ -704,34 +712,34 @@ Node: MOUSE7336
Ref: #mouse7431 Ref: #mouse7431
Node: KEYS7674 Node: KEYS7674
Ref: #keys7767 Ref: #keys7767
Node: SCREENS12061 Node: SCREENS12526
Ref: #screens12159 Ref: #screens12624
Node: Menu12867 Node: Menu13332
Ref: #menu12959 Ref: #menu13424
Node: All accounts13036 Node: All accounts13501
Ref: #all-accounts13175 Ref: #all-accounts13640
Node: Balance sheet accounts13434 Node: Balance sheet accounts13899
Ref: #balance-sheet-accounts13614 Ref: #balance-sheet-accounts14079
Node: Income statement accounts13806 Node: Income statement accounts14271
Ref: #income-statement-accounts13988 Ref: #income-statement-accounts14453
Node: Register16482 Node: Register16947
Ref: #register16619 Ref: #register17084
Node: Transaction18647 Node: Transaction19112
Ref: #transaction18770 Ref: #transaction19235
Node: Error19654 Node: Error20119
Ref: #error19748 Ref: #error20213
Node: TIPS19992 Node: TIPS20457
Ref: #tips20091 Ref: #tips20556
Node: Watch mode20133 Node: Watch mode20598
Ref: #watch-mode20240 Ref: #watch-mode20705
Node: Debug output21728 Node: Debug output22193
Ref: #debug-output21839 Ref: #debug-output22304
Node: ENVIRONMENT22059 Node: ENVIRONMENT22524
Ref: #environment22170 Ref: #environment22635
Node: FILES23593 Node: FILES24058
Ref: #files23692 Ref: #files24157
Node: BUGS23952 Node: BUGS24417
Ref: #bugs24029 Ref: #bugs24494
 
End Tag Table End Tag Table

View File

@ -258,6 +258,14 @@ KEYS
ically to track the current date. To set a non-standard period, you ically to track the current date. To set a non-standard period, you
can use / and a date: query. 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 / 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 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 query, you can use CTRL-a/e/d/k, BS, cursor keys; press ENTER to set

View File

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

View File

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