mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
add experimental page (#718)
Adds a base page for the experimental features section. This says what experimental features are and how to enable them.
This commit is contained in:
@@ -211,6 +211,10 @@ const sidebars = {
|
||||
type: 'category',
|
||||
label: 'Experimental features',
|
||||
collapsed: true,
|
||||
link: {
|
||||
type: 'doc',
|
||||
id: 'experimental/index',
|
||||
},
|
||||
items: [
|
||||
'experimental/goal-templates',
|
||||
'experimental/monthly-cleanup',
|
||||
|
||||
25
docs/experimental/index.md
Normal file
25
docs/experimental/index.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Experimental Features
|
||||
|
||||
It can take a long time to fully develop and test new features.
|
||||
In order to make development easier, and to allow users to give feedback, Actual has a system of `experimental features`.
|
||||
These experimental features are generally opt-in.
|
||||
If the user doesn't opt-in to enabling the feature there will be no change in user experience.
|
||||
|
||||
These features are still in active development and therefore it is highly recommended to have a regular backup if you enable any of these features.
|
||||
|
||||
## View and enable experimental features
|
||||
|
||||
In order to view the currently available experimental features to to Settings -> Show advanced settings -> Experimental features.
|
||||
|
||||

|
||||
|
||||
You will need to agree to the disclaimer, and then you will be able to see the available experimental features.
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -53,10 +53,5 @@ If you are experiencing bugs relating to split transactions and the “Reset bud
|
||||
|
||||
### Experimental Features
|
||||
|
||||
Be careful with this section; you might encounter irrecoverable errors if you enable these settings. But if you want to test out some bleeding-edge features, here's your place to do it. We _highly_ recommend backing up your budget before continuing, just in case. As of the [latest release](../releases.md), the current available experimental features are:
|
||||
|
||||
- Monthly spending report
|
||||
- [Goal templates](../experimental/goal-templates.md)
|
||||
- Customizable reports page (dashboards)
|
||||
- Rule action templating
|
||||
- Scheduled transaction upcoming length adjustment
|
||||
This section is where you can enable features that are still in development and testing.
|
||||
See the [experimental feature documentation](../experimental) for more information.
|
||||
|
||||
BIN
static/img/experimental/available.png
Normal file
BIN
static/img/experimental/available.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
BIN
static/img/experimental/setting.png
Normal file
BIN
static/img/experimental/setting.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Reference in New Issue
Block a user