mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
docs: reorder docs using the index frontmatter property
This commit is contained in:
committed by
Abdullah Atta
parent
8cb0644cd0
commit
5ec5517778
@@ -6,4 +6,4 @@ Notesnook is our **proof** that privacy does _not_ (always) have to come at the
|
||||
|
||||
And with that convenience in mind, we believe that it is equally important to put together a simple & useful help website about everything Notesnook. Our help is a complete walkthrough of the Notesnook app and it's features.
|
||||
|
||||
So let's get started with [installing Notesnook](/download-install) on all your devices.
|
||||
So let's get started with [installing Notesnook](/installation) on all your devices.
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Backup and restore
|
||||
index: 5
|
||||
---
|
||||
|
||||
# How to Backup your notes
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Creating a note
|
||||
index: 1
|
||||
---
|
||||
|
||||
# Creating a note
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: How is my data encrypted
|
||||
index: 2
|
||||
---
|
||||
|
||||
# How is my data encrypted
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Exporting notes
|
||||
index: 6
|
||||
---
|
||||
|
||||
# How do I export notes from Notesnook?
|
||||
@@ -7,15 +8,19 @@ title: Exporting notes
|
||||
You can export your notes as PDF, HTML, Markdown and Plain text files on desktop and mobile apps.
|
||||
|
||||
# [Desktop/Web](#/tab/web)
|
||||
|
||||
1. Right click on a note to open `Note properties`
|
||||
2. Click on 'Export'
|
||||
3. Select the desired format to export in
|
||||
4. Wait a few moments while your note is exported
|
||||
5. Save the note in desired location
|
||||
|
||||
# [Mobile](#/tab/mobile)
|
||||
|
||||
1. Press the `three-dot more` button on a note to open `Note properties` sheet
|
||||
2. Press on 'Export'
|
||||
3. Select the desired format to export in
|
||||
4. Wait a few moments while your note is exported
|
||||
5. Exported notes are stored in `Notesnook/exported` folder.
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Notesnook importer
|
||||
index: 4
|
||||
---
|
||||
|
||||
# Import notes from any notes app
|
||||
@@ -20,10 +21,10 @@ You can try out the importer by going to [https://importer.notesnook.com](https:
|
||||
6. Standard Notes
|
||||
7. Simplenote
|
||||
8. Google Keep
|
||||
9. Bear notes app
|
||||
10. Joplin notes app
|
||||
9. Joplin
|
||||
10. Zoho Notebook
|
||||
|
||||
**Don't see your notes app?** No worries, create an issue on [github](https://github.com/streetwriters/notesnook/issues)
|
||||
**Don't see your notes app?** No worries, create an issue on [Github](https://github.com/streetwriters/notesnook/issues)
|
||||
|
||||
## Is it safe to import?
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Installation
|
||||
index: 0
|
||||
---
|
||||
|
||||
# Installation
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Locking notes
|
||||
index: 7
|
||||
---
|
||||
|
||||
# How do I lock notes with private vault?
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Monographs
|
||||
index: 8
|
||||
---
|
||||
|
||||
# Monographs
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Organization
|
||||
index: 3
|
||||
---
|
||||
|
||||
# Organization
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Shortcuts
|
||||
index: 6
|
||||
---
|
||||
|
||||
# Add shortcuts to side menu
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Tags
|
||||
index: 1
|
||||
---
|
||||
|
||||
# Tags
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Colors
|
||||
index: 3
|
||||
---
|
||||
|
||||
# Organize notes with colors
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Favorites
|
||||
index: 4
|
||||
---
|
||||
|
||||
# Add notes to favorites
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Pins
|
||||
index: 5
|
||||
---
|
||||
|
||||
# Pin notes and notebooks
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Notebooks
|
||||
index: 0
|
||||
---
|
||||
|
||||
# Organizing notes with notebooks
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Version History
|
||||
index: 9
|
||||
---
|
||||
|
||||
# Version history
|
||||
|
||||
@@ -1,25 +1,8 @@
|
||||
---
|
||||
title: "Notesnook"
|
||||
docs_dir: "./contents"
|
||||
title: Notesnook
|
||||
subtitle: HELP
|
||||
docs_dir: ./contents
|
||||
logo: logo.png
|
||||
colors:
|
||||
main: "#008837"
|
||||
navigation:
|
||||
- path: contents/download-install.md
|
||||
- path: contents/creating-note.md
|
||||
- path: contents/encryption.md
|
||||
- path: contents/organization
|
||||
children:
|
||||
- path: contents/organization/how-to-organize-notes-with-notebooks.md
|
||||
- path: contents/organization/how-do-i-add-tags-to-notes.md
|
||||
- path: contents/organization/how-do-i-organize-notes-using-colors.md
|
||||
- path: contents/organization/how-do-i-organize-notes-using-favorites.md
|
||||
- path: contents/organization/how-do-i-pin-notes-and-notebooks.md
|
||||
- path: contents/organization/how-do-i-add-shortcuts-to-side-menu.md
|
||||
- path: contents/importing-notes
|
||||
children: "*"
|
||||
- path: contents/backup-and-restore-notes-in-notesnook.md
|
||||
- path: contents/export-notes-from-notesnook.md
|
||||
- path: contents/lock-notes-with-private-vault.md
|
||||
- path: contents/note-sharing-with-monographs.md
|
||||
- path: contents/versionhistory.md
|
||||
|
||||
footer:
|
||||
copyright: Copyright © 2023 Streetwriters (Private) Limited
|
||||
|
||||
Reference in New Issue
Block a user