group editor modes
This commit is contained in:
17
index.html
17
index.html
@@ -276,18 +276,19 @@ th, td { border:none; padding-top:0; border-bottom:thin solid #ddd;}
|
|||||||
<li><a href="https://github.com/eval/total_recall">total_recall</a> CSV to *ledger converter</li>
|
<li><a href="https://github.com/eval/total_recall">total_recall</a> CSV to *ledger converter</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4 id="editor-support">editor support</h4>
|
<h4 id="editor-support">editor support</h4>
|
||||||
|
<p>Grouped by editor. Note these often work quite well for other ledger-likes, not just the one they are named for.</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="https://atom.io/packages/language-ledger">language-ledger</a> for Atom</li>
|
||||||
|
<li><p><a href="https://atom.io/packages/ledger">ledger</a> for Atom</p></li>
|
||||||
<li><a href="https://bitbucket.org/blais/beancount/src/1e21b27c0b0ecf2bf2e1a2cd5c3da3b1befc8152/src/elisp/beancount.el?at=default&fileviewer=file-view-default">beancount-mode</a> for Emacs</li>
|
<li><a href="https://bitbucket.org/blais/beancount/src/1e21b27c0b0ecf2bf2e1a2cd5c3da3b1befc8152/src/elisp/beancount.el?at=default&fileviewer=file-view-default">beancount-mode</a> for Emacs</li>
|
||||||
<li><a href="https://github.com/narendraj9/hledger-mode">hledger-mode</a> for Emacs</li>
|
<li><a href="https://github.com/narendraj9/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><p><a href="http://ledger-cli.org/3.0/doc/ledger-mode.html">ledger-mode</a> for Emacs (also works for hledger, beancount etc.)</p></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://github.com/anekos/hledger-vim">hledger-vim</a> for VIM</li>
|
<li><a href="https://github.com/anekos/hledger-vim">hledger-vim</a> for VIM</li>
|
||||||
<li><a href="https://atom.io/packages/language-ledger">language-ledger</a> for Atom</li>
|
<li><a href="https://github.com/nathangrigg/vim-beancount">vim-beancount</a> for VIM</li>
|
||||||
<li><a href="https://atom.io/packages/ledger">ledger</a> for Atom</li>
|
<li><p><a href="https://github.com/ledger/vim-ledger">vim-ledger</a> for VIM</p></li>
|
||||||
<li><a href="https://github.com/moeffju/sublime-ledger-syntax">sublime-ledger-syntax</a> for Sublime Text/TextMate</li>
|
<li><p><a href="https://github.com/moeffju/sublime-ledger-syntax">sublime-ledger-syntax</a> for Sublime Text/TextMate</p></li>
|
||||||
<li><a href="https://github.com/lifepillar/Ledger.tmbundle">Ledger.tmbundle</a> for TextMate</li>
|
<li><p><a href="https://github.com/lifepillar/Ledger.tmbundle">Ledger.tmbundle</a> for TextMate</p></li>
|
||||||
<li><a href="https://marketplace.visualstudio.com/items?itemName=mariosangiorgio.ledger">ledger</a> for Visual Studio Code</li>
|
<li><p><a href="https://marketplace.visualstudio.com/items?itemName=mariosangiorgio.ledger">ledger</a> for Visual Studio Code</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4 id="time-logging">time logging</h4>
|
<h4 id="time-logging">time logging</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
14
index.md
14
index.md
@@ -276,16 +276,24 @@ Inactive:
|
|||||||
|
|
||||||
#### editor support
|
#### editor support
|
||||||
|
|
||||||
|
Grouped by editor.
|
||||||
|
Note these often work quite well for other ledger-likes, not just the one they are named for.
|
||||||
|
|
||||||
|
- [language-ledger](https://atom.io/packages/language-ledger) for Atom
|
||||||
|
- [ledger](https://atom.io/packages/ledger) for Atom
|
||||||
|
|
||||||
- [beancount-mode](https://bitbucket.org/blais/beancount/src/1e21b27c0b0ecf2bf2e1a2cd5c3da3b1befc8152/src/elisp/beancount.el?at=default&fileviewer=file-view-default) for Emacs
|
- [beancount-mode](https://bitbucket.org/blais/beancount/src/1e21b27c0b0ecf2bf2e1a2cd5c3da3b1befc8152/src/elisp/beancount.el?at=default&fileviewer=file-view-default) for Emacs
|
||||||
- [hledger-mode](https://github.com/narendraj9/hledger-mode) for Emacs
|
- [hledger-mode](https://github.com/narendraj9/hledger-mode) for Emacs
|
||||||
- [ledger-mode](http://ledger-cli.org/3.0/doc/ledger-mode.html) for Emacs (also works for hledger, beancount etc.)
|
- [ledger-mode](http://ledger-cli.org/3.0/doc/ledger-mode.html) for Emacs (also works for hledger, beancount etc.)
|
||||||
|
|
||||||
|
- [hledger-vim](https://github.com/anekos/hledger-vim) for VIM
|
||||||
- [vim-beancount](https://github.com/nathangrigg/vim-beancount) for VIM
|
- [vim-beancount](https://github.com/nathangrigg/vim-beancount) for VIM
|
||||||
- [vim-ledger](https://github.com/ledger/vim-ledger) for VIM
|
- [vim-ledger](https://github.com/ledger/vim-ledger) for VIM
|
||||||
- [hledger-vim](https://github.com/anekos/hledger-vim) for VIM
|
|
||||||
- [language-ledger](https://atom.io/packages/language-ledger) for Atom
|
|
||||||
- [ledger](https://atom.io/packages/ledger) for Atom
|
|
||||||
- [sublime-ledger-syntax](https://github.com/moeffju/sublime-ledger-syntax) for Sublime Text/TextMate
|
- [sublime-ledger-syntax](https://github.com/moeffju/sublime-ledger-syntax) for Sublime Text/TextMate
|
||||||
|
|
||||||
- [Ledger.tmbundle](https://github.com/lifepillar/Ledger.tmbundle) for TextMate
|
- [Ledger.tmbundle](https://github.com/lifepillar/Ledger.tmbundle) for TextMate
|
||||||
|
|
||||||
- [ledger](https://marketplace.visualstudio.com/items?itemName=mariosangiorgio.ledger) for Visual Studio Code
|
- [ledger](https://marketplace.visualstudio.com/items?itemName=mariosangiorgio.ledger) for Visual Studio Code
|
||||||
|
|
||||||
#### time logging
|
#### time logging
|
||||||
|
|||||||
Reference in New Issue
Block a user