move editor support to end
This commit is contained in:
32
index.html
32
index.html
@@ -61,8 +61,8 @@ Plain Text Accounting
|
||||
<a href="#ui-curses">UI, curses</a><br />
|
||||
<a href="#ui-gui">UI, GUI</a><br />
|
||||
<a href="#ui-web">UI, web</a><br />
|
||||
<a href="#editor-support">editor support</a><br />
|
||||
<a href="#api">API</a><br />
|
||||
<a href="#editor-support">editor support</a><br />
|
||||
<a href="#discussion">discussion</a><br />
|
||||
<a href="#mail-listsirc">mail lists/IRC</a><br />
|
||||
<a href="#stack-exchange">stack exchange</a><br />
|
||||
@@ -450,7 +450,20 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
|
||||
<li><a href="https://github.com/slashdotdash/node-ledger-web">ledger-web</a> web UI for ledger browsing (javascript)</li>
|
||||
<li><a href="https://github.com/lipidity/ledgible">ledgible</a> web UI for ledger browsing, data entry (python)</li>
|
||||
<li><a href="https://github.com/readysetmark/WealthPulse">WealthPulse</a> web UI for ledger browsing, price fetching (F#)</li>
|
||||
</ul><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><h4 id="api">API</h4><ul>
|
||||
<li><a href="https://github.com/simonmichael/hledger/tree/master/hledger-api">hledger-api</a> JSON API server for *ledger files (haskell)</li>
|
||||
<li><a href="https://github.com/Rudd-O/ledgerhelpers">ledgerhelpers</a> extends Ledger's python library (python)</li>
|
||||
<li><a href="https://github.com/rstacruz/node-hledger">node-hledger</a> Node.js API for *ledger files (javascript)</li>
|
||||
</ul><!--
|
||||
other console/curses tools
|
||||
|
||||
- [Taskwarrior](http://taskwarrior.org) modern task manager
|
||||
- [add / tapecalc](http://invisible-island.net/add/add.html) dynamically updating tape calculator
|
||||
- [sc](http://www.linuxjournal.com/article/10699) spreadsheet
|
||||
- [sc-im](https://github.com/andmarti1424/sc-im) update of sc
|
||||
- [GNU PEM & Oleo](http://www.examiner.com/article/gnu-pem-oleo-two-great-command-line-text-based-financial-accounting-apps) expenses manager, spreadsheet
|
||||
- the [org empire](http://orgmode.org)...
|
||||
--><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><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 />
|
||||
@@ -474,20 +487,7 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
|
||||
<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>
|
||||
<li><span style="float:right;">Visual Studio Code</span> <a href="https://marketplace.visualstudio.com/items?itemName=Lencerf.beancount">vscode-beancount</a></li>
|
||||
</ul><h4 id="api">API</h4><ul>
|
||||
<li><a href="https://github.com/simonmichael/hledger/tree/master/hledger-api">hledger-api</a> JSON API server for *ledger files (haskell)</li>
|
||||
<li><a href="https://github.com/Rudd-O/ledgerhelpers">ledgerhelpers</a> extends Ledger's python library (python)</li>
|
||||
<li><a href="https://github.com/rstacruz/node-hledger">node-hledger</a> Node.js API for *ledger files (javascript)</li>
|
||||
</ul><!--
|
||||
other console/curses tools
|
||||
|
||||
- [Taskwarrior](http://taskwarrior.org) modern task manager
|
||||
- [add / tapecalc](http://invisible-island.net/add/add.html) dynamically updating tape calculator
|
||||
- [sc](http://www.linuxjournal.com/article/10699) spreadsheet
|
||||
- [sc-im](https://github.com/andmarti1424/sc-im) update of sc
|
||||
- [GNU PEM & Oleo](http://www.examiner.com/article/gnu-pem-oleo-two-great-command-line-text-based-financial-accounting-apps) expenses manager, spreadsheet
|
||||
- the [org empire](http://orgmode.org)...
|
||||
--><p><br></p><h3 id="discussion">discussion</h3><div class="row">
|
||||
</ul><p><br></p><h3 id="discussion">discussion</h3><div class="row">
|
||||
<div class="five columns u-pull-left">
|
||||
<h4 id="mail-listsirc">mail lists/IRC</h4>
|
||||
</div>
|
||||
|
||||
36
index.md
36
index.md
@@ -92,8 +92,8 @@ This simple model makes them easy to understand and rely on.
|
||||
[UI, curses](#ui-curses)
|
||||
[UI, GUI](#ui-gui)
|
||||
[UI, web](#ui-web)
|
||||
[editor support](#editor-support)
|
||||
[API](#api)
|
||||
[editor support](#editor-support)
|
||||
[discussion](#discussion)
|
||||
[mail lists/IRC](#mail-listsirc)
|
||||
[stack exchange](#stack-exchange)
|
||||
@@ -410,6 +410,23 @@ The following sections collect add-ons and helper tools related to the above.
|
||||
- [ledgible](https://github.com/lipidity/ledgible) web UI for ledger browsing, data entry (python)
|
||||
- [WealthPulse](https://github.com/readysetmark/WealthPulse) web UI for ledger browsing, price fetching (F#)
|
||||
|
||||
#### API
|
||||
|
||||
- [hledger-api](https://github.com/simonmichael/hledger/tree/master/hledger-api) JSON API server for *ledger files (haskell)
|
||||
- [ledgerhelpers](https://github.com/Rudd-O/ledgerhelpers) extends Ledger's python library (python)
|
||||
- [node-hledger](https://github.com/rstacruz/node-hledger) Node.js API for *ledger files (javascript)
|
||||
|
||||
<!--
|
||||
other console/curses tools
|
||||
|
||||
- [Taskwarrior](http://taskwarrior.org) modern task manager
|
||||
- [add / tapecalc](http://invisible-island.net/add/add.html) dynamically updating tape calculator
|
||||
- [sc](http://www.linuxjournal.com/article/10699) spreadsheet
|
||||
- [sc-im](https://github.com/andmarti1424/sc-im) update of sc
|
||||
- [GNU PEM & Oleo](http://www.examiner.com/article/gnu-pem-oleo-two-great-command-line-text-based-financial-accounting-apps) expenses manager, spreadsheet
|
||||
- the [org empire](http://orgmode.org)...
|
||||
-->
|
||||
|
||||
#### editor support
|
||||
|
||||
Grouped by editor.
|
||||
@@ -439,23 +456,6 @@ Note these often work quite well for other ledger-likes, not just the one they a
|
||||
- <span style="float:right;">Visual Studio Code</span> [ledger](https://marketplace.visualstudio.com/items?itemName=mariosangiorgio.ledger)
|
||||
- <span style="float:right;">Visual Studio Code</span> [vscode-beancount](https://marketplace.visualstudio.com/items?itemName=Lencerf.beancount)
|
||||
|
||||
#### API
|
||||
|
||||
- [hledger-api](https://github.com/simonmichael/hledger/tree/master/hledger-api) JSON API server for *ledger files (haskell)
|
||||
- [ledgerhelpers](https://github.com/Rudd-O/ledgerhelpers) extends Ledger's python library (python)
|
||||
- [node-hledger](https://github.com/rstacruz/node-hledger) Node.js API for *ledger files (javascript)
|
||||
|
||||
<!--
|
||||
other console/curses tools
|
||||
|
||||
- [Taskwarrior](http://taskwarrior.org) modern task manager
|
||||
- [add / tapecalc](http://invisible-island.net/add/add.html) dynamically updating tape calculator
|
||||
- [sc](http://www.linuxjournal.com/article/10699) spreadsheet
|
||||
- [sc-im](https://github.com/andmarti1424/sc-im) update of sc
|
||||
- [GNU PEM & Oleo](http://www.examiner.com/article/gnu-pem-oleo-two-great-command-line-text-based-financial-accounting-apps) expenses manager, spreadsheet
|
||||
- the [org empire](http://orgmode.org)...
|
||||
-->
|
||||
|
||||
<br>
|
||||
|
||||
### discussion
|
||||
|
||||
Reference in New Issue
Block a user