-
Notifications
You must be signed in to change notification settings - Fork 0
/
folder-favorite.html
47 lines (46 loc) · 1.32 KB
/
folder-favorite.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!--
title: Favorite Folder
description:
published: 1
date: 2020-07-25T22:49:31.874Z
tags:
editor: ckeditor
-->
<p>After you have created one or more folders, you can mark one of them as a F<strong>avorite </strong>folder. The favorite folder is opened automatically when you log in.</p>
<figure class="table">
<table>
<tbody>
<tr>
<td>
<ul>
<li>Select the FOLDERS button on the left-hand side navigation bar</li>
</ul>
</td>
<td>
<figure class="image"><img src="/images/folder-create/folders-button.png"></figure>
</td>
</tr>
<tr>
<td>
<ul>
<li>You can mark any folder as a Favorite by clicking on the Heart shaped icon.</li>
</ul>
</td>
<td>
<figure class="image"><img src="/images/folder-favorite/favorite-button.png"></figure>
</td>
</tr>
<tr>
<td>
<ul>
<li>The folder that is marked as favorite will have a filled in Heart icon.<br> </li>
<li>Clicking the Heart again will un-favorite the Folder.</li>
</ul>
</td>
<td>
<figure class="image"><img src="/images/folder-favorite/favorite-button-selected.png"></figure>
</td>
</tr>
</tbody>
</table>
</figure>