Add expander

This commit is contained in:
Andreas E 2019-09-25 19:11:05 +02:00
parent 31bdab5c9e
commit 7f75b859a8

View File

@ -9,6 +9,7 @@ lang: en-US
## Create backup ## Create backup
Create backup lets you backup your library, tracking settings, and reading history. To create a backup go to `Settings > Backup` and then select `Create backup`, this will bring up a dialog letting you choose what to backup. Manga is greyed out because it will always be backed up. Create backup lets you backup your library, tracking settings, and reading history. To create a backup go to `Settings > Backup` and then select `Create backup`, this will bring up a dialog letting you choose what to backup. Manga is greyed out because it will always be backed up.
::: expander <strong>Click to reveal video guide!</strong>
<figure class="centered"> <figure class="centered">
<video autoplay crossorigin="use-credentials" height="534" <video autoplay crossorigin="use-credentials" height="534"
intrinsicsize="500x100" loading="lazy" loop="loop" muted="muted" intrinsicsize="500x100" loading="lazy" loop="loop" muted="muted"
@ -18,9 +19,11 @@ Create backup lets you backup your library, tracking settings, and reading histo
<source :src="$withBase('/assets/media/createbackup.mp4')" type="video/mp4" /> <source :src="$withBase('/assets/media/createbackup.mp4')" type="video/mp4" />
</video> </video>
</figure> </figure>
:::
## Restore backup ## Restore backup
Restore backup lets you restore your previously created backup. To restore a backup go to `Settings > Backup` and then select `Restore backup`, this will bring up a file explorer. Proceed by navigating to where your stored backup is located then select it. Restore backup lets you restore your previously created backup. To restore a backup go to `Settings > Backup` and then select `Restore backup`, this will bring up a file explorer. Proceed by navigating to where your stored backup is located then select it.
::: expander <strong>Click to reveal video guide!</strong>
<figure class="centered"> <figure class="centered">
<video autoplay crossorigin="use-credentials" height="534" <video autoplay crossorigin="use-credentials" height="534"
intrinsicsize="500x100" loading="lazy" loop="loop" muted="muted" intrinsicsize="500x100" loading="lazy" loop="loop" muted="muted"
@ -30,6 +33,7 @@ Restore backup lets you restore your previously created backup. To restore a bac
<source :src="$withBase('/assets/media/restorebackup.mp4')" type="video/mp4" /> <source :src="$withBase('/assets/media/restorebackup.mp4')" type="video/mp4" />
</video> </video>
</figure> </figure>
:::
## Backup frequency ## Backup frequency
Backup frequency lets you select a frequency in which Tachiyomi will automatically backup your library. To setup Backup frequency go to `Settings > Backup` and the select `Backup frequency`, this will bring up a dialog letting you choose between preset backup frequencies. Backup frequency lets you select a frequency in which Tachiyomi will automatically backup your library. To setup Backup frequency go to `Settings > Backup` and the select `Backup frequency`, this will bring up a dialog letting you choose between preset backup frequencies.