Simon Michael
68409eca7b
doc: manual: clarify secondary & posting dates
2015-05-22 17:41:36 -07:00
Simon Michael
be56a140f6
site: bigger main heading
2015-05-22 16:48:52 -07:00
Simon Michael
1d78b4ee9c
site, doc:manual: pre/code styling
...
- less styling on inline and block pre and code elements by default
- different styles for journal (green), timelog (yellow), csv
rules (blue), and shell examples (black/bordered/bold)
- shrink pre blocks to fit their content. I used display:inline-block
for this, so some care is needed when you want a line break between
adjacent pre's.
2015-05-22 16:41:41 -07:00
Simon Michael
6ec38b56b5
doc: manual: lots of examples, rewrites, cleanups
2015-05-22 16:40:18 -07:00
Simon Michael
7ab2380fd2
doc: manual: promote some amount subtopics
2015-05-21 17:23:52 -07:00
Simon Michael
87d5ddfb71
query: drop the empty: query term
...
This seems to be equivalent to the --empty option, and overlaps
a bit confusingly with amt:0. I think we can drop it.
2015-05-21 16:44:11 -07:00
Simon Michael
131259105d
doc: manual: clarify date:
2015-05-21 16:25:29 -07:00
Simon Michael
fdc507bd13
match tag names with a regexp, like everything else
2015-05-21 16:25:19 -07:00
Simon Michael
92aaeb1109
doc: manual: rewrites & cleanups
...
Conflicts:
doc/manual.md
2015-05-21 15:42:06 -07:00
Simon Michael
e23f61b771
doc: manual: de-emphasize troubleshooting subtopics
2015-05-21 15:38:11 -07:00
Simon Michael
cdc4abb497
doc: manual: reorganise the intro
...
Try to provide a smoother and shorter path for getting started,
and expose the interesting stuff (what commands are available) early.
2015-05-21 07:11:51 -07:00
Simon Michael
915ab1a0c9
doc: manual: commands cleanups
2015-05-19 22:04:21 -07:00
Simon Michael
797c900256
doc: devguide: link new hackage builder, other updates
2015-05-19 16:26:10 -07:00
Simon Michael
4aef02a722
doc: manual: mention hledger-diff
2015-05-19 16:26:09 -07:00
Simon Michael
7c2ebe6c7a
doc: manual: document our regular expressions ( #224 )
2015-05-17 16:46:47 -07:00
Simon Michael
e63ca9766d
doc: manual: demote final sections to appendices
2015-05-17 16:44:35 -07:00
Simon Michael
d1f63334ee
handle pending status correctly, add --pending ( #250 )
...
A transaction/posting status of ! (pending) was effectively equivalent
to * (cleared). Now it's a separate state, not matched by --cleared.
The new Ledger-compatible --pending flag matches it, and so does
--uncleared. The equivalent search queries are now status:*, status:!
and status: (the old status:1 and status:0 spellings are deprecated).
Since we interpret --uncleared and status: as "any state except cleared",
it's not currently possible to match things which are neither cleared
nor pending.
2015-05-16 11:51:35 -07:00
Simon Michael
6fb0910996
doc: dev guide: put how-tos first, copy diagram from old wiki
2015-05-16 08:05:44 -07:00
Simon Michael
4ed6ce3442
doc: developer guide: update the setup docs
2015-05-16 07:23:30 -07:00
Simon Michael
077e3c6a02
journal: re-add non-regex aliases, as default ( #252 )
...
The regex account aliases added in 0.24 trip up people switching between
hledger and Ledger. (Also they are currently slow).
This change makes the old non-regex aliases the default; they are
unsurprising, useful, and pretty close in functionality to Ledger's.
The new regex aliases are also available; they must be enclosed in
forward slashes. Ledger effectively ignores these, which is ok.
Also clarify docs, refactor, and use the same parser for alias
directives and alias options
2015-05-14 13:01:50 -07:00
Simon Michael
a61d49cca6
site: more-docs: edits
2015-05-13 15:54:00 -07:00
Simon Michael
6df67de354
site: more-docs: link beancount docs
2015-05-13 15:50:17 -07:00
Simon Michael
a3deb03083
doc: announcement tweak
2015-04-28 14:10:33 -07:00
Simon Michael
b16f0cad6b
docs: announcement
2015-04-28 14:10:26 -07:00
Simon Michael
ee3ac06c68
devguide: checklist
2015-04-28 14:08:58 -07:00
Simon Michael
5102eca9c3
timelog: support the description field ( fix #247 )
2015-04-28 13:54:36 -07:00
Simon Michael
4d4a6b1660
manual: give default year directive its own section
2015-04-28 13:49:27 -07:00
Simon Michael
a110c84712
dev guide: release checklist
2015-04-28 13:48:53 -07:00
Simon Michael
dac8a784f4
bump version to 0.26 alpha
2015-04-28 13:48:23 -07:00
Simon Michael
1bc9b71f28
bump version to 0.25
2015-04-28 13:42:41 -07:00
Simon Michael
d535d04458
site: windows downloads
2015-04-28 13:38:35 -07:00
Simon Michael
a60f26c7cc
docs: release notes
2015-04-28 13:38:10 -07:00
Kyle Marek-Spartz
af2ef3ad36
Update GitHub repository URL to point to HTTPS version in developer guide. #241
2015-04-14 20:50:41 -05:00
Simon Michael
7c33409390
docs: release checklists
2015-04-07 19:00:16 -07:00
Simon Michael
498a52c7ea
doc: more precise version
2015-04-07 17:13:16 -07:00
Simon Michael
97888b1be4
doc: note effect of tag comment position
2015-04-07 17:12:57 -07:00
Simon Michael
95ccfa73a9
doc: release note links
2015-03-15 18:42:23 -07:00
Simon Michael
c5323a6da6
doc: update release notes
...
(cherry picked from commit 424007a51274b2d597ab04fe3976c248348366ce)
Conflicts:
doc/site/release-notes.md
2015-03-15 13:55:41 -07:00
Simon Michael
8b51f986b6
doc: remove mention of hledger-web's edit form
...
(cherry picked from commit 77f4d9e4f6a4f66511aa9cbb28be9602f938fd4f)
2015-03-15 13:36:48 -07:00
Simon Michael
592ae9a28e
timelog: show hours with 2 decimal places, not 1
2015-02-27 08:37:16 -08:00
Simon Michael
293c9b2efa
doc: manual: Assertions and subaccounts
2015-01-26 09:54:22 -08:00
Simon Michael
a388d0e21d
doc: small fixes
2015-01-26 09:54:18 -08:00
Simon Michael
1a4b30b8c1
doc: bring account alias docs up to date
2015-01-19 17:50:33 -08:00
Simon Michael
cbc0183160
doc: update register output docs
2015-01-19 15:28:04 -08:00
Simon Michael
76db377468
document --output-format and --output-file ( fix #233 )
2015-01-16 16:52:59 -08:00
Simon Michael
a7b4b41bdf
doc: git-tip is gratipay
2015-01-07 14:40:20 -08:00
Simon Michael
cf1345ba2e
doc: manual: missing line break
2015-01-02 14:21:29 -08:00
Simon Michael
af1d1239f5
doc: download: tweaks, link to hledger-vagrant
2015-01-02 14:21:29 -08:00
Simon Michael
c5c721f1c1
doc: home: limit twitter height a little
2015-01-02 14:21:29 -08:00
Simon Michael
8a992042f5
doc: enable custom favicon
2015-01-02 14:21:29 -08:00