From 3708edfb129237018ddd327a7b6fe6c1db04c656 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 2 Feb 2019 08:32:53 -0800 Subject: [PATCH] move editor support to end --- index.html | 32 ++++++++++++++++---------------- index.md | 36 ++++++++++++++++++------------------ 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/index.html b/index.html index eadd4a5..86dc466 100644 --- a/index.html +++ b/index.html @@ -61,8 +61,8 @@ Plain Text Accounting   UI, curses
  UI, GUI
  UI, web
-  editor support
  API
+  editor support
discussion
  mail lists/IRC
  stack exchange
@@ -450,7 +450,20 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
  • ledger-web web UI for ledger browsing (javascript)
  • ledgible web UI for ledger browsing, data entry (python)
  • WealthPulse web UI for ledger browsing, price fetching (F#)
  • -

    editor support

    Grouped by editor. Note these often work quite well for other ledger-likes, not just the one they are named for.

    API

    editor support

    Grouped by editor. Note these often work quite well for other ledger-likes, not just the one they are named for.

    API


    discussion

    +


    discussion

    mail lists/IRC

    diff --git a/index.md b/index.md index b606e5d..6183495 100644 --- a/index.md +++ b/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) + + + #### 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 - Visual Studio Code [ledger](https://marketplace.visualstudio.com/items?itemName=mariosangiorgio.ledger) - Visual Studio Code [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) - - -
    ### discussion