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