From 181de60ff7aaecc5e328bc1ae09dc6d68eb75848 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 29 Jan 2020 06:13:35 -0800 Subject: [PATCH] ;doc: journal: hide FILE FORMAT heading on web; move editor info [ci skip] --- hledger-lib/hledger_journal.m4.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/hledger-lib/hledger_journal.m4.md b/hledger-lib/hledger_journal.m4.md index 337109060..e211759ca 100644 --- a/hledger-lib/hledger_journal.m4.md +++ b/hledger-lib/hledger_journal.m4.md @@ -61,8 +61,17 @@ Here's an example: assets:bank:checking ``` +Helper modes exist for popular text editors, which make working with +journal files easier. They add colour, formatting, tab completion, and +helpful commands, and are quite recommended if you edit your journal +with a text editor. They include ledger-mode or hledger-mode for +Emacs, vim-ledger for Vim, hledger-vscode for Visual Studio Code, and +others. See the [Editor configuration](editors.html) at hledger.org +for the latest information. + +_man_({{ # FILE FORMAT - +}}) ## Transactions @@ -1436,14 +1445,3 @@ Also, any transaction that has been changed by transaction modifier rules will h - `modified:` - this transaction was modified - `_modified:` - a hidden tag not appearing in the comment; this transaction was modified "just now". - - -# EDITOR SUPPORT - -Helper modes exist for popular text editors, which make working with -journal files easier. They add colour, formatting, tab completion, and -helpful commands, and are quite recommended if you edit your journal -with a text editor. They include ledger-mode or hledger-mode for -Emacs, vim-ledger for Vim, hledger-vscode for Visual Studio Code, and -others. See the [Editor configuration](editors.html) at hledger.org -for the latest information.