Update compatibility notes on vim plugins (#76)
* Head off confusion about which vim plugin supports what While the *hledger-vim* project has some good ideas, it is not fully developed and hasn't been worked on for a long time. In the meanwhile the *vim-ledger* plugin has started to support `hledger` out of the box as one of the command backends. At the risk of self promotion since I'm now maintaining the *vim-ledger* plugin, this changes the order and adds a note about compatibly so it is more apparent to a newcomer where to start and they don't skip *vim-ledger* entirely assuming from the names that *hledger-vim* is the only plugin that supports `hledger`. * Fix typography, English does not allow comma before space Leave it to a Haskell programmer to try to separate list items with a comma on after a newline in Markdown. Note that most Markdown flavors (including Pandoc) add a trailing space to lines when they join them. This means you cannot start new lines with punctuation.
This commit is contained in:
committed by
Colin Dean
parent
4affa3d807
commit
5f3996e350
@@ -704,21 +704,21 @@ other console/curses tools
|
||||
<div class="three columns u-pull-left">
|
||||
<h5 id="atom">Atom</h5>
|
||||
</div>
|
||||
<p><a href="https://atom.io/packages/language-ledger">language-ledger</a> , <a href="https://atom.io/packages/ledger">ledger</a></p>
|
||||
<p><a href="https://atom.io/packages/language-ledger">language-ledger</a>, <a href="https://atom.io/packages/ledger">ledger</a></p>
|
||||
</div>
|
||||
<!-- row -->
|
||||
<div class="row">
|
||||
<div class="three columns u-pull-left">
|
||||
<h5 id="emacs">Emacs</h5>
|
||||
</div>
|
||||
<p><a href="https://bitbucket.org/blais/beancount/src/1e21b27c0b0ecf2bf2e1a2cd5c3da3b1befc8152/src/elisp/beancount.el?at=default&fileviewer=file-view-default">beancount-mode</a> , <a href="https://github.com/narendraj9/hledger-mode">hledger-mode</a> , <a href="https://www.ledger-cli.org/3.0/doc/ledger-mode.html">ledger-mode</a> (also works for hledger, beancount etc.)</p>
|
||||
<p><a href="https://bitbucket.org/blais/beancount/src/1e21b27c0b0ecf2bf2e1a2cd5c3da3b1befc8152/src/elisp/beancount.el?at=default&fileviewer=file-view-default">beancount-mode</a>, <a href="https://github.com/narendraj9/hledger-mode">hledger-mode</a>, <a href="https://www.ledger-cli.org/3.0/doc/ledger-mode.html">ledger-mode</a> (also works for hledger, beancount etc.)</p>
|
||||
</div>
|
||||
<!-- row -->
|
||||
<div class="row">
|
||||
<div class="three columns u-pull-left">
|
||||
<h5 id="vim">VIM</h5>
|
||||
</div>
|
||||
<p><a href="https://github.com/anekos/hledger-vim">hledger-vim</a> , <a href="https://github.com/nathangrigg/vim-beancount">vim-beancount</a> , <a href="https://github.com/ledger/vim-ledger">vim-ledger</a></p>
|
||||
<p><a href="https://github.com/ledger/vim-ledger">vim-ledger</a> (supports ledger & hledger), <a href="https://github.com/nathangrigg/vim-beancount">vim-beancount</a>, <a href="https://github.com/anekos/hledger-vim">hledger-vim</a></p>
|
||||
</div>
|
||||
<!-- row -->
|
||||
<div class="row">
|
||||
@@ -739,7 +739,7 @@ other console/curses tools
|
||||
<div class="three columns u-pull-left">
|
||||
<h5 id="vs-code">VS Code</h5>
|
||||
</div>
|
||||
<p><a href="https://github.com/mhansen/hledger-vscode">hledger-vscode</a> , <a href="https://marketplace.visualstudio.com/items?itemName=mariosangiorgio.ledger">ledger</a> , <a href="https://marketplace.visualstudio.com/items?itemName=Lencerf.beancount">vscode-beancount</a></p>
|
||||
<p><a href="https://github.com/mhansen/hledger-vscode">hledger-vscode</a>, <a href="https://marketplace.visualstudio.com/items?itemName=mariosangiorgio.ledger">ledger</a>, <a href="https://marketplace.visualstudio.com/items?itemName=Lencerf.beancount">vscode-beancount</a></p>
|
||||
</div>
|
||||
<p><!-- section --></p>
|
||||
<div id="section5">
|
||||
|
||||
20
index.md
20
index.md
@@ -735,8 +735,8 @@ Note these often work quite well for other ledger-likes, not just the one they a
|
||||
##### Atom
|
||||
</div>
|
||||
|
||||
[language-ledger](https://atom.io/packages/language-ledger)
|
||||
, [ledger](https://atom.io/packages/ledger)
|
||||
[language-ledger](https://atom.io/packages/language-ledger),
|
||||
[ledger](https://atom.io/packages/ledger)
|
||||
|
||||
</div> <!-- row -->
|
||||
<div class="row">
|
||||
@@ -744,9 +744,9 @@ Note these often work quite well for other ledger-likes, not just the one they a
|
||||
##### Emacs
|
||||
</div>
|
||||
|
||||
[beancount-mode](https://bitbucket.org/blais/beancount/src/1e21b27c0b0ecf2bf2e1a2cd5c3da3b1befc8152/src/elisp/beancount.el?at=default&fileviewer=file-view-default)
|
||||
, [hledger-mode](https://github.com/narendraj9/hledger-mode)
|
||||
, [ledger-mode](https://www.ledger-cli.org/3.0/doc/ledger-mode.html) (also works for hledger, beancount etc.)
|
||||
[beancount-mode](https://bitbucket.org/blais/beancount/src/1e21b27c0b0ecf2bf2e1a2cd5c3da3b1befc8152/src/elisp/beancount.el?at=default&fileviewer=file-view-default),
|
||||
[hledger-mode](https://github.com/narendraj9/hledger-mode),
|
||||
[ledger-mode](https://www.ledger-cli.org/3.0/doc/ledger-mode.html) (also works for hledger, beancount etc.)
|
||||
|
||||
</div> <!-- row -->
|
||||
<div class="row">
|
||||
@@ -754,9 +754,9 @@ Note these often work quite well for other ledger-likes, not just the one they a
|
||||
##### VIM
|
||||
</div>
|
||||
|
||||
[vim-ledger](https://github.com/ledger/vim-ledger) (supports ledger & hledger),
|
||||
[vim-beancount](https://github.com/nathangrigg/vim-beancount),
|
||||
[hledger-vim](https://github.com/anekos/hledger-vim)
|
||||
, [vim-beancount](https://github.com/nathangrigg/vim-beancount)
|
||||
, [vim-ledger](https://github.com/ledger/vim-ledger)
|
||||
|
||||
</div> <!-- row -->
|
||||
<div class="row">
|
||||
@@ -780,9 +780,9 @@ Note these often work quite well for other ledger-likes, not just the one they a
|
||||
##### VS Code
|
||||
</div>
|
||||
|
||||
[hledger-vscode](https://github.com/mhansen/hledger-vscode)
|
||||
, [ledger](https://marketplace.visualstudio.com/items?itemName=mariosangiorgio.ledger)
|
||||
, [vscode-beancount](https://marketplace.visualstudio.com/items?itemName=Lencerf.beancount)
|
||||
[hledger-vscode](https://github.com/mhansen/hledger-vscode),
|
||||
[ledger](https://marketplace.visualstudio.com/items?itemName=mariosangiorgio.ledger),
|
||||
[vscode-beancount](https://marketplace.visualstudio.com/items?itemName=Lencerf.beancount)
|
||||
|
||||
</div> <!-- section -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user