From a7e862acbb2f626398db4fde05951863a2337f2a Mon Sep 17 00:00:00 2001 From: youngcw Date: Wed, 22 Nov 2023 13:03:35 -0700 Subject: [PATCH] Community Projects page (#278) This adds a page that calls out useful and interesting community projects that integrate with Actual. There are only a few that I know of right now, but we can add any later that come up. --- docs-sidebar.js | 1 + docs/community-repos.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 docs/community-repos.md diff --git a/docs-sidebar.js b/docs-sidebar.js index ce67c14f8..ffa9d25a2 100644 --- a/docs-sidebar.js +++ b/docs-sidebar.js @@ -288,6 +288,7 @@ const sidebars = { 'troubleshooting/edge-browser', ], }, + 'community-repos', ], }, ], diff --git a/docs/community-repos.md b/docs/community-repos.md new file mode 100644 index 000000000..250c1029f --- /dev/null +++ b/docs/community-repos.md @@ -0,0 +1,15 @@ +# Community Projects + +The following community projects are not maintained by the Actual Budget project, but integrate with Actual Budget. They are for special use cases, or for developing features that have not yet been integrated into Actual. + +## Bank Importers +The following are implementations of bank syncing using the Actual API. See the respective repository for instructions on use. +* **Plaid bank sync** - https://github.com/youngcw/actualplaid +* **SimpleFIN bank sync** - https://github.com/duplaja/actual-simplefin-sync/ + +## Budget Migration +Actual currently has official support for migrating budgets from YNAB4 and nYNAB. The following are available for migrating from other budget apps +* **Mint.com** - https://github.com/youngcw/actual_mint_importer + +## Others +* **Local REST api** - https://github.com/jhonderson/actual-http-api