1
0

more editor modes

This commit is contained in:
Simon Michael
2016-02-17 10:43:28 -08:00
parent f84595fa31
commit 577e450a31
2 changed files with 10 additions and 6 deletions

View File

@@ -155,10 +155,12 @@ You can use this to track and report the data needed for tax reporting. Fill out
<li><a href="https://gitlab.com/egh/ledger-autosync">ledger-autosync</a> convert OFX to journal, deduplication, bank download</li>
<li><a href="https://github.com/cantino/reckon">reckon</a> smart interactive/non-interactive CSV to journal converter</li>
</ul>
<h5 id="editing">editing</h5>
<h5 id="editor-support">editor support</h5>
<ul>
<li><a href="http://ledger-cli.org/3.0/doc/ledger-mode.html">ledger-mode</a> for Emacs</li>
<li><a href="https://github.com/narendraj9/dotfiles/tree/master/.emacs.d/packages/rest/hledger-mode">hledger-mode</a> another mode for Emacs, difference unknown</li>
<li><a href="https://bitbucket.org/blais/beancount/src/1e21b27c0b0ecf2bf2e1a2cd5c3da3b1befc8152/src/elisp/beancount.el?at=default&amp;fileviewer=file-view-default">beancount-mode</a> for Emacs</li>
<li><a href="https://github.com/narendraj9/dotfiles/tree/master/.emacs.d/packages/rest/hledger-mode">hledger-mode</a> for Emacs</li>
<li><a href="http://ledger-cli.org/3.0/doc/ledger-mode.html">ledger-mode</a> for Emacs (also works for hledger, beancount etc.)</li>
<li><a href="https://github.com/nathangrigg/vim-beancount">vim-beancount</a> for VIM</li>
<li><a href="https://github.com/ledger/vim-ledger">vim-ledger</a> for VIM</li>
<li><a href="https://atom.io/packages/language-ledger">language-ledger</a> for Atom</li>
<li><a href="https://atom.io/packages/ledger">ledger</a> for Atom</li>