diff --git a/.DS_Store b/.DS_Store index faf9a06de..fde3a5715 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/docs/.DS_Store b/docs/.DS_Store index 88bed5d2a..821fac221 100644 Binary files a/docs/.DS_Store and b/docs/.DS_Store differ diff --git a/docs/screens/.DS_Store b/docs/screens/.DS_Store new file mode 100644 index 000000000..5008ddfcf Binary files /dev/null and b/docs/screens/.DS_Store differ diff --git a/docs/screens/colors.md b/docs/screens/colors.md index 6ee0b9416..3b3d394d1 100644 --- a/docs/screens/colors.md +++ b/docs/screens/colors.md @@ -1,19 +1,37 @@ # Colors -Colors are a simple and fast way to organize your notes. Colors with notes are pinned to the Sidebar for quick access automatically. + +Colors are a simple and fast way to organize your notes. A shortcut for each color that contains any notes appears on the Side Menu. ||| Desktop/Web -#### How to add color to note + +#### How to assign color to note 1. Click on the more button or right click on a note. 2. Select the desired color from the properties menu. -3. Thats it! -![](color-desktop.png) +![](../static/color_note_desktop.png) + +3. That's it! #### -||| Mobile/Tablet -#### How to add color to note -1. Click on the more button on right side of note. +||| Mobile/Tablet + +#### How to assign color to note + +1. Tap on the three-dot more button on right side on note. + +Click on the more button on right side of note. + 2. Select the desired color from the Bottom Sheet Menu. -3. Thats it! \ No newline at end of file + +Select the desired color from the Bottom Sheet Menu. + +3. That's it + ||| + +## Color Shortcuts + +A shortcut to notes of specific color appears on Side Menu when it contains at least one note. + +![](../static/color_pinned_side_desktop.png) diff --git a/docs/screens/favorites.md b/docs/screens/favorites.md index 44ad81971..15e9af2dd 100644 --- a/docs/screens/favorites.md +++ b/docs/screens/favorites.md @@ -1 +1,27 @@ -# Favorites \ No newline at end of file +# Favorites + +While you organize your notes with all different types of notebooks, tags and colors, favorites give you quick access to the notes that are most important to you in one tap. + +||| Desktop/Web + +#### How to add a note to favorites? + +1. Righ click on a note or click on the three-dot more button. +2. Select favorite from the properties menu. +3. That's it. + ||| Mobile/Tablet + +#### How to add a note to favorites? + +1. Tap on the three-dot more button on right side on note. + +Click on the more button on right side of note. + +2. Toggle favorite in the column from Bottom sheet. + +Toggle favorite in the column. + +4. That's it. + ||| +Now if you go to the Favorites section from Side Menu, you will find your note there. +![](../static/favorites_page.png) \ No newline at end of file diff --git a/docs/screens/color-desktop.png b/docs/static/color_note_desktop.png similarity index 100% rename from docs/screens/color-desktop.png rename to docs/static/color_note_desktop.png diff --git a/docs/static/color_note_step_1.jpg b/docs/static/color_note_step_1.jpg new file mode 100644 index 000000000..66739893c Binary files /dev/null and b/docs/static/color_note_step_1.jpg differ diff --git a/docs/static/color_note_step_2.jpg b/docs/static/color_note_step_2.jpg new file mode 100644 index 000000000..c45030abe Binary files /dev/null and b/docs/static/color_note_step_2.jpg differ diff --git a/docs/static/color_pinned_side_desktop.png b/docs/static/color_pinned_side_desktop.png new file mode 100644 index 000000000..f911527e0 Binary files /dev/null and b/docs/static/color_pinned_side_desktop.png differ diff --git a/docs/static/favorite_note.jpg b/docs/static/favorite_note.jpg new file mode 100644 index 000000000..059c1ea25 Binary files /dev/null and b/docs/static/favorite_note.jpg differ diff --git a/docs/static/favorites_page.png b/docs/static/favorites_page.png new file mode 100644 index 000000000..51fb7f7cf Binary files /dev/null and b/docs/static/favorites_page.png differ