docs: finalize slugs & other minor fixes

This commit is contained in:
Abdullah Atta
2023-02-13 13:39:51 +05:00
committed by Abdullah Atta
parent 4438d96d9c
commit ea02552634
31 changed files with 98 additions and 109 deletions

View File

@@ -1,15 +1,14 @@
---
title: Backup and restore
index: 5
---
# How to Backup your notes
# 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. Currently backups are local only.
> warning
>
> Since all your data is end-to-end encrypted, we do not have the access to restore your account if you forgot your account password and recovery key. Therefore we recommend that you store your password safely and make sure that you have saved your [account recovery key](/how-to-save-account-recovery-key).
> Since all your data is end-to-end encrypted, we do not have the access to restore your account if you forgot your account password and recovery key. Therefore we recommend that you store your password safely and make sure that you have saved your account recovery.
# [Desktop/Web](#/tab/web)
@@ -26,8 +25,8 @@ It is always a good practice to take a backup of your data so in case you lose a
> info
>
> On **android** when you take a backup first time, you will be asked to select a folder on your phone where you would like to store backup files. You can always change your backup files location from `Backups > Change backup location`.
>
> On **Android** when you take a backup first time, you will be asked to select a folder on your phone where you would like to store backup files. You can always change your backup files location from `Backups > Change backup location`.
>
> Regardless of the folder you select, Notesnook will create a folder "Notesnook/backups" inside it and store backup files there.
---
@@ -70,7 +69,7 @@ To keep your backups secure & private, it is recommended that you enable encrypt
>
> Backups are encrypted with your account password.
## How to restore a backup
# Restore a backup
To restore a backup, you must be logged in to your Notesnook account.

View File

@@ -1,9 +1,4 @@
---
title: Creating a note
index: 1
---
# Creating a note
# Creating your first note
You are in a notes app, the first thing you want to do is make a note.

View File

@@ -1,4 +1,4 @@
# Auto start
# Auto start on system startup
If your workflow requires Notesnook to be always opened, it's a good idea to enable auto start on system startup:

View File

@@ -1,6 +1,4 @@
# System tray
## The system tray menu
# System tray menu
Notesnook features a system tray menu to give quick access to some common functions such as:

View File

@@ -1,12 +1,9 @@
---
title: Exporting notes
index: 6
---
# How do I export a note from Notesnook?
# Exporting notes
You can export your notes as PDF, HTML, Markdown and Plain text files on desktop and mobile apps.
## Exporting a single note
# [Desktop/Web](#/tab/web)
1. Right click on a note

View File

@@ -1,9 +1,4 @@
---
title: How is my data encrypted
index: 2
---
# How is my data encrypted
# How is my data encrypted?
> warn Note
>
@@ -80,6 +75,6 @@ Encryption only takes place when you sync. Each item in the database is encrypte
> info
>
> See the whole process in action [here.](https://notesnook.com/#whynotesnook)
> See the whole process in action [here.](https://vericrypt.notesnook.com/)
This object is then sent to the server for storage. The server performs no further operation on this data (because it can't).

View File

@@ -1,6 +1,5 @@
---
title: Notesnook importer
index: 4
title: Importing notes
---
# Import notes from any notes app

View File

@@ -1,3 +0,0 @@
icon: desktop-download
label: Importing notes
order: 900

View File

@@ -1,6 +1,5 @@
---
title: Installation
index: 0
---
# Installation
@@ -94,7 +93,7 @@ Notesnook can be downloaded on any linux distro via Snapcraft.
# [Google Playstore](#/tab/android)
If you have Google play services installed on your android phone, you can get Notesnook from Google Play store
If you have Google play services installed on your Android phone, you can get Notesnook from Google Play store
[Download from playstore](https://play.google.com/store/apps/details?id=com.streetwriters.notesnook)

View File

@@ -1,13 +1,8 @@
---
title: Locking notes
index: 7
---
# How do I lock notes with private vault?
# Locking notes
Notesnook is a private notes app. All your notes are encrypted and secure by default. We can not read them even if we want to on our servers. However you can still add an extra layer of security and encrypt your most important and sensitive notes by adding them to a vault.
Adding notes to private vault is useful when you do not want anyone to read your notes, even if they have access to your phone.
Adding notes to private vault is useful when you do not want anyone to read your notes, _even if they have access to your phone_.
## Creating a vault
@@ -30,7 +25,7 @@ Adding notes to private vault is useful when you do not want anyone to read your
---
## Locking a note
## Lock a note
# [Desktop/Web](#/tab/web)
@@ -48,11 +43,11 @@ Adding notes to private vault is useful when you do not want anyone to read your
---
## Open/Edit/Delete a locked note
## Open/edit/delete a locked note
To open, edit or delete a locked note, you must provide the password for the vault to unlock it.
## Unlocking note permanently
## Unlock a note permanently
# [Desktop/Web](#/tab/web)
@@ -70,7 +65,7 @@ To open, edit or delete a locked note, you must provide the password for the vau
---
## Changing vault password
## Change vault password
# [Desktop/Web](#/tab/web)

View File

@@ -1,6 +1,6 @@
# Home screen widgets
Basic home screen widgets are availble on both android & ios for quick note taking.
Basic home screen widgets are availble on both Android & iOS for quick note taking.
# [iOS](#/tab/ios)

View File

@@ -1,6 +1,6 @@
# Share extensions
# Share things from other apps
Basic web clipping support is available on both android & ios apps via share extensions.
Basic web clipping support is available on both Android & iOS apps via share extensions.
We are going to use browser app as an example to demonstarte how you can clip information from webpages and other apps on your iPhone.

View File

@@ -0,0 +1,15 @@
# Note version history
Notesnook keeps a constant log of all your edit sessions. These are stored as "versions" of a particular notes which you can view & restore to in case of data loss.
## How it works
Every time you create a new note or open an existing note, Notesnook creates a "session" for it. All the changes made to the note are also stored in that session in addition to the note itself.
In short, if you open a note and edit it at 10 different times during the day, you'll have 10 previous versions of that note.
## FAQs
### Is note history synced to all my devices?
No, at the moment we have decided to keep note version history local only. If you logout from your account, previous versions of all your notes will be cleared.

View File

@@ -1,15 +1 @@
---
title: Organization
index: 3
---
# Organization
Notesnook provides multiple ways to organize your notes.
1. [Notebooks and topics](/organization/how-to-organize-notes-with-notebooks)
2. [Tags](/organization/how-do-i-add-tags-to-notes)
3. [Colors](/organization/how-do-i-organize-notes-using-colors)
4. [Favorites](/organization/how-do-i-organize-notes-using-favorites)
5. [Pins](/organization/how-do-i-pin-notes-and-notebooks)
6. [Shortcuts](/organization/how-do-i-add-shortcuts-to-side-menu)
# Organizing notes

View File

@@ -1,6 +1,5 @@
---
title: Notebooks
index: 0
---
# Organizing notes with notebooks
@@ -21,7 +20,6 @@ Notebooks consist of topics where you can add/create and edit your notes.
>
> Adding a description & topics are optional.
# [Mobile](#/tab/mobile)
1. Go to `Notebooks` from side menu.

View File

@@ -1,9 +1,4 @@
---
title: Shortcuts
index: 6
---
# Add shortcuts to side menu
# Side menu shortcuts
Unlike most note taking apps, you might have noticed that when you add a tag, create a notebook or a topic, they are not added automatically to the side menu for quick access. We have seen people with 100's of tags, all on the side menu.

View File

@@ -1,6 +1,6 @@
# Privacy mode
> error For Linux users
> error Not available on Linux
>
> Privacy mode is not available on Linux.

View File

@@ -1,15 +1,12 @@
---
title: Monographs
index: 8
---
# Monographs
# Publish notes with monographs
Sharing a note with someone can be such a tedious task. You have to copy/download/export it to a file and upload it to some cloud storage and then attach it in an email and send it to them.
Sharing a note with someone can be such a tedious task. You have to copy/download/export it to a file and then attach it in an email or upload it to some cloud storage.
With Notesnook, you don't need to do that anymore. Monographs enable you to share your notes with anyone in just one click. Once a note is published as a monograph, you get a public url which you can send to the person who needs access to information in the note.
You can share this url with anyone to view the contents of the note without downloading Notesnook. And the cool part is, you can encrypt(lock) monographs with a password.
With Notesnook, you don't need to do that anymore. Monographs enable you to share your notes with anyone in a single click. Once a note is published as a monograph, you get a public url which you can share with anyone. They don't need to download Notesnook or install any extra software — it's just like a blog, only simpler.
## How to publish a note?

View File

@@ -1,16 +0,0 @@
---
title: Version History
index: 9
---
# 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
When you create a new note or open an existing note in the editor, a session is generated from the note opened in editor. All the changes made to the note are stored in that session. So if you open a note and edit it at 10 different times during the day, 10 versions of note history are generated and stored.
## Is Note history synced to all my devices?
No, at the moment we have decided to keep note version history local only and it is not synced. Hence if you logout from your account, note version history will be deleted.

View File

@@ -1,7 +1,3 @@
---
index: 1
---
# Clipping your first web page
## Connecting with the web app

View File

@@ -1,6 +1,5 @@
---
title: Installation
index: 0
---
# Installation

View File

@@ -1,7 +1,3 @@
---
index: 2
---
# Troubleshooting
## What to do if the web clipper doesn't connect?

View File

@@ -8,3 +8,56 @@ base_url: https://docs.notesnook.com
footer:
copyright: Copyright © 2023 Streetwriters (Private) Limited
navigation:
- path: installation.md
- path: create-a-note-in-notesnook.md
- path: organization
children:
- path: organization/organize-notes-using-notebooks.md
- path: organization/organize-notes-using-colors.md
- path: organization/organize-notes-using-tags.md
- path: organization/organize-notes-using-favorites.md
- path: organization/pin-notes-and-notebooks.md
- path: organization/side-menu-shortcuts.md
- path: importing-notes
children:
- path: importing-notes/import-notes-from-evernote.md
- path: importing-notes/import-notes-from-googlekeep.md
- path: importing-notes/import-notes-from-html-files.md
- path: importing-notes/import-notes-from-joplin.md
- path: importing-notes/import-notes-from-mardown-files.md
- path: importing-notes/import-notes-from-onenote.md
- path: importing-notes/import-notes-from-simplenote.md
- path: importing-notes/import-notes-from-standardnotes.md
- path: importing-notes/import-notes-from-zoho-notebook.md
- path: export-notes-from-notesnook.md
- path: backup-and-restore-notes-in-notesnook.md
- path: lock-notes-with-private-vault.md
- path: note-version-history.md
- path: publish-notes-with-monographs.md
- path: how-is-my-data-encrypted.md
- path: recovering-your-account.md
- path: privacy-mode.md
- path: web-clipper
children:
- path: web-clipper/installation.md
- path: web-clipper/clipping-your-first-web-page.md
- path: web-clipper/troubleshooting.md
- path: mobile-integration
children:
- path: mobile-integration/home-screen-widgets.md
- path: mobile-integration/pin-notes-to-notifications.md
- path: mobile-integration/quick-note-from-notification.md
- path: mobile-integration/share-things-from-other-apps.md
- path: desktop-integration
children:
- path: desktop-integration/auto-start-on-system-startup.md
- path: desktop-integration/jumplist-and-dock-menu.md
- path: desktop-integration/spell-checker.md
- path: desktop-integration/system-tray-menu.md