From 57f6e288b3868c148077eb911c80b0ff1ec041ee Mon Sep 17 00:00:00 2001 From: Fang-Pen Lin Date: Sun, 8 Oct 2023 17:52:54 -0700 Subject: [PATCH] Add more libs --- index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 153126f..ad6525b 100644 --- a/index.md +++ b/index.md @@ -380,6 +380,7 @@ Additional helper tools complementing the PTA apps, by category. ### Formatting - [beancount-black](https://github.com/LaunchPlatform/beancount-black) opinionated beancount file formatter +- [beancount-black web app](https://app.beanhub.io/tools/beancount-formatter) opinionated beancount file formatter but as a web based app ### Reporting @@ -456,10 +457,11 @@ Additional helper tools complementing the PTA apps, by category. ### Library - [beancount-parser](https://github.com/LaunchPlatform/beancount-parser) standalone Lark based beancount syntax parser (not relying on the beancount library) +- [beancount-forms](https://github.com/LaunchPlatform/beanhub-forms) core library for the data types and processor of [BeanHub Forms](https://beanhub.io/blog/2023/07/31/automating-beancount-data-input-with-beanhub-custom-forms/) ### Utilities -- [beanhub-cli](https://github.com/LaunchPlatform/beanhub-cli) command line tools for BeanHub users but also comes with features like a [BeanHub Forms](https://beanhub.io/blog/2023/07/31/automating-beancount-data-input-with-beanhub-custom-forms/) web app for non-BeanHub users +- [beanhub-cli](https://github.com/LaunchPlatform/beanhub-cli) command line tools comes with features like formatter and [BeanHub Forms](https://beanhub.io/blog/2023/07/31/automating-beancount-data-input-with-beanhub-custom-forms/) web app ### API