-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into youngcw/fresh_start_guide
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -289,6 +289,7 @@ const sidebars = { | |
'troubleshooting/edge-browser', | ||
], | ||
}, | ||
'community-repos', | ||
], | ||
}, | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |