docs: fix headings hierarchy

This commit is contained in:
Abdullah Atta
2023-02-03 15:44:02 +05:00
committed by Abdullah Atta
parent 3ea810a059
commit 56947d942d
5 changed files with 26 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
title: Backup and restore
---
## How to Backup your notes
# How to Backup your notes
It is always a good practice to take a backup of your data so in case you lose access to your account, you don't lose your notes. Backing up your data is very simple in notesnook.
@@ -20,15 +20,15 @@ It is always a good practice to take a backup of your data so in case you lose a
---
### Encrypted Backups
## Encrypted Backups
You can also enable encrypted backups option in app settings. This will encrypt all your backup files with your account password.
### Backup Reminders (Desktop)
## Backup Reminders (Desktop)
The desktop app allows you to enable Backup Reminders which remind you to backup your data daily/weekly or monthly.
### Automatic Backups (Mobile)
## Automatic Backups (Mobile)
On mobile apps you can enable automatic daily, weekly or monthly backups. Your data will backup automatically and backup file will be stored in your phone storage.

View File

@@ -35,7 +35,7 @@ Once installation completes, you can start Notesnook app from the Launchpad.
---
# Windows
## Windows
# [Download .exe](#/tab/exe)
@@ -61,7 +61,7 @@ Start Notesnook from Windows Search.
---
# Linux
## Linux
# [AppImage (Recommended)](#/tab/appimage)
@@ -89,7 +89,7 @@ Notesnook can be downloaded on any linux distro via Snapcraft.
---
# Android
## Android
# [Google Playstore](#/tab/android)
@@ -106,7 +106,10 @@ You you want to download Notesnook app that is free of any google play services
- [x86.apk](https://notesnook.com/releases/android/notesnook-x86.apk)
- [x86_64.apk](https://notesnook.com/releases/android/notesnook-x86_64.apk)
# iOS
---
## iOS
iOS users can get Notesnook from the AppStore.
[AppStore](https://apps.apple.com/us/app/notesnook-take-private-notes/id1544027013)
[AppStore](https://apps.apple.com/us/app/notesnook-take-private-notes/id1544027013)

View File

@@ -2,6 +2,8 @@
title: How is my data encrypted
---
# How is my data encrypted
> warn Note
>
> This document is not a spec, only an explanation of the encryption process.

View File

@@ -6,7 +6,7 @@ title: Notebooks
Notebooks consist of topics where you can add/create and edit your notes.
### Creating a notebook
## Creating a notebook
# [Desktop/Web](#/tab/web)
@@ -36,7 +36,7 @@ Notebooks consist of topics where you can add/create and edit your notes.
---
### Editing a notebook
## Editing a notebook
# [Desktop/Web](#/tab/web)
@@ -55,7 +55,7 @@ Notebooks consist of topics where you can add/create and edit your notes.
---
### Create a new topic
## Create a new topic
# [Desktop/Web](#/tab/web)
@@ -75,7 +75,7 @@ Notebooks consist of topics where you can add/create and edit your notes.
---
### Editing an existing topic
## Editing an existing topic
# [Desktop/Web](#/tab/web)
@@ -94,7 +94,7 @@ Notebooks consist of topics where you can add/create and edit your notes.
---
### Creating a new note in a notebook
## Creating a new note in a notebook
# [Desktop/Web](#/tab/web)
@@ -118,7 +118,7 @@ Notebooks consist of topics where you can add/create and edit your notes.
>
> ![Notebook reference on a note](/notebook-ref.png)
### Adding a note to a topic
## Adding a note to a topic
# [Desktop/Web](#/tab/web)
@@ -144,7 +144,7 @@ Notebooks consist of topics where you can add/create and edit your notes.
>
> In Notesnook a single note can exist in multiple Notebooks and topics. However a note shows at most only one reference on top.
### Adding multiple notes to a topic
## Adding multiple notes to a topic
# [Desktop/Web](#/tab/web)
@@ -165,7 +165,7 @@ Notebooks consist of topics where you can add/create and edit your notes.
---
### Remove note from a topic
## Remove note from a topic
# [Desktop/Web](#/tab/web)
@@ -185,7 +185,7 @@ Notebooks consist of topics where you can add/create and edit your notes.
---
### Delete a topic
## Delete a topic
# [Desktop/Web](#/tab/web)
@@ -203,7 +203,7 @@ Notebooks consist of topics where you can add/create and edit your notes.
---
### Move a notebook to trash
## Move a notebook to trash
# [Desktop/Web](#/tab/web)

View File

@@ -2,6 +2,8 @@
title: Version History
---
# Version history
To improve the overall reliability of Notesnook we have introduced version history of notes in v1.7.0 of desktop and mobile apps. Version history is enabled by default for all your notes including notes in vault.
## How it works