# Collections Collections are a unique type of note that don't have content, but instead display their child notes in various presentation methods. ## Main collections | | | | --- | --- | |
| Calendar 
which displays a week, month or year calendar with the notes being shown as events. New events can be added easily by dragging across the calendar. | |
| Table 
displays each note as a row in a table, with Promoted Attributes being shown as well. This makes it easy to visualize attributes of notes, as well as making them easily editable. | |
| Kanban Board 
displays notes in columns, grouped by the value of a label. Items and columns can easily be created or dragged around to change their status. | |
| Geo Map 
which displays a geographical map in which the notes are represented as markers/pins on the map. New events can be easily added by pointing on the map. | |
| Presentation 
which shows each note as a slide and can be presented full-screen with smooth transitions or exported to PDF for sharing. | ## Classic collections Classic collections are read-only mode and compiles the contents of all child notes into one continuous view. This makes it ideal for reading extensive information broken into smaller, manageable segments. * Grid View which is the default presentation method for child notes (see Note List), where the notes are displayed as tiles with their title and content being visible. * List View is similar to Grid View, but it displays the notes one under the other with the content being expandable/collapsible, but also works recursively. ## Creating a new collection To create a new collections, right click in the Note Tree and look for the _Collections_ entry and select the desired type. By default, collections come with a default configuration and sometimes even sample notes. To create a collection completely from scratch: 1. Create a new note of type _Text_ (or any type). 2. Change the [note type](Note%20Types.md) to _Collection_. 3. In Collection Properties, select the desired view type. 4. Consult the help page of the corresponding view type in order to understand how to configure them. ## Configuration To change the configuration of a collection or even switch to a different collection (e.g. from Kanban Board to a Calendar), see the Collection Properties bar at the top of the note. ## Archived notes By default, [archived notes](Basic%20Concepts%20and%20Features/Notes/Archived%20Notes.md) will not be shown in collections. This behavior can be changed by going to Collection Properties and checking _Show archived notes_. Archived notes will be generally indicated by being greyed out as opposed to the normal ones. ## Hiding the child notes from the note tree For collections with a large number of items, it can be helpful to hide the items from the note tree for performance reasons and to reduce clutter. This is especially useful for standalone collections, such as a geomap or a task board. To do so, go to Collection Properties and select _Hide child notes in tree_. ## Advanced use cases ### Adding a description to a collection To add a text before the collection, for example to describe it: 1. Create a new collection. 2. Change the [note type](Note%20Types.md) from _Collection_ to _Text_. Now the text will be displayed above while still maintaining the collection view. The only downside to this method is that Collection Properties will not be shown anymore. In this case, modify the attributes manually or switch back temporarily to the _Collection_ type for configuration purposes. ### Using saved search Collections, by default, only display the child notes. However, it is possible to use the Search functionality to display notes all across the tree, with advanced querying functionality. To do so, simply start a Search and go to the _Collection Properties_ tab in the Ribbon and select a desired type of collection. To keep the search-based collection, use a Saved Search. > [!IMPORTANT] > While in search, none of the collections will not display the child notes of the search results. The reason is that the search might hit a note multiple times, causing an exponential rise in the number of results. ## Under the hood Collections by themselves are simply notes with no content that rely on the Note List mechanism (the one that lists the children notes at the bottom of a note) to display information. By default, new collections use predefined Templates that are stored safely in the Hidden Notes to define some basic configuration such as the type of view, but also some Promoted Attributes to make editing easier. Collections don't store their configuration (e.g. the position on the map, the hidden columns in a table) in the content of the note itself, but as attachments.