1
0

more compact editor labels

Note: the lists are separated by two backslashes rather than
a blank line to ensure bullet and text stay on the same line (eg in FF)
This commit is contained in:
Simon Michael
2017-08-01 11:25:03 -07:00
parent bf5dbee1d7
commit 58e5e7996c
2 changed files with 24 additions and 24 deletions

View File

@@ -288,28 +288,28 @@ th, td { border:none; padding-top:0; border-bottom:thin solid #ddd;}
<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>
<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<br />
<li><span style="float:right;">Atom</span> <a href="https://atom.io/packages/language-ledger">language-ledger</a></li>
<li><span style="float:right;">Atom</span> <a href="https://atom.io/packages/ledger">ledger</a><br />
<br />
</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/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.)<br />
<li><span style="float:right;">Emacs</span> <a href="https://bitbucket.org/blais/beancount/src/1e21b27c0b0ecf2bf2e1a2cd5c3da3b1befc8152/src/elisp/beancount.el?at=default&amp;fileviewer=file-view-default">beancount-mode</a></li>
<li><span style="float:right;">Emacs</span> <a href="https://github.com/narendraj9/hledger-mode">hledger-mode</a></li>
<li><span style="float:right;">Emacs</span> <a href="http://ledger-cli.org/3.0/doc/ledger-mode.html">ledger-mode</a> (also works for hledger, beancount etc.)<br />
<br />
</li>
<li><a href="https://github.com/anekos/hledger-vim">hledger-vim</a> for VIM</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<br />
<li><span style="float:right;">VIM</span> <a href="https://github.com/anekos/hledger-vim">hledger-vim</a></li>
<li><span style="float:right;">VIM</span> <a href="https://github.com/nathangrigg/vim-beancount">vim-beancount</a></li>
<li><span style="float:right;">VIM</span> <a href="https://github.com/ledger/vim-ledger">vim-ledger</a><br />
<br />
</li>
<li><a href="https://github.com/moeffju/sublime-ledger-syntax">sublime-ledger-syntax</a> for Sublime Text/TextMate<br />
<li><span style="float:right;">Sublime</span> <a href="https://github.com/moeffju/sublime-ledger-syntax">sublime-ledger-syntax</a><br />
<br />
</li>
<li><a href="https://github.com/lifepillar/Ledger.tmbundle">Ledger.tmbundle</a> for TextMate<br />
<li><span style="float:right;">TextMate</span> <a href="https://github.com/lifepillar/Ledger.tmbundle">Ledger.tmbundle</a><br />
<br />
</li>
<li><a href="https://github.com/mhansen/hledger-vscode">hledger-vscode</a> for Visual Studio Code</li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=mariosangiorgio.ledger">ledger</a> for Visual Studio Code</li>
<li><span style="float:right;">Visual Studio Code</span> <a href="https://github.com/mhansen/hledger-vscode">hledger-vscode</a></li>
<li><span style="float:right;">Visual Studio Code</span> <a href="https://marketplace.visualstudio.com/items?itemName=mariosangiorgio.ledger">ledger</a></li>
</ul>
<h4 id="time-logging">time logging</h4>
<ul>

View File

@@ -281,28 +281,28 @@ Inactive:
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
- <span style="float:right;">Atom</span> [language-ledger](https://atom.io/packages/language-ledger)
- <span style="float:right;">Atom</span> [ledger](https://atom.io/packages/ledger)
\
\
- [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
- [ledger-mode](http://ledger-cli.org/3.0/doc/ledger-mode.html) for Emacs (also works for hledger, beancount etc.)
- <span style="float:right;">Emacs</span> [beancount-mode](https://bitbucket.org/blais/beancount/src/1e21b27c0b0ecf2bf2e1a2cd5c3da3b1befc8152/src/elisp/beancount.el?at=default&fileviewer=file-view-default)
- <span style="float:right;">Emacs</span> [hledger-mode](https://github.com/narendraj9/hledger-mode)
- <span style="float:right;">Emacs</span> [ledger-mode](http://ledger-cli.org/3.0/doc/ledger-mode.html) (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-ledger](https://github.com/ledger/vim-ledger) for VIM
- <span style="float:right;">VIM</span> [hledger-vim](https://github.com/anekos/hledger-vim)
- <span style="float:right;">VIM</span> [vim-beancount](https://github.com/nathangrigg/vim-beancount)
- <span style="float:right;">VIM</span> [vim-ledger](https://github.com/ledger/vim-ledger)
\
\
- [sublime-ledger-syntax](https://github.com/moeffju/sublime-ledger-syntax) for Sublime Text/TextMate
- <span style="float:right;">Sublime</span> [sublime-ledger-syntax](https://github.com/moeffju/sublime-ledger-syntax)
\
\
- [Ledger.tmbundle](https://github.com/lifepillar/Ledger.tmbundle) for TextMate
- <span style="float:right;">TextMate</span> [Ledger.tmbundle](https://github.com/lifepillar/Ledger.tmbundle)
\
\
- [hledger-vscode](https://github.com/mhansen/hledger-vscode) for Visual Studio Code
- [ledger](https://marketplace.visualstudio.com/items?itemName=mariosangiorgio.ledger) for Visual Studio Code
- <span style="float:right;">Visual Studio Code</span> [hledger-vscode](https://github.com/mhansen/hledger-vscode)
- <span style="float:right;">Visual Studio Code</span> [ledger](https://marketplace.visualstudio.com/items?itemName=mariosangiorgio.ledger)
#### time logging