Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Community Projects page #278

Merged
merged 4 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ const sidebars = {
'troubleshooting/edge-browser',
],
},
'community-repos',
],
},
],
Expand Down
15 changes: 15 additions & 0 deletions docs/community-repos.md
Original file line number Diff line number Diff line change
@@ -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
Loading