1
0

improve cone/MoLe links, add to TOC

This commit is contained in:
Simon Michael
2019-05-22 09:06:15 -07:00
parent a3d0bbf618
commit ecaf16e007
2 changed files with 6 additions and 4 deletions

View File

@@ -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>

View File

@@ -92,6 +92,7 @@ This simple model makes them easy to understand and rely on.
&nbsp;&nbsp;[UI, curses](#ui-curses)
&nbsp;&nbsp;[UI, GUI](#ui-gui)
&nbsp;&nbsp;[UI, web](#ui-web)
&nbsp;&nbsp;[UI, mobile](#ui-mobile)
&nbsp;&nbsp;[API](#api)
&nbsp;&nbsp;[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