diff --git a/src/index.md b/src/index.md index 3e6e56d..a91cb58 100644 --- a/src/index.md +++ b/src/index.md @@ -36,8 +36,8 @@ Page contents: - [Accounting](#accounting) - [PTA app official docs](#pta-app-official-docs) - [PTA app comparisons](#pta-app-comparisons) +- [Intros](#intros) - [Cheatsheets](#cheatsheets) -- [Introductory docs](#introductory-docs) - [Presentations](#presentations) \ **[Software](#software)** @@ -337,13 +337,7 @@ See also:\ -### Cheatsheets - -- [Syntax Quick Reference](quickref/) -- [Ledger CLI cheatsheet](https://devhints.io/ledger) -- [Beancount Syntax Cheat Sheet](https://beancount.github.io/docs/beancount_cheat_sheet.html) - -### Introductory docs +### Intros - [Getting Started With Ledger](https://rolfschr.github.io/gswl-book/latest.html) - [hledger Getting Started Guide](https://hledger.org/start.html) @@ -354,6 +348,16 @@ See also:\ - [Plain Text Accounting Workshop](https://github.com/colindean/plaintextaccounting_workshop) - [[Cookbook.html#getting-started|Getting started]] +### Cheatsheets + +- [Syntax Quick Reference](quickref/) +- [Ledger CLI cheatsheet](https://devhints.io/ledger) +- [Beancount Syntax Cheat Sheet](https://beancount.github.io/docs/beancount_cheat_sheet.html) +- [Beginners corner: a basic hledger transaction](https://hledgerfan.com/beginners-corner-a-basic-hledger-transaction/) +- [(Almost) everything you wanted to know about hledger transactions](https://hledgerfan.com/almost-everything-you-wanted-to-know-about-hledger-transactions/) +- [hledger > Journal cheatsheet](https://hledger.org/hledger.html#journal-cheatsheet) +- [hledger > CSV rules cheatsheet](https://hledger.org/hledger.html#csv-rules-cheatsheet) + ### Presentations - [Simon Michael: Inside hledger: an architectural tour and how-to](https://rawcdn.githack.com/simonmichael/hledger/4013a81af8dd2804c73ecac18fb3e7e4745a4275/doc/haskellerz/haskellerz.slidy.html) 2021 diff --git a/src/quickref/beancount.md b/src/quickref/beancount.md index 5b21749..3c9fa75 100644 --- a/src/quickref/beancount.md +++ b/src/quickref/beancount.md @@ -10,8 +10,8 @@ Brief (incomplete) syntax overview for Beancount's journal file format. Last tested: 2016. See also: -https://beancount.github.io/docs/beancount_language_syntax.html, -https://beancount.github.io/docs/beancount_cheat_sheet.html. +[Beancount manual](https://beancount.github.io/docs/beancount_language_syntax.html), +[[../index#cheatsheets|Cheatsheets]] ---- diff --git a/src/quickref/hledger.md b/src/quickref/hledger.md index 5b98e34..90efd64 100644 --- a/src/quickref/hledger.md +++ b/src/quickref/hledger.md @@ -10,7 +10,8 @@ Brief (incomplete) syntax overview for hledger's journal file format. Last tested: 2016. See also: -https://hledger.org/hledger.html#journal-format. +[hledger manual](https://hledger.org/hledger.html#journal), +[[../index#cheatsheets|Cheatsheets]] ---- diff --git a/src/quickref/index.md b/src/quickref/index.md index cc577dd..8777489 100644 --- a/src/quickref/index.md +++ b/src/quickref/index.md @@ -56,21 +56,24 @@ Things in square brackets are optional. Some notes in the Ledger column are co
Ledger
- https://www.ledger-cli.org/3.0/doc/ledger3.html#Journal-Format
- https://ricostacruz.com/cheatsheets/ledger.html
+ Ledger manual
+ Ledger CLI cheatsheet
hledger
- https://hledger.org/hledger.html#journal-format
+ hledger manual
+ Beginners corner: a basic hledger transaction
+ (Almost) everything you wanted to know about hledger transactions
+ Cost notation
Beancount
- https://beancount.github.io/docs/beancount_language_syntax.html
- https://beancount.github.io/docs/beancount_cheat_sheet.html
+ Beancount manual
+ Beancount Syntax Cheat Sheet
diff --git a/src/quickref/ledger.md b/src/quickref/ledger.md index 4484e2a..ec6f6a7 100644 --- a/src/quickref/ledger.md +++ b/src/quickref/ledger.md @@ -10,8 +10,8 @@ Brief (incomplete) syntax overview for Ledger's journal file format. Last tested: 2016. See also: -https://www.ledger-cli.org/doc/ledger3.html#Journal-Format, -https://ricostacruz.com/cheatsheets/ledger.html. +[Ledger manual](https://www.ledger-cli.org/doc/ledger3.html#Journal-Format), +[[../index#cheatsheets|Cheatsheets]] ----