1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 21:33:18 +00:00

cleanup folders article. add nesting to collections article

This commit is contained in:
Kyle Spearrin
2018-10-29 15:04:58 -04:00
parent 227772f03a
commit b03c600b94
2 changed files with 21 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ tags: [categories]
Folders are a great way to categorize items in your Bitwarden vault.
{% note %}
An organization's collections are different than folders. Collections are a way to organize items and control user access within an organization's vault while folders are a way for individual users to organize items within their own personal vault. An individual user may wish to further organize the items being shared with them in their own vault into a personalized folder structure that makes sense just for them.
An [organization's collections]({% link _articles/organizations/collections.md %}) are different than folders. Collections are a way to organize items and control user access within an organization's vault while folders are a way for individual users to organize items within their own personal vault. An individual user may wish to further organize the items being shared with them in their own vault into a personalized folder structure that makes sense just for them.
{% endnote %}
## Nested folders (sub-folders)
@@ -33,6 +33,6 @@ This would produce a folder structure that looks like this in the web vault (and
{% image subfolders.png %}
There is no limit on the depth that you can go with nested folders, though the application interface may being to "break" if you go too deep.
There is no limit on the depth that you can go with nested folders, though the application interface may begin to "break" if you go too deep.
If an item contains the forward slash delimiter, yet no "parent" folder exists, its name will be displayed in its entirety. In the example above, "Finance/Banking" would not produce a nested structure. You would also need to create a "Finance" folder as well if nesting is desired.
If a folder's name contains the forward slash delimiter, yet no "parent" folder exists, its name will be displayed in its entirety. In the example above, "Finance/Banking" would not produce a nested structure. You would need to create a "Finance" folder as well if nesting is desired.

View File

@@ -14,5 +14,21 @@ Collections allow you to group related items that are being shared from your org
When you add a new user to your organization, you can associate that user to one or more collections within your organization. Once the user has access to your organization, any items that are placed into that user's associated collections will be available in their vault. When associating a user to a particular collection, you can also decide whether or not that user has write access to logins contained within it. Selecting the **Read Only** option will ensure that the user cannot add, edit, or delete any items within that particular collection (they can just view and use them).
{% note %}
Collections are different than folders. Collections are a way to organize items and control user access within an organizations vault while folders are a way for individual users to organize items within their own personal vault. An individual user may wish to further organize the items being shared with them in their own vault into a personalized folder structure that makes sense just for them.
{% endnote %}
Collections are different than [folders]({% link _articles/features/folders.md %}). Collections are a way to organize items and control user access within an organizations vault while folders are a way for individual users to organize items within their own personal vault. An individual user may wish to further organize the items being shared with them in their own vault into a personalized folder structure that makes sense just for them.
{% endnote %}
## Nested collections (sub-collections)
Nested collections work by using a naming convention with the forward slash character (`/`) as a delimiter. For example, if I have collections with the names "Servers" and "Servers/Production", "Production" will be nested as a sub-collection underneath the "Servers" collection.
{% note %}
Creating sub-collections is only for display purposes. Collection access and permissions are not inherited by their "child" sub-collections.
{% endnote %}
There is no limit on the depth that you can go with nested collections, though the application interface may begin to "break" if you go too deep.
If a collection's name contains the forward slash delimiter, yet no "parent" collection exists (or the user does not have access to the parent collection), its name will be displayed in its entirety.
{% note %}
Nested-collections work similarly to nested folders. You can refer to the [Folders article]({% link _articles/features/folders.md %}) for more information on creating nested structures in your vault.
{% endnote %}