improve cone/MoLe links, add to TOC
This commit is contained in:
@@ -61,6 +61,7 @@ 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="#ui-mobile">UI, mobile</a><br />
|
||||
<a href="#api">API</a><br />
|
||||
<a href="#editor-support">editor support</a><br />
|
||||
<a href="#discussion">discussion</a><br />
|
||||
@@ -467,8 +468,8 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
|
||||
<li><a href="https://github.com/slashdotdash/node-ledger-web">node-ledger-web</a> web UI for ledger browsing (javascript)</li>
|
||||
<li><a href="https://github.com/readysetmark/WealthPulse">WealthPulse</a> web UI for ledger browsing, price fetching (F#)</li>
|
||||
</ul><h4 id="ui-mobile">UI, mobile</h4><ul>
|
||||
<li><a href="https://fossdroid.com/a/mole.html">MoLe</a> mobile app front-end to hledger-web (available on F-Droid)</li>
|
||||
<li><a href="https://f-droid.org/en/packages/info.tangential.cone/">Cone</a> data entry tool for the plain text accounting ledger format (available on F-Droid)</li>
|
||||
<li><a href="https://f-droid.org/en/packages/info.tangential.cone/">cone</a> data entry app for the h/ledger format (Android, <a href="https://github.com/bradyt/cone">dart</a>)</li>
|
||||
<li><a href="https://fossdroid.com/a/mole.html">MoLe</a> mobile client for hledger-web (Android, <a href="https://git.ktnx.net/?p=mobile-ledger.git">java</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>
|
||||
|
||||
5
index.md
5
index.md
@@ -92,6 +92,7 @@ This simple model makes them easy to understand and rely on.
|
||||
[UI, curses](#ui-curses)
|
||||
[UI, GUI](#ui-gui)
|
||||
[UI, web](#ui-web)
|
||||
[UI, mobile](#ui-mobile)
|
||||
[API](#api)
|
||||
[editor support](#editor-support)
|
||||
[discussion](#discussion)
|
||||
@@ -427,8 +428,8 @@ The following sections collect add-ons and helper tools related to the above.
|
||||
|
||||
#### UI, mobile
|
||||
|
||||
- [MoLe](https://fossdroid.com/a/mole.html) mobile app front-end to hledger-web (available on F-Droid)
|
||||
- [Cone](https://f-droid.org/en/packages/info.tangential.cone/) data entry tool for the plain text accounting ledger format (available on F-Droid)
|
||||
- [cone](https://f-droid.org/en/packages/info.tangential.cone/) data entry app for the h/ledger format (Android, [dart](https://github.com/bradyt/cone))
|
||||
- [MoLe](https://fossdroid.com/a/mole.html) mobile client for hledger-web (Android, [java](https://git.ktnx.net/?p=mobile-ledger.git))
|
||||
|
||||
#### API
|
||||
|
||||
|
||||
Reference in New Issue
Block a user