From 6ff5d744b7591f2e45d1ff0a3cb35781f2ec4053 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 12 Feb 2019 09:50:56 -0800 Subject: [PATCH] doc: journal: move details of editor support to cookbook [ci skip] --- hledger-lib/hledger_journal.m4.md | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) diff --git a/hledger-lib/hledger_journal.m4.md b/hledger-lib/hledger_journal.m4.md index 6e11febf8..5c2671d30 100644 --- a/hledger-lib/hledger_journal.m4.md +++ b/hledger-lib/hledger_journal.m4.md @@ -1304,27 +1304,10 @@ background. # EDITOR SUPPORT -Add-on modes exist for various text editors, to make working with -journal files easier. They add colour, navigation aids and helpful -commands. For hledger users who edit the journal file directly (the -majority), using one of these modes is quite recommended. - -These were written with Ledger in mind, but also work with hledger files: - -| Editor | | -| ------------------- | ------------------------------------------------------------------------------------------ | -| Emacs | | -| Vim | | -| Sublime Text | | -| Textmate | | -| Text Wrangler  | | -| Visual Studio Code | | - - - - +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 Cookbook at hledger.org for more the latest +information.