Merge branch 'master' of github.com:apankrat/nullboard

This commit is contained in:
Alex Pankratov
2021-08-04 12:05:11 +02:00

View File

@@ -16,7 +16,8 @@ The name also happens to abbreviate to [NB](https://en.wikipedia.org/wiki/Nota_b
## Locally stored ## Locally stored
* All data is stored locally, for now using [localStorage](https://developer.mozilla.org/en/docs/Web/API/Window/localStorage). * All data is stored locally, for now using [localStorage](https://developer.mozilla.org/en/docs/Web/API/Window/localStorage).
* The data can also be exported to- or imported from a plain text file in a simple JSON format. * The data can be exported to- or imported from a plain text file in a simple JSON format.
* The data can also be automatically backed up to a local disk (with the help of [Nullboard Agent](https://nullboard.io/backups)).
## Beta ## Beta