Skip to content

Commit

Permalink
Add other storage methods
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE authored Feb 1, 2024
1 parent da8ed04 commit 391be50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/docs/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ There are a few limitations:
* You can only sync the top level of a directory. For example if you have a directory `a/b/test.bfly`, this file will not be synced.
* You cannot delete a file or folder while you are offline.
* You cannot add, edit or delete templates while you are offline.

## Other storage methods

If you are on a native device you can also sync the application directory with your favorite platform.
Google drive has [an official app](https://www.google.com/drive/download/) on windows and there are unofficial onces on the play store.
On linux you can also use the native remote storage system and change your data directory to this or add a new external storage if you click on the add connection button.
1 change: 0 additions & 1 deletion docs/versioned_docs/version-2.0/shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Some of them are written below the buttons.
* `Ctrl` + `Z`: Undo
* `Ctrl` + `Y`: Redo
* `Ctrl` + `Shift` + `P`: Open waypoints dialog
* `Ctrl` + `P`: Open color palette dialog
* `Ctrl` + `B`: Open background dialog
* `Ctrl` + `Shift` + `A`: Open areas dialog
* `Ctrl` + `S`: Save
Expand Down
6 changes: 6 additions & 0 deletions docs/versioned_docs/version-2.0/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ There are a few limitations:
* You can only sync the top level of a directory. For example if you have a directory `a/b/test.bfly`, this file will not be synced.
* You cannot delete a file or folder while you are offline.
* You cannot add, edit or delete templates while you are offline.

## Other storage methods

If you are on a native device you can also sync the application directory with your favorite platform.
Google drive has [an official app](https://www.google.com/drive/download/) on windows and there are unofficial onces on the play store.
On linux you can also use the native remote storage system and change your data directory to this or add a new external storage if you click on the add connection button.

0 comments on commit 391be50

Please sign in to comment.