doc: ui: fix bullet list

[ci skip]
This commit is contained in:
Simon Michael 2019-01-24 15:42:23 -08:00
parent 67dde9d4ae
commit 1969a42a72
4 changed files with 139 additions and 133 deletions

View File

@ -26,12 +26,13 @@ and some limited data entry capability.
It is easier than hledger\[aq]s command\-line interface, and sometimes It is easier than hledger\[aq]s command\-line interface, and sometimes
quicker and more convenient than the web interface. quicker and more convenient than the web interface.
.PP .PP
Note hledger\-ui has some different defaults: \- it generates Note hledger\-ui has some different defaults (experimental):
rule\-based transactions and postings by default (\-\-forecast and .IP \[bu] 2
\-\-auto are always on). it generates rule\-based transactions and postings by default
\- it hides transactions dated in the future by default (change this (\-\-forecast and \-\-auto are always on).
with \-\-future or the F key). .IP \[bu] 2
Experimental. it hides transactions dated in the future by default (change this with
\-\-future or the F key).
.PP .PP
Like hledger, it reads data from one or more files in hledger journal, Like hledger, it reads data from one or more files in hledger journal,
timeclock, timedot, or CSV format specified with \f[C]\-f\f[], or timeclock, timedot, or CSV format specified with \f[C]\-f\f[], or

View File

@ -12,10 +12,12 @@ limited data entry capability. It is easier than hledger's command-line
interface, and sometimes quicker and more convenient than the web interface, and sometimes quicker and more convenient than the web
interface. interface.
Note hledger-ui has some different defaults: - it generates Note hledger-ui has some different defaults (experimental):
rule-based transactions and postings by default (-forecast and -auto are
always on). - it hides transactions dated in the future by default * it generates rule-based transactions and postings by default
(change this with -future or the F key). Experimental. (-forecast and -auto are always on).
* it hides transactions dated in the future by default (change this
with -future or the F key).
Like hledger, it reads data from one or more files in hledger Like hledger, it reads data from one or more files in hledger
journal, timeclock, timedot, or CSV format specified with '-f', or journal, timeclock, timedot, or CSV format specified with '-f', or
@ -396,19 +398,19 @@ to cancel the reload attempt.)
 
Tag Table: Tag Table:
Node: Top71 Node: Top71
Node: OPTIONS1090 Node: OPTIONS1106
Ref: #options1187 Ref: #options1203
Node: KEYS4606 Node: KEYS4622
Ref: #keys4701 Ref: #keys4717
Node: SCREENS7957 Node: SCREENS7973
Ref: #screens8042 Ref: #screens8058
Node: Accounts screen8132 Node: Accounts screen8148
Ref: #accounts-screen8260 Ref: #accounts-screen8276
Node: Register screen10476 Node: Register screen10492
Ref: #register-screen10631 Ref: #register-screen10647
Node: Transaction screen12628 Node: Transaction screen12644
Ref: #transaction-screen12786 Ref: #transaction-screen12802
Node: Error screen13656 Node: Error screen13672
Ref: #error-screen13778 Ref: #error-screen13794
 
End Tag Table End Tag Table

View File

@ -45,10 +45,10 @@ for viewing accounts and transactions, and some limited data entry capability.
It is easier than hledger's command-line interface, and It is easier than hledger's command-line interface, and
sometimes quicker and more convenient than the web interface. sometimes quicker and more convenient than the web interface.
Note hledger-ui has some different defaults: Note hledger-ui has some different defaults (experimental):
- it generates rule-based transactions and postings by default (--forecast and --auto are always on). - it generates rule-based transactions and postings by default (--forecast and --auto are always on).
- it hides transactions dated in the future by default (change this with --future or the F key). - it hides transactions dated in the future by default (change this with --future or the F key).
Experimental.
Like hledger, it reads _files_ Like hledger, it reads _files_
For more about this see hledger(1), hledger_journal(5) etc. For more about this see hledger(1), hledger_journal(5) etc.

View File

@ -22,10 +22,13 @@ DESCRIPTION
mand-line interface, and sometimes quicker and more convenient than the mand-line interface, and sometimes quicker and more convenient than the
web interface. web interface.
Note hledger-ui has some different defaults: - it generates rule-based Note hledger-ui has some different defaults (experimental):
transactions and postings by default (--forecast and --auto are always
on). - it hides transactions dated in the future by default (change o it generates rule-based transactions and postings by default (--fore-
this with --future or the F key). Experimental. cast and --auto are always on).
o it hides transactions dated in the future by default (change this
with --future or the F key).
Like hledger, it reads data from one or more files in hledger journal, Like hledger, it reads data from one or more files in hledger journal,
timeclock, timedot, or CSV format specified with -f, or $LEDGER_FILE, timeclock, timedot, or CSV format specified with -f, or $LEDGER_FILE,